/* 共通 */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
body p {
  line-height: 1.8;
  letter-spacing: 1px;
}
body img{
  max-width: 100%;
}

body h2 {
  color: #000;
  font-size: 2rem;
  font-family: 'Didact Gothic', sans-serif;
  font-weight: bold;
}
body h3 {
  font-size: 18px;
}
body p {
  color: #545454;
  font-size: 16px;
}

/* 高橋さんここから */
.top {
    background-image: -moz-linear-gradient( -45deg, rgb(141,11,147) 0%, rgb(97,107,255) 0%, rgb(44,216,213) 0%, rgb(255,191,223) 0%, rgb(111,102,254) 0%, rgb(44,216,213) 0%, rgb(197,193,255) 59%, rgb(255,186,195) 100%);
    background-image: -webkit-linear-gradient( -45deg, rgb(141,11,147) 0%, rgb(97,107,255) 0%, rgb(44,216,213) 0%, rgb(255,191,223) 0%, rgb(111,102,254) 0%, rgb(44,216,213) 0%, rgb(197,193,255) 59%, rgb(255,186,195) 100%);
    background-image: -ms-linear-gradient( -45deg, rgb(141,11,147) 0%, rgb(97,107,255) 0%, rgb(44,216,213) 0%, rgb(255,191,223) 0%, rgb(111,102,254) 0%, rgb(44,216,213) 0%, rgb(197,193,255) 59%, rgb(255,186,195) 100%);
    padding: 8rem 0;
}

.top .fl-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top .fl-box .fl-img {
  width: 50%;
}

.top .fl-box .fl-text {
  width: 50%;
}

.top .fl-box .fl-text .text-box {
  position: relative;
  left: -20%;
  top: -2rem;
}

.top .fl-box .fl-text .t-copy1 {
  max-width: 818px;
}

.top .fl-box .fl-text .t-copy2 {
  text-align: right;
  color: #000;
  font-weight: bold;
  font-size: 2vw;
  margin-top: 3rem;
}

.top .fl-box .fl-text h1 {
  text-align: right;
  color: #000;
  font-weight: bold;
  font-size: 2.5vw;
  margin-top: 5rem;
  padding-right: 1rem;
}
/* 高橋さんここまで */
/* heijiここから */
/* featureここから */
.feature {
  margin: 0 auto 0 auto;
  padding-bottom: 10rem;
  position: relative;
}
.feature .ft-left-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.feature .ft-right-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 11;
}
.feature .container {
  width: 1000px;
}
.col-md-12.ftr {
  width: 200px;
  margin-bottom: 3rem;
  margin: 20px auto;
}
.col-md-12.ftr h2 {
  margin: 60px auto 0.5rem;
  letter-spacing: 0.5em;
  text-align: center;
}
.col-md-12.ftr p {
  text-align: center;
  letter-spacing: 0.5em;
  color: #000;
}
.col-md-12.ftr-lb {
  padding-left: 0;
}
.col-md-12.ftr-lb h3 {
  color: #89C4FF;
  margin-bottom: 6rem;
  text-align: center;
  text-shadow: #fff 1px 1px 0.5px,
   #fff -1px 1px 0.5px,
    #fff 1px -1px 0.5px,
     #fff -1px -1px 0.5px;
}
.col-md-6.ftr-s {
  padding-left: 0px;
}

.col-md-6.ftr-s .ftr-box {
    max-width: 700px;
    margin-left: auto;
    position: relative;
    right: -10rem;
    z-index: 30;
    background: #fff;
    padding: 2rem;
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
}

.col-md-6.ftr-s p {
  line-height: 2.0;
  text-align: justify;
  color: #000;
}

.col-md-6.ftr-r {
  text-align: right;
  position: relative;
  top:5rem;
}
/* featureここまで */

