@charset "utf-8";

:root {
  --red: #e00012;
  --black: #222222;
  --lightBlack: #4d4d4d;
  --lightGray: #c7c7c7;
  --gray: #f2f2f2;
  --blue: #396085;
  --white: #ffffff;
  --font-sans: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

* {
  /* BaserCMS優先 */
  /*
  line-height: 1.76;
  */
}

html {
  /* BaserCMS優先 */
  /*
  font-size: 62.5%;
  margin: 0;
  */
}

body {
  /* BaserCMS優先 */
  /*
  font-family: var(--font-sans);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  */
}

html,
body {
  /* BaserCMS優先 */
  /*
  padding: 0;
  overflow-x: hidden;
  width: 100vw;
  */
}

.b-1040w {
  /* ASSET仕様（body）*/
  font-family: var(--font-sans);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  
  margin: 0 auto;
  max-width: 1040px;
  
  /* BaserCMS内調整 */
  /*
  width: calc(100% - 40px);
  */
  width: 100%;
}
.b-1160w {
  margin: 0 auto;
  max-width: 1160px;
  width: calc(100% - 40px);
}

.b-flex{
  display: flex;
}
.m-aligncenter{
  align-items: center;
}
.m-between{
  justify-content: space-between;
}
.m-around{
  justify-content: space-around;
}
.e-img{
  display: block;
}

a{
  color: var(--black);
}
a:link{
  opacity: 1;
  text-decoration: none;
  transition: .3s;
}
a:link:hover{
  filter: brightness(1.1);
  opacity: 0.8;
}

.header{
  background-color: var(--white);
  border-top: 8px solid var(--red);
  position: relative;
  width: 100vw;
  z-index: 99;
}
.header .b-innerWrap{
  position: relative;
  z-index: 99;
}
.header .e-h1 .e-title{
  display: block;
  height: 44px;
  margin: 20px 0;
}
.header .e-h2 .e-sub {
  display: block;
  height: 20px;
  margin-left: 30px;
}
.header .e-link{
  background: #efefef;
  background: -moz-linear-gradient(#ffffff 0%, #ffffff 50%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), to(#efefef));
  background: -webkit-linear-gradient(#ffffff 0%, #ffffff 50%, #efefef 100%);
  background: -o-linear-gradient(#ffffff 0%, #ffffff 50%, #efefef 100%);
  background: linear-gradient(#ffffff 0%, #ffffff 50%, #efefef 100%);
  border: 1px solid var(--lightGray);
  border-radius: 10px;
  color: var(--black);
  display: block;
  font-weight: 600;
  margin: 0 18% 0 auto;
  padding: 6px 30px;
}
.e-forTeacher{
  background-color: var(--red);
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 5px var(--lightBlack);
  color: var(--white);
  font-weight: 600;
  line-height: 1.5;
  padding: 16px 40px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -8px;
}

.heroImg{
  position: relative;
  width: 100vw;
}
.heroImg .b-corner{
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.heroImg .b-corner .e-img{
  position: relative;
  z-index: 1;
}
.heroImg .b-corner .e-corner {
  background-color: var(--red);
  height: 100vw;
  position: relative;
  transform: rotate(40deg) translate(-84%, 0);
  width: 100vw;
}
.heroImg .b-innerWrap{
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}
.heroImg .b-corner .e-inner{
  margin: 30px auto 0;
  max-width: 320px;
  position: absolute;
  top: 0;
  width: 100%;
}

.heroImg .b-corner .e-nendo{
  margin-bottom: 30px;
  max-width: 250px;
}
.heroImg .b-corner .b-date{
  margin-bottom: 30px;
}
.heroImg .b-corner .b-date .e-img{
  height: 63px;
  width: auto;
}
.heroImg .b-corner .e-target {
  max-width: 206px;
}
.heroImg .b-mainImg{
  align-items: flex-end;
  background-image: url(../img/mainImg.jpg);
  background-size: cover;
  background-position: top right;
  min-height: 489px;
  width: 100%;
}
.heroImg .b-mainImg .e-copy .e-img{
  display: block;
  margin-bottom: 30px;
  max-width: 592px;
  width: 100%;
}
.heroImg .e-plane{
  margin-top: 30px;
  max-width: 145px;
  transition: .5s;
}
.heroImg .js-plane {
  transform: translate(-100vw, 50vw);
}
.heroImg .js-plane.blockIn {
  transform: translate(0);
}

.date,.point,.naishin,.fee{
  position: relative;
  z-index: 2;
}

.date{
  margin-top: 60px;
}
.date .e-h2{
  color: var(--red);
  
  /* BaserCMS調整 */
  font-size:2rem;
  
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.date .e-img{
  display: block;
  height: 40px;
  
  /* BaserCMS調整 */
  margin-right: 10px;
  
  width: auto;
}
.date .e-img.jisshi {
  height: 22px;
  margin-right: 10px;
  width: auto;
}
.date p{
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 20px;
  max-width: 180px;
}

.point .b-innerWrap{
  margin-top: 80px;
}
.point .b-innerWrap .e-inner{
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 0 5px var(--lightGray);
  padding: 60px 30px 30px;
  position: relative;
  width: calc(33% - 20px);
}
.point .b-innerWrap .e-inner p{
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 30px;
}
.point .b-innerWrap .e-inner .e-point {
  height: auto;
  left: 50%;
  position: absolute;
  top: -44px;
  transform: translateX(-50%);
  width: 88px;
}
.point .b-innerWrap .e-img {
  margin: 0 auto;
  width: auto;
}
.point .b-innerWrap .e-img.m-01 {
  max-height: 156px;
}
.point .b-innerWrap .e-img.m-02 {
  max-height: 130px;
}
.point .b-innerWrap .e-img.m-03 {
  max-height: 100px;
}

.naishin .b-innerWrap{
  margin-top: 60px;
}
.naishin .b-innerWrap .e-inner{
  background-color: var(--gray);
  border-radius: 10px;
  font-size: 1.7rem;
  padding: 30px 30px 20px;
  position: relative;
}
.naishin .b-innerWrap .e-inner:before {
  background-color: var(--gray);
  content: '';
  display: block;
  height: 40px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: rotate(45deg) translateX(-50%);
  width: 40px;
}
.naishin .e-img{
  margin-left: 30px;
  max-height: 71px;
  width: auto;
}

.fee .b-innerWrap{
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin-top: 80px;
  padding: 30px 0;
}
.fee .e-h3{
  background-color: var(--red);
  border-radius: 10px;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 600;
  margin-right: 30px;
  padding: 6px 0;
  text-align: center;
  width: 130px;
}
.fee .e-img{
  max-height: 71px;
}
.fee .e-img.m-02{
  max-height: 77px;
  transform: translateY(6px);
}

.score .b-innerWrap{
  background-color: var(--gray);
  border-top: 8px solid var(--red);
  border-radius: 0 0 20px 20px;
  margin-top: 60px;
  padding: 0 30px 60px;
  position: relative;
}
.score .e-loupe{
  left: -20px;
  position: absolute;
  top: 30px;
  width: 222px;
}
.score .e-inner {
  font-size: 1.8rem;
  margin: 0 auto;
  max-width: 938px;
  position: relative;
  z-index: 2;
}
.score .e-h2{
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 5px;
  line-height: 1.5;
  margin: 40px 0 30px;
  text-align: center;
}
.score .e-h2 span{
  color: var(--red);
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 5px;
}
.score .e-score{
  margin-top: 30px;
}
.score .e-score .e-anchor{
  width: calc(25% - 15px);
}
.score .e-score .e-img{
  width: 100%;
}

.gakuyu .b-innerWrap{
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 0 5px var(--lightGray);
  margin-top: 60px;
  padding: 10px;
  position: relative;
}
.gakuyu .e-gakuyu{

  /* BaserCMS調整 */
  /*
  height: 71px;
  */
  height: 60px;
  
  left: -12px;
  position: absolute;
  top: -14px;
}
.gakuyu .e-inner {
  border: 1px solid var(--lightGray);
  padding: 50px 30px 20px 40px;
}
.gakuyu .e-para{
  /*
  line-height: 1.5;
  */
  
  /* BaserCMS調整 */
  text-align:left;
  font-size:1.8rem;
  
}
.gakuyu .e-img{
  max-height: 142px;
  padding-left: 40px;
  transform: translateY(-20px);
}

.detail .e-para{
  background-color: var(--blue);
  border-radius: 10px;
  color: var(--white);
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 60px auto 100px;
  max-width: 680px;
  padding: 12px 0;
  text-align: center;
  width: calc(100% - 60px);
}

.footer{
  overflow: hidden;
}
.footer .b-innerWrap{
  border-top: 8px solid var(--red);
  width: 100vw;
}
.footer .e-inner{
  padding: 20px 0;
  position: relative;
}
.footer .e-privacy{
  margin-right: 30px;
  width: 60px;
}
.footer .e-logo{
  height: 20px;
}
.footer .b-ul{
  list-style-type: none;
  margin: 0 20px 0 auto;
}
.footer .b-ul .e-li:nth-child(1){
  border: none;
}
.footer .b-ul .e-li {
  border-left: 1px solid #000;
  padding: 0 20px;
}
.footer .b-ul .e-li a:hover{
  text-decoration: underline;
}
.footer .e-small{
  margin: 0 22% 0 0;
}


.m-pc{
  display: block;
}
.m-sp{
  display: none;
}

.js-fade{
  opacity: 0;
  transition: .5s;
  transform: translateY(30px);
}
.js-fade.blockIn {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width:480px) {
  .m-column{
    flex-direction: column;
  }
  .e-forTeacher{
    font-size: 1.4rem;
    padding: 6px 20px 4px;
  }

  .header .b-innerWrap{
    padding-bottom: 16px;
  }
  .header .e-h1,    .header .e-h2{
    margin-left: 10px;
  }
  .header .e-h1 .e-title{
    margin-bottom: 8px;
    height: 22px;
  }
  .header .e-h2 .e-sub{
    height: 10px;
    margin: 0 auto;
  }
  .header .e-link{
    font-size: 1.4rem;
    margin: auto 0 0 auto;
    padding: 0 30px;
    text-align: center;
    width: 152px;
  }

  .heroImg .b-mainImg{
    min-height: 200px;
  }
  .heroImg .b-mainImg .e-copy{
    width: 100vw;
  }
  .heroImg .b-mainImg .e-copy .e-img {
    margin: 0 auto 10px 10px;
    max-width: 277px;
  }
  .heroImg .b-corner .e-corner {
    height: 200vw;
    transform: rotate(75deg) translate(-78%, 0);
    width: 200vw;
  }
  .heroImg .b-corner {
    left: 0;
    position: absolute;
    top: 200px;
    z-index: -1;
  }
  .heroImg .b-innerWrap{
    width: 100vw;
  }
  .heroImg .b-corner .e-inner {
    margin: 20px auto 0;
    max-width: 252px;
    transform: translateX(-50%);
  }
  .heroImg .b-corner .e-nendo{
    height: 18px;
    margin: 0 auto 20px;
    width: auto;
  }
  .heroImg .b-corner .b-date .e-img{
    height: 50px;
  }
  .heroImg .b-corner .e-target{
    margin: 0 auto;
    max-height: 43px;
  }
  .heroImg .e-plane{
    margin-top: -20px;
    margin-left: -50px;
    max-width: 92px;
  }

  .date{
    margin-top: 230px;
  }
  .date .e-h2{
  
    /* BaserCMS調整 */
    /*
    font-size: 1.6rem;
    */
    font-size: 1rem;
    
    text-align: right;
  }
  .date .e-img {
    height: auto;
    width: 100%;
  }
  .date .e-kikan{
    margin: 10px 0;
  }
  .date .e-kikan .e-img{
  
    /* BaserCMS調整 */
    /*
    max-height: 30px;
    */

    max-height: 20px;
  }
  .date .e-kikan .e-img.jisshi{
    max-height: 15px;
  }
  .date p{
    margin-top: 0;
    max-width: 100%;
  }

  .point .b-innerWrap{
    margin-top: 60px;
  }
  .point .b-innerWrap .e-inner{
    margin-bottom: 60px;
    width: 100%;
  }

  .naishin .b-innerWrap{
    margin-top: 0;
  }
  .naishin .b-innerWrap .e-inner:before{
    display: none;
  }
  .naishin .e-h3{
    color: var(--red);
    margin-bottom: 20px;
  }
  .naishin .e-img{
    margin: 10px auto 0;
    max-height: none;
    width: 100%;
  }
  .naishin .b-innerWrap .e-inner{
    padding-bottom: 40px;
  }

  .fee .b-innerWrap{
    border-bottom: none;
    margin-top: 40px;
    padding:0;
  }
  .fee .b-innerWrap .e-inner{
    border-bottom: 1px solid #000;
    padding: 20px 0;
    width: 100%;
  }
  .fee .e-h3{
    border-radius: 6px;
    font-size: 1.4rem;
    max-width: 83px;
    padding: 3px 0;
  }
  .fee .e-img{
    max-height: 45px;
    max-width: 100%;
  }
  .fee .e-img.m-02{
    max-height: 45px;
    transform: translate(0);
  }

  .score .b-innerWrap{
    padding: 0 20px 30px;
  }
  .score .e-h2 span{
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .score .e-inner{
    font-size: 1.5rem;
  }
  .score .e-score{
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .score .e-score .e-anchor{
    margin-bottom: 10px;
    width: calc(50% - 5px);
  }
  
  .gakuyu .e-gakuyu {
  
    /* BaserCMS調整 */
    /*
    height: 108px;
    */
    height: 90px;
    
    left: -11px;
    top: 40px;
  }
  .gakuyu .e-inner {
    padding: 150px 20px 40px 20px;
  }
  .gakuyu .e-img {
    margin-top: 20px;
    padding-left: 0;
    transform: translateY(0);
  }
  
  /* BaserCMS調整 */
  .gakuyu .e-para{
    line-height: 1.5;
    font-size:1.4rem;
    text-align:left;
  }

  .detail .e-para{
    margin: 40px auto 50px;
  }

  .footer .e-inner{
    padding-top: 40px;
  }
  .footer .b-ul .e-li{
    font-size: 1.2rem;
    padding: 0 14px;
  }
  .footer .company{
    margin: 0 auto 20px 0;
  }
  .footer .e-small{
    margin: 10px auto 0;
  }
  

  .m-pc {
    display: none;
  }
  .m-sp {
    display: block;
  }
}


@media screen and (min-width:481px) and (max-width:1023px) {
  .m-column {
    flex-direction: column;
  }

  .header .b-innerWrap{
    padding-bottom: 10px;
  }
  .header .e-link{
    margin-right: 25%;
  }
  .header .e-h2 .e-sub{
    margin: 0 auto;
  }

  .heroImg .b-mainImg .e-copy .e-img{
    max-width: 500px;
  }

  .date{
    margin-top: 30px;
  }

  .date .e-img {
  
    /* BaserCMS調整 */
    /*
    max-height: 60px;
    */
    max-height: 40px;
    
    width: auto;
  }
  .date .e-kikan {
    margin: 20px 0;
  }
  .date .e-kikan .e-img {
  
    /* BaserCMS調整 */
    /*
    max-height: 60px;
    */
    max-height: 40px;
  }
  .date .e-kikan .e-img.jisshi {
    max-height: 30px;
  }
  .date p {
    margin-top: 0;
    max-width: 100%;
  }

  .point .b-innerWrap .e-inner {
    margin-bottom: 60px;
    width: 100%;
  }

  .naishin .b-innerWrap{
    margin-top: 0;
  }

  .fee .b-innerWrap {
    border-bottom: none;
    margin-top: 40px;
    padding: 0;
  }
  
  .fee .b-innerWrap .e-inner {
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 20px 0;
    width: 100%;
  }

  .gakuyu .e-img{
    margin-top: 20px;
    padding-left: 0;
    transform: translate(0);
  }
  
  /* BaserCMS調整 */
  .gakuyu .e-para{
    line-height: 1.5;
    font-size:1.6rem;
  }
  /* BaserCMS調整 */
  .detail .e-para{
    font-size:1.6rem;
  }

  .footer .b-ul{
    margin: 10px auto;
  }
  .footer .e-small{
    margin: 0 auto;
  }
}

@media screen and (min-width:481px) and (max-width:1159px) {
  .heroImg .b-corner .e-inner {
    margin-left: 30px;
  }
}
