/* css animation（fadein） ====================================================== */
.fadein{opacity:0.1;transform:translate(0,50px);transition:all 700ms;} 
.fadein.scrollin{opacity:1;transform:translate(0,0);} 

/* pc sp control ====================================================== */
.pc { display: block !important; }
.sp { display: none !important; }

/* font-size ==================================================== */
h1{font-size: 40px; text-align: center;}
h2{font-size: 32px; text-align: center;}
a,p{font-size: 14px;}

.tx_l{font-size: 32px;font-weight: 700;}
.tx_m{font-size: 20px;font-weight: 700;}
.tx_s{font-size: 16px;}
.tx_ss{font-size: 12px;}


/* 見出し ==================================================== */
.midashi{
  width:100%;
  background-color: #529acc;
  background: linear-gradient(90deg, #529acc, #bc759e);
  color:#fff;
  margin: 30px 0 10px 0;
  padding: 20px 0;
}


/* 受講生の声 ==================================================== */
.voice_area {
/*  background: url(../../images/bg_3d.jpg) ;
  background-size: cover; */
  background-color: #efefef;
}
.line-bc {
  margin: 0 auto;
  padding: 20px 10px;
  text-align: left;
  max-width: 1200px;
}
.says {display: inline-block;padding: 30px;border-radius: 30px;background: #fff;margin: 10px auto;}
.says p {margin: 0;padding: 0;font-size:14px;text-align: left;line-height: 180%;}


/* QA ==================================================== */
.qa {margin: 0px;}
.qa__block {  display: flex;  flex-direction: column;  min-width: 200px;}
.qa__item {display: inline-block;}
.qa__head {position: relative;text-align: left;padding: 20px 30px 20px 20px;background: #000;color: #fff;cursor: pointer;width: 100%;}
.qa__head:after {content: "";border-top: 1px solid #fff;border-left: 1px solid #fff;display: inline-block;width: 10px;height: 10px;transform: rotate(-135deg) translateY(9px);position: absolute;right: 20px;top: 50%;transition: transform .4s;}
.qa__body {position: relative;background: #fff;color: #333;border: transparent;padding: 0 20px;line-height: 0;opacity: 0;transition: line-height 0.4s, padding 0.4s, opacity 0.4s;}
.qa__body.is-open {padding: 20px;line-height: 1.5;opacity: 1;}
.qa__head.is-open::after {transform: rotate(45deg) translateY(-10px);}
.qa__item:not(:first-child) {margin-top: 2px;}
.qa__head::before{content:"Q.";}
.qa__body{display: flex;}
.qa__body::before{content: "A.";}


/* footer ==================================================== */
footer #footer_area{margin: 0 auto;max-width: 800px;}
footer a{color: #222;}
.footerlink{text-align: center;}
.dotline{border-top: 1px solid #666;padding-top: 1em;margin-top: 1em;}
.copyrights{text-align: center;}


/* 概要 ====================================================== */

.gaiyou{
  display: flex;
  margin: 40px auto;
  max-width: 1200px;
  background-image: linear-gradient(90deg, #fff, #fff);
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 10px;
  color: #222;
}
.gaiyou-l{order: 1;width: 100%;margin: 50px 50px ;}
.gaiyou-r{order: 2;margin:0;}


/* 選ばれる理由 ====================================================== */
#merit{
  margin: 0 auto;
  max-width: 1200px;

/*  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 10px; */
}

#merit div{display: flex;flex-wrap: wrap;align-items: center;}
#merit div div{width: 50%;padding: 0 20px;display: block;}
#merit div div:last-of-type{width:50%;display: block;}
.merit_area{
  background-image: linear-gradient(90deg, #fff, #fff);
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 10px;
  color: #222;
  background: #fff;
  padding: 0px;
  margin: 20px 0;
}
.merit_title{
  font-size: 26px;
  font-weight: 700;
  color: #529acc;
  border-bottom: 1px solid #666;padding-bottom: 8px;margin-bottom: 8px;
}
.merit_catch{
  font-size: 20px;
  font-weight: 400;
}
.merit_tx{
  font-size: 14px;
  line-height: 160%;
}
.merit_course{
  font-size: 14px;
  line-height: 160%;
  font-weight: 500;
  margin-bottom: 8px;
}
.merit_fee{
  font-size: 14px;
  line-height: 160%;
  font-weight: bold;
  color: #529acc;
  margin-bottom: 8px;
}
.merit_teacher{
  font-size: 14px;
  line-height: 160%;
  font-weight: 500;
  margin-bottom: 8px;
}
.merit_taisaku{
  font-size: 14px;
  line-height: 160%;
  font-weight: 500;
  margin-bottom: 8px;
}
.merit_career{
  font-size: 14px;
  line-height: 160%;
  font-weight: 500;
  margin-bottom: 8px;
}
.merit_headline {
  font-size: 34px;
  font-weight: 900;
  margin: 12px auto;
}

.merit_featured-tag{
    display: inline-block;
            background-color: #529acc;
            color: #fff;
            font-size: 12px;
            font-weight: 600;
            padding: 2px 10px 3px;
            border-radius: 9999px;
            margin-bottom: 5px;
}


/* CTA ====================================================== */
.cta_area {  margin: 80px 0;
}
.cta_contents{
  max-width: 1200px;
  margin: 0 auto;
    background-image: linear-gradient(90deg, #529acc, #529acc);
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 50px 50px;
}

.mov_cta{margin: 20px auto 0;width: 650px;}
.btn_cta{margin: 40px auto 0;width: 480px;}

.txbox_cta{width:90%;margin: 50px auto 10px;padding:20px;text-align: left;border: 1px solid #fff;}


/* 補助のメリット ====================================================== */
.support{width: 1200px;margin: 0 auto;}
.sub-heading {
  color: #000;
  margin: 50px 0 30px 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 140%;
}
.support-txt{font-size: 14px;line-height: 150%;}
.support-flow {  display: flex;  align-items: center;vertical-align: top;}
.support-item {  text-align: center;  margin: 5px;  flex: 1;}
.support-mdashi{font-size: 16px;font-weight: 600;margin: 10px 0;}


/* 固定バナー ====================================================== */
#fixb {
  position: fixed;
  width: 150px;
  right: 0;
  bottom: 2vh;
}


/* Effect（点滅）テキストバナー ==================================================== */
@keyframes blinking {
  0%   { opacity: 0; }
  25%  { opacity: 1; }
  100% { opacity: 1; }
}
.blink {
  animation: blinking 2s ease-in-out infinite alternate;
}

.info{
  margin: 0px auto 30px;
  padding: 1px 0 20px;
  max-width: 100%;
  background-color: #529acc;
  border: 2px solid #529acc;
  text-align: center;
}

.info-tx{
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}


/* 画像＆ボタン ==================================================== */
.bnr{width:1000px;margin: 40px auto;margin-bottom: 20px;}

.hero{background-color: #f2f3f7;}
.fv{margin: 0 auto; max-width: 1400px;}



.courseimg{width:85%;}