/* recommendここから */
.recommend {
  background: url("../img/rmd-bg-img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.recommend .container {
  width: 1000px;
  padding: 0;
}
.recommend .container .row.rmd-row-02 {
  margin: 0 -30px;
}
.recommend .container .row.rmd-row-03 {
  margin: 0 -30px;
}
.recommend .container .row .col-md-4 {
  margin-bottom: 60px;
  padding: 0 30px;

}

.col-md-12.rcd {
  margin-bottom: 60px;
}
.col-md-12.rcd h2 {
  color: #fff;
  width: 250px;
  margin: 60px auto 20px;
  letter-spacing: 0.3em;
  text-align: center;
}
.col-md-12.rcd p {
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem;
}

/* rmd-s共通ここから */
.rmd-s {
  box-shadow: 0 0 8px gray;
  position: relative;
  padding: 3rem;
  background-color: #fff;
}
/* rmd-s共通ここまで */
/* rmd-s img共通ここから */
.rmd-s img.c-t {
  position: absolute;
  top: 0;
  left: 0;
}
/* rmd-s img共通ここまで */
.rmd-s img.rmd-icon {
  margin: 0 auto;
  display: block;
}
/* rmd-s h3共通ここから */
.rmd-s h3 {
  color: #545454;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: normal;
  margin-top: 2rem;
}
/* rmd-s h3共通ここまで */
/* recommendここまで */
/* heijiここまで */

/* 高橋さんここから */
/* LEARNINGここから */
.learning {
  background: url(../img/lng-lf-bgimg.png)left top no-repeat,
   url(../img/lng-rg-bgimg.png)right bottom no-repeat;
}
.learning .container{
  width:1000px;
}
.row-lng-2 .col-md-6{
  padding: 0 36px;
}
.row-lng-2{
  margin:0 -36px;
}
.row-lng-3 .col-md-6{
  padding: 0 36px;
}
.row-lng-3{
  margin:0 -36px;
}
.row-lng-4 .col-md-6{
  padding: 0 36px;
}
.row-lng-4{
  margin:0 -36px;
}
.lh{
  margin-bottom: 50px;
}
.lh h2{
  margin:60px auto 20px;
  text-align: center;
  letter-spacing: 0.4em;
  text-shadow: #fff 1px 1px 0.5px,
   #fff -1px 1px 0.5px,
    #fff 1px -1px 0.5px,
     #fff -1px -1px 0.5px;
}
.lh p{
  text-align: center;
  letter-spacing: 0.1em;
}
.lp{
  line-height: 1.8em;
  text-shadow: #fff 1px 1px 0.5px,
   #fff -1px 1px 0.5px,
    #fff 1px -1px 0.5px,
     #fff -1px -1px 0.5px;
   letter-spacing: 0.1rem;
   margin-top: 1.3em;
   text-align: justify;
}
.learning .col-md-6{
  margin-bottom: 60px;
}

/* LEARNINGここまで */
/* 高橋さんここまで */

/* heijiここから */
/* PRICE-ACTIVITYここから */
.price-activity {
  background: url("../img/pa-bg-img.jpg");
  padding-top: 1%;
  padding-bottom: 1%;
}
.price-activity .pa-frame {
  margin: 40px;
  box-shadow: 0 0 8px grey;
  padding: 3rem;
  background-color: #fff;
}
.price-activity .pa-frame .container {
  width: 1000px;
}
.pa-row .col-md-12 {
  margin-bottom: 5%;
}
.pa-row .col-md-12 h2 {
  margin: 60px auto 20px;
  letter-spacing: 0.2em;
  text-align: center;
}
.pa-row .col-md-12 P {
  text-align: center;
  letter-spacing: 0.1rem;
}
.pa-row-02 {
  margin-bottom: 3%;
}
.pa-row-02 .col-md-4 {
  background-color: #89c4ff;
  text-align: center;
  position: relative;
}
.pa-c-t {
  position: absolute;
  top: 0;
  left: 0;
}

.price-activity .pa-frame .container .col-md-4 h3 {
  color: #fff;
  margin: 2rem auto;
  padding: 0 37%;
  text-align: justify;
}
/* pa-row-02ここから */
.pa-row-02 .col-md-8 {
  padding-top: 15px;
}
.pa-row-02 .col-md-8 p {
  letter-spacing: 0.1rem;
  line-height: 1.8em;
  text-align: justify;
}
/* pa-row-02ここまで */
span.under {
  background: linear-gradient(transparent 50%, #FFFA62 50%);
}
/* pa-row-03ここから */
.pa-row-03 .col-md-4 {
  margin-bottom: 9rem;
  background-color: #89c4ff;
  text-align: center;
  position: relative;
}
.pa-row-03 .col-md-4 h3.c-3 {
  letter-spacing: 0.4rem;
}
.pa-row-03 .col-md-8 {
  padding-top: 15px;
}
.pa-row-03 .col-md-8 p {
  letter-spacing: 0.1rem;
  line-height: 1.8em;
}
/* pa-row-03ここまで */
.price-activity .pa-frame .container .col-md-4 h3.c-2 {
  letter-spacing: 1.3rem;
}
/* pa-row-04ここから */
.pa-row-04 {
  margin-bottom: 2rem;
}
.pa-row-04 .col-md-4 {
  background-color: #89c4ff;
  text-align: center;
  position: relative;
}
.pa-row-04 .col-md-8 {
  padding-top: 15px;
}
.pa-row-04 .col-md-8 p {
  letter-spacing: 0.1rem;
  line-height: 1.8em;
}
/* pa-row-04ここまで */
span.red {
  color: #d53f3f;
}
/* pa-row-05ここから */
.pa-row-05 .col-md-4 {
  background-color: #89c4ff;
  text-align: center;
  position: relative;
  margin-bottom: 5rem;
}
.pa-row-05 .col-md-8 {
  padding-top: 15px;
}
.pa-row-05 .col-md-8 li {
  color: #545454;
  letter-spacing: 0.1rem;
  line-height: 1.8em;
}
/* pa-row-05ここまで */
/* pa-row-06ここから */
.pa-row-06 {
  margin-bottom: 2rem;
}
.pa-row-06 .col-md-4 {
  background-color: #89c4ff;
  text-align: center;
  position: relative;
}
.pa-row-06 .col-md-8 {
  padding-top: 25px;
}
.pa-row-06 .col-md-8 p {
  letter-spacing: 0.1rem;
  line-height: 1.8em;
}
/* pa-row-06ここまで */
/* pa-row-07ここから */
.pa-row-07 {
  margin-bottom: 2rem;
}
.pa-row-07 .col-md-4 {
  background-color: #89c4ff;
  text-align: center;
  position: relative;
}
.pa-row-07 .col-md-8 {
  padding-top: 15px;
}
.pa-row-07 .col-md-8 p {
  letter-spacing: 0.1rem;
  line-height: 1.8em;
}
/* pa-row-07ここまで */
/* PRICE-ACTIVITYここまで */
/* heijiここまで */

/* heijiここから */
/* Q&Aここから */
.qanda {
  background: url("../img/qanda-img.png");
  background-repeat: repeat-y;
  padding-bottom: 100px;
}
.qanda .qaa-frame {
  width: 1000px;
  margin: 0 auto;
}
.qanda .qaa-frame .container {
  width: 1000px;
  padding: 0;
  margin: 0;
}
.qaa-row .col-md-12 {
  margin-bottom: 5%;
}
.qaa-row .col-md-12 h2 {
  margin: 60px auto 20px;
  letter-spacing: 1rem;
  text-align: center;
}
.qaa-row .col-md-12 p {
  text-align: center;
  letter-spacing: 0.5rem;
  margin: 0 auto;
}
.paa-common .col-md-12 dl.active > dt {
  color: #545454;
  font-weight: normal;
  font-size: 16px;
  font-family: "Yu Gothic";
  background-image: url(../img/q-icon-img.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  color: #89c4ff;
  position: relative;
  border-bottom: none;
  /* display: block; */
  min-height: 30px;
  padding: 2rem 0 2rem 7rem;
  box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.paa-common .col-md-12 dl.active > dt::after {
  font-size: 32px;
  content: "+";
  color: #89c4ff;
  position: absolute;
  top: 15px;
  right: 10px;
}
.paa-common .col-md-12 dl.active > dd {
  color: #545454;
  font-weight: normal;
  font-size: 16px;
  font-family: "Yu Gothic";
  line-height: 1.8rem;
  background-image: url(../img/a-icon-img.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  /* display: block; */
  min-height: 30px;
  padding: 2rem 0 2rem 7rem;
  margin-top: 1rem;
  margin-bottom: 0;
  box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.paa-common .col-md-12 dl dt + dd {
    border-bottom: 1px solid #ccc;
}
.paa-common .col-md-12 dl.open dt:after {
    content: "−";
}
.paa-common .col-md-12 dl.open dt {
  border-bottom: none;
}

/* Q&Aここまで */
/* heijiここまで */

/* 髙橋ここから */
/*Traial Lesson & Joinここから*/
.trialnjoin{
  padding-top:60px;
  padding-bottom: 60px;
  background: url(../img/lng-lf-bgimg.png)left top no-repeat,
   url(../img/lng-rg-bgimg.png)right bottom no-repeat;
   background-color:#d0e7ff;
}
.trialnjoin .container{
  width:1000px;
}
.row-trij h2{
  text-align: center;
  letter-spacing: 0.1em;
}
.row-trij p{
  text-align: center;
  letter-spacing: 0.3rem;
  margin-bottom:60px;
}
.row-trij-01{
  border :1em solid #89C4FF;
  overflow: hidden;
  background-color: #fff;
  padding: 40px 30px 30px 30px;
  position:relative;
  box-shadow: 0 0 9px gray;
}
.row-trij-01:after{
  content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border: 150px solid transparent;
      border-top-color: #FFFA62;
      border-left-color: #FFFA62;
      width: 0;
      height: 0;
      z-index:10;
}
.row-trij-01:before{
  content:"STEP 1";
  top:1em;
  left:0;
  font-size:24px;
  color:#fff;
  padding:0.2em 1.5em;
  background: #b8b8b8;
  position: absolute;
  z-index: 21;
}
.trij-img img{
  float:left;
  position: relative;
  z-index:20;
}
.trij-class-img{
 margin-left: -256px;
 margin-top: 230px;
}
.trij-summary{
  overflow: hidden;
  padding-left:2.5rem;
}
.trij-summary h3{
  font-size: 24px;
  letter-spacing: 0.1em;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #545454;
  margin-bottom: 1.5rem;
}
.trij-summary ul {
  padding:0px;
}
.trij-summary ul li.li-dia{
  list-style: none;
  letter-spacing: 0.1em;
  margin-bottom: 0.4em;
  line-height: 1.8em;
    text-indent: -1em;
    margin-left: 1em;
  }
.trij-summary ul li.li-dia:before {
  content: '';
    display: inline-block;
    width: .6em;
    height: .6em;
    margin-right: 0.4em;
    background: #89c4ff;
    transform: rotate(45deg);
    vertical-align: 2px;
}
.trij-summary ul li.li-kome{
  text-indent: -1em;
    margin-left: 1em;
    list-style: none;
    letter-spacing: 0.1em;
    margin-bottom: 0.4em;
    line-height: 1.8em;
}
.trij-summary ul li.li-kome:before{
  content: '※';
  padding-right: 0.4em;
}
.trij-summary a{
  color:#FF9090;
}
.triangle-arrow{
  text-align: center;
  margin:1em auto;
}
.row-trij-02{
  border :1em solid #89C4FF;
  overflow: hidden;
  background-color: #fff;
  padding: 40px 30px 30px 30px;
  position:relative;
  box-shadow: 0 0 9px gray;
}
.row-trij-02:after{
  content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border: 150px solid transparent;
      border-top-color: #FFFA62;
      border-left-color: #FFFA62;
      width: 0;
      height: 0;
      z-index:10;
}
.row-trij-02:before{
  content:"STEP 2";
  top:1em;
  left:0;
  font-size:24px;
  color:#fff;
  padding:0.2em 1.5em;
  background: #b8b8b8;
  position: absolute;
  z-index: 21;
}
.trij-img ul li {

}
.row-trij-03{
  border :1em solid #89C4FF;
  overflow: hidden;
  background-color: #fff;
  padding: 40px 30px 30px 30px;
  position:relative;
  box-shadow: 0 0 9px gray;
}
.row-trij-03:after{
  content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border: 150px solid transparent;
      border-top-color: #FFFA62;
      border-left-color: #FFFA62;
      width: 0;
      height: 0;
      z-index:10;
}
.row-trij-03:before{
  content:"STEP 3";
  top:1em;
  left:0;
  font-size:24px;
  color:#fff;
  padding:0.2em 1.5em;
  background: #b8b8b8;
  position: absolute;
  z-index: 21;
}
.row-trij-04{
  border :1em solid #89C4FF;
  overflow: hidden;
  background-color: #fff;
  padding: 40px 30px 30px 30px;
  position:relative;
  box-shadow: 0 0 9px gray;
}
.row-trij-04:after{
  content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border: 150px solid transparent;
      border-top-color: #FFFA62;
      border-left-color: #FFFA62;
      width: 0;
      height: 0;
      z-index:10;
}
.row-trij-04:before{
  content:"STEP 4";
  top:1em;
  left:0;
  font-size:24px;
  color:#fff;
  padding:0.2em 1.5em;
  background: #b8b8b8;
  position: absolute;
  z-index: 21;
}
.apply-btn{
  position: relative;
  display: block;
  width:30rem;
  text-align: center;
  padding: 0.5em 3em;
  margin:3rem auto;
  font-size: 1.7em;
  font-weight: bold;
  color: #fff;
  background-color: #FF9090;
  letter-spacing: 0.11em;
  transition: .4s;
}
.apply-btn:after{
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.7rem solid transparent;
  border-top-color: #FFCF7F;
  border-left-color: #FFCF7F;
  width: 0;
  height: 0;
  z-index: 10;
}
.apply-btn:hover{
 text-decoration: none;
 opacity: 0.7;
 color:#fff;
}
/*Traial Lesson & Joinここまで*/
/* 髙橋ここまで */
/* heijiここから */
/* contactここから */
.ctt .container .row .col-md-12 h2 {
  margin: 60px auto 20px;
  letter-spacing: 0.2em;
  text-align: center;
}
.ctt .container .row .col-md-12 p {
  text-align: center;
  letter-spacing: 0.1rem;
}
/* contactここまで */
/* 髙橋ここから */
/*messageここから*/
.message{
    padding-top:60px;
    padding-bottom: 60px;
    background: url(../img/message-img-bg1.jpg)left top no-repeat,
     url(../img/message-img-bg2.jpg)right bottom no-repeat;
  }
.message .container{
  width:1000px;
}
.row-msg h2{
  text-align: center;
  margin:10px auto 20px;
  letter-spacing: 0.4em;
}
.row-msg p{
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}
.msg-okd-img{
  display: none;
}
.row-msg-01 h3{
  color: #89C4FF;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.row-msg-01 p{
  letter-spacing: 0.08em;
  line-height: 2em;
}
.row-msg-01{
  display: flex;
  overflow: auto;
  margin-bottom: 3rem;
}
.row-msg-01 .col-md-9{
  padding:0;
}
.blur-msg {
	display: inline-block;
	position: relative;
}
.blur-msg:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow:
	  inset 0 0 20px #fff,
	  inset 0 0 20px #fff,
	  inset 0 0 20px #fff,
	  inset 0 0 20px #fff;
}
.row-msg-02 .col-md-12{
  text-align: right;
  letter-spacing: 0.08em;
  line-height: 2em;
  text-shadow: #fff 1px 1px 0.5px, #fff -1px 1px 0.5px, #fff 1px -1px 0.5px, #fff -1px -1px 0.5px;
}
.row-msg-02{
  background: url(../img/message-img2.jpg)left top no-repeat;
  background-size: 43%;
  margin: 0 auto;
}
/*messageここまで*/
/* 髙橋ここまで */
/* footerここから */
footer {
  background-color: #89C4FF;
  padding: 20px;
}
footer small {
  display: block;
  text-align: center;
  color: #fff;
}
/* footerここまで */
/* heijiここまで */
.ctt {
  margin-bottom: 3rem;
}

.ctt .ctt-contents dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  max-width: 800px;
  margin: 0 auto;
}

.ctt .ctt-contents dl dt {
  width: 35%;
  margin-right: 2rem;
  margin-bottom: 1rem;
  background: #89c4ff;
  color: #fff;
  text-align: center;
  padding: 1rem;
  align-items: normal;
  position: relative;
}

.ctt .ctt-contents dl dt::after {
  content: "";
  display: block;
  border-style: solid;
  border-color: #FFF87A transparent transparent #FFF87A;
  border-width: 0.5rem;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.ctt .ctt-contents dl dd {
  width: 100%;
}

.ctt .ctt-contents form input[type="text"], .ctt .ctt-contents form input[type="email"], .ctt .ctt-contents form input[type="tel"], .ctt .ctt-contents form textarea {
    -webkit-appearance: none;
    width: 100%;
    background: #fff;
    padding: 0.5rem;
    border: 1px solid #ccc;
    background: #f3f3f3;
    border-radius: 0.3rem;
}

.ctt .ctt-contents form select {
  width: 100%;
}

.ctt .ctt-contents form input[type="submit"] {
  -webkit-appearance: none;
  display: block;
  background: #FF9090;
  text-align: center;
  padding: 0.5em;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin: 3rem auto 0;
  border: none;
  color: #fff;
  width: 30rem;
  transition: 0.4s;
  position: relative;
}

.ctt .ctt-contents form input[type="submit"]:hover {
  cursor: pointer;
  opacity: 0.8;
}
