@charset "utf-8";
/* CSS Document */
/*====================
PCを基本設計にする
 - 1280px〜：大型PC
 - 960px〜1279px：小型PC
 - 600px〜959px：タブレット
 - 480px〜599px：スマートフォン横
 - 〜479px：スマートフォン縦
====================*/

/* 1280px〜：大型PC
------------------------------ */
/*------------------------------------*/
/*
/*  BASE
/*
/*------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  color: #2b2b2b;
  background-color: #fff;
  font-family: 'Josefin Sans','Noto Sans JP',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 1px;
}
li {
  text-decoration: none;
}
a {
  color: #2b2b2b;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
a:hover {
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
img {
  max-width: 100%;
  height: auto;
}
.text-center {
  text-align: center;
}
input,
textarea,
table {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", YuMincho,
    "游明朝体", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.sp-img {
  display: none;
}
.pc-img {
  display: block;
}
.pc-item{
  display: block;
}
.sp-only {
  display: none;
}
.sp-item2{
  display: none;
}
.btn-trigger {
  display: none;
}
section {
  padding: 80px 0;
}
h1{
  width:180px;
}
h2 {
  font-size: 6rem;
  text-align: center;
  margin-bottom: 8px;
  color:#ED6D00;
  text-transform: uppercase;
}
h3 {
  font-size: 2.6rem;
  font-weight: 800;
  color:#ED6D00;
  text-align: center;
  margin-bottom: 16px;
}
h4 {
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 2.4rem;
  margin-bottom: 16px;
  color:#ED6D00;
  font-weight: 900;
  line-height: 1.3;
}
h4.bk {
  color:#000;
}
h4 span{
  font-size: 1.8rem;
  font-weight: 800;
}
h5 {
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.3;
}
h6{
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}
.sub-title{
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  line-height: 1.3;
}
.jp-title{
  font-family: 'Noto Sans JP',sans-serif;
  display: block;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}
.inline-block {
  display: inline-block;
}
.bold700 {
  font-weight: 700;
}
.bold900 {
  font-weight: 900;
}
.dots-list>li {
  padding-left: .6em;
  text-indent: -.6em;
}
.dots-list>li::before{
  content: "・";
}
.txt-link {
  display: inline-block;
  border-bottom: 2px solid currentColor;
  color: #ED6D00;
  font-weight: 700;
  line-height: 1.4;
  padding-right: 6px;
  position: relative;
  transition: .2s ease-in-out;
}
.txt-link::after {
  position: relative;
  left: 4px;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  transition: .2s ease-in-out;
}
.txt-link:hover {
  opacity: .7;
  transition: .2s ease-in-out;
}

/*------------------------------------*/
/*
/*  COMMON
/*
/*------------------------------------*/
.inner01 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
.inner02 {
  max-width: 1146px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
.inner03 {
  max-width: 990px;
  margin: 0 auto;
  box-sizing: border-box;
}
.bg_gray{
  background-color: #f7f7f7;
}
.bg_white{
  background-color: #FFF;
}
.bg_bk{
  background-color: #000;
}

/*------------------------------------*/
/*
/*  HEADER
/*
/*------------------------------------*/
.header{
  padding: 10px 0;
  width: 100%;
  z-index: 100;
  height: 51px;
  background-color: rgba(255,255,255,0);
}
.nav-wrapper{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.nav-list{
  display: flex;
  display: -webkit-flex;
}
.nav-item{
  font-size: 1.6rem;
  padding-left: 28px;
  text-transform: uppercase;
  text-align: center;
}
.nav-item span{
  font-size: 1.1rem;
  display: inline-block;
  font-weight: 700;
  padding-top: 4px;
}
.logo-wrapper{
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.logo-wrapper span{
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  padding-left: 16px;
  line-height: 1.4;
  letter-spacing: 0.1px;
}

  .header.fix{
      position: fixed;
      top:0;
      left:0;
      width: 100%;
      animation:nyuru 0.5s;
      background-color: rgba(255,255,255,1);
      box-shadow: 5px 5px 8px rgba(0,0,0,0.1);
  }
@keyframes nyuru {
      0%{
          margin-top:-71px;
      }
      100%{
          margin-top:0;
      }
  }

/*------------------------------------*/
/*
/*  HERO
/*
/*------------------------------------*/
.hero{
    text-align: center;
    margin-bottom: 52px;
}
.bg01{
    position: relative;
    background-image: url(../images/bg01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hero-note {
  font-size: clamp(1.2rem, 0.4889rem + 1.4815vw, 1.6rem);
  line-height: 1.5;
  text-align: center;
  margin-bottom: min(30px, 6vw);
}
/* leadcopy
/*------------------------------------*/
.lead-copy p{
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.4;
}

/* btn
/*------------------------------------*/
.btn-wrapper{
  text-align: center;
}
/* .btn-outer{
    padding: 0 56px;
  display: inline-block;
} */
.btn{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  display: inline-block;
  width:460px;
  padding: 20px 0;
  border-radius: 6px;
  background-color: #ED6D00;
  border: 2px solid #ED6D00;
  color:#fff;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
  text-transform:uppercase;
  letter-spacing: 0.4em;
  white-space: nowrap;
  box-shadow: 0px 8px 8px rgba(160,160,160,0.6);
}
.btn:after{
  position: relative;
  left:22px;
  content: "\f054";
  font-family:"Font Awesome 5 Free";
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.btn:hover{
  background-color: #EA5704;
  border: 2px solid #EA5704;
  box-shadow:0px 3px 3px rgba(160,160,160,0.6);
}
.btn-outer a:hover{
  opacity: 1;
  transform: translateY(3px);
}
.btn-outer:hover .btn:after{
  /* left:32px; */
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.bg01 .btn{
  margin-bottom: min(30px, 6vw);
}

/*------------------------------------*/
/*
/*  REASON
/*
/*------------------------------------*/
.reason-item{
  display: flex;
  display: -webkit-flex;
  margin-bottom: 40px;
}
.reason-item:last-of-type{
  margin-bottom: 0;
}
.reason-item:nth-of-type(2n){
  flex-direction: row-reverse;
}
.reason-p{
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.7;
  background-color: #fff;
  padding: 20px 30px;
  max-width: 330px;
  z-index: 1;
  position: relative;
  box-shadow: 10px 10px 10px rgba(160,160,160,0.3);
}
.reason-p:after{
  content:'01';
  color:#ED6D00;
  font-size: 8rem;
  font-family: 'Josefin Sans','sans-serif';
  font-style: italic;
  position: absolute;
  top:-17%;
  right:1%;
}
.reason-item:nth-of-type(2) .reason-p:after{  content:'02';
}
.reason-item:nth-of-type(3) .reason-p:after{  content:'03';
}
.reason-item img{
  width: 354px;
}
.reason-img01{
  margin:60px -16px 0;
  z-index: 2;
}
.reason-img02{
  margin:50px -16px 0;
  z-index: 0;
}
.reason-img03{
  margin:60px -16px 0;
  z-index: 2;
}
.reason-item:nth-of-type(2)>div.above{
  z-index: 2;
}

/*------------------------------------*/
/*
/*  VOICE
/*
/*------------------------------------*/
/* VOICE BTN
/*------------------------------------*/
.voice-list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-bottom: 100px;
}
.voice-item {
  width: 25%;
  position: relative;
}
.voice_btn_title{
  position: absolute;
  bottom: 10px;
  right: 6px;
  text-align: right;
  line-height: 1.3;
}
.voice_btn_title p{
  color:#fff;
  font-size: 2rem;
  font-weight: 900;
  bottom: 10px;
  right: 6px;
  text-align: right;
  line-height: 1.3;
}
.voice_btn_title span{
  display: block;
  color:#fff;
  font-size: 7rem;
  font-style: italic;
  line-height: 1;
}
.voice-img{
  position: relative;
}
.voice-img:after{
  content:'';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.1);
}
.voice-item a:after{
  content:'';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.voice-item.tab-active a:after{
  content:'';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
}
.voice-item:hover a:after{
  content:'';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
}
.voice-item:hover a{
  opacity:1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* VOICE CONTENTS
/*------------------------------------*/
.voice-p + .voice-p {
  margin-top: 1em;
}
.voice-p-wrapper.first{
  position: relative;
}
.voice-p-wrapper.first:after{
  content:'01';
  color:#ED6D00;
  font-size: 9rem;
  font-family: 'Josefin Sans','sans-serif';
  font-style: italic;
  position: absolute;
  top:-7%;
  right:2%;
}
.voice-p-wrapper.first.num02::after{
  content:'02';
}
.voice-p-wrapper.first.num03:after{
  content:'03';
}
.voice-p-wrapper.first.num04:after{
  content:'04';
}
.voice-contents-item{
  display: flex;
  display: -webkit-flex;
  margin-bottom: 60px;
  flex-direction: row-reverse;
}
.voice-contents-img img{
  width: 350px;
}
.voice-contents-img{
  margin:-30px -16px 0;
  z-index: 2;
}
.voice-contents-img.second{
  margin:60px -16px 0;
}
.voice-p-wrapper{
  padding: 50px 70px;
  max-width: 560px;
  z-index: 1;
  box-shadow: 10px 10px 10px rgba(160,160,160,0.3);
}
.voice-p-wrapper:nth-of-type(2){
  max-width: 100%;
  margin-bottom: 60px;
  box-sizing: border-box;
}
.voice-p-wrapper:nth-of-type(4){
  max-width: 100%;
  margin-bottom: 0;
  box-sizing: border-box;
}
.voice-p-wrapper.h3{
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.7;
  text-align: left;
}
.voice-p-wrapper p{
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
}
.voice-p-wrapper .name{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.voice-p-wrapper .name span{
  font-size: 1.4rem;
  font-weight: 700;
}
.voice-p-wrapper .age{
  font-family: 'Noto Sans',sans-serif;
  font-weight: 700;
  margin-bottom: 24px;
  display: block;
}
.schedule,.portforio{
  text-align: center;
  padding-top: 20px;
}
.schedule img{
  width: 800px;
}
.portfolio-wrapper{
  display: flex;
  display: -webkit-flex;
  margin-bottom: 20px;
  align-items: center;
}
.portfolio-wrapper div:first-of-type{
  width: 60%;
  padding-right: 40px;
}
.portfolio-wrapper div:last-of-type{
  width: 40%;
}
.voice-p-wrapper:nth-of-type(4) p{
  font-size: 1.4rem;
}
.url{
  display: block;
  margin: 20px 0;
}
.url:after{
  position: relative;
  left: 12px;
  content: "\f35d";
  font-family:"Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1.2rem;
  vertical-align: 2px;
}
.btn-outer.portfolio .btn,
.btn-outer.schedule .btn{
  width: 360px;
  padding: 20px 0;
  background-color: #444;
  border: 2px solid #444;
  color:#fff;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
.btn-outer.portfolio .btn:hover,
.btn-outer.schedule .btn:hover{
  background-color: #222;
  border: 2px solid #222;
}
.btn-outer.portfolio a{
  display: inline-block;
}

/* Tab ON/OFF
/*------------------------------------*/
.tabContents {
  display: none;
}
.tabContents.tab-active {
  display: block;
}

/*------------------------------------*/
/*
/*  CTA
/*
/*------------------------------------*/
section.cta01{
  background-image: url(../images/cta.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cta-sub-title{
  display: flex;
  width: fit-content;
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 1em;
  position: relative;
}
@media screen and (max-width: 599px) {
  .cta-sub-title{
    flex-direction: column;
  }
}
.cta-sub-title::before, .cta-sub-title::after{
  content: "";
  width: 1px;
  height: 1.5em;
  position: absolute;
  bottom: .1em;
  background: currentColor;
}
.cta-sub-title::before {
  left: -1em;
  transform: rotate(-45deg);
}
.cta-sub-title::after{
  right: -1em;
  transform: rotate(45deg);
}
.cta-wrapper{
  background-color: #fff;
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 40px 70px;
  position: relative;
}
.cta-wrapper p{
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 700;
  line-height: 1.8;
}
.cta-wrapper .btn-outer{
  position: absolute;
  bottom:-32px;
  left:50%;
  transform: translateX(-50%);
}
.cta-last{
  margin-bottom: 60px;
}
section.cta01 .btn{
  box-shadow:0px 8px 8px rgba(33,33,33,0.6);
}
section.cta01 .btn:hover{
  box-shadow:0px 3px 3px rgba(33,33,33,0.3);
}


/*------------------------------------*/
/*
/*  CURRICULUM
/*
/*------------------------------------*/
.cc-item{
  display: flex;
  display: -webkit-flex;
  width: 100%;
  margin-bottom: 60px;
  align-items:flex-end;
}
.cc-item:last-of-type{
  margin-bottom: 80px;
}
.cc-item div{
  padding: 0 10px;
}
.cc-item div:first-of-type{
  width: 40%;
  text-align: center;
}
.cc-item div:last-of-type{
  width: 60%;
}
.cc-item:nth-child(2n){
  flex-direction: row-reverse;
}
.cc-item img{
  width: 340px;
}
.cc-item h4{
  margin-bottom: 8px;
}
.cc-item span{
  display: block;
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 1.4rem;
}
.cc-item p{
  font-family: 'Noto Sans JP',sans-serif;
  line-height: 1.7;
}
.cc-img-wrapper{
  position: relative;
}
.cc-item .cc-img-wrapper:after{
  content:'01';
  color:#ED6D00;
  font-size: 7rem;
  font-family: 'Josefin Sans','sans-serif';
  font-style: italic;
  position: absolute;
  bottom:-34px;
  right:6%;
}
.cc-item:nth-of-type(2) .cc-img-wrapper:after{  content:'02';
}
.cc-item:nth-of-type(3) .cc-img-wrapper:after{  content:'03';
}
/* .cc-item:nth-of-type(4) .cc-img-wrapper:after{  content:'04';
} */
.cc-item:nth-of-type(5) .cc-img-wrapper:after{  content:'04';
}
.cc-item:nth-of-type(6) .cc-img-wrapper:after{  content:'05';
}
.cc-item:nth-of-type(7) .cc-img-wrapper:after{  content:'06';
}
.cc-item:nth-of-type(8) .cc-img-wrapper:after{  content:'07';
}

/* SUPPORT
/*------------------------------------*/
.support-wrapper{
  padding: 50px 60px;
  margin-top: 80px;
  margin-bottom: 60px;
  box-shadow: 10px 10px 10px rgba(160,160,160,0.3);
}
.support-wrapper p{
  line-height: 1.7;
}
.support_leadcopy{
  display: flex;
  display: -webkit-flex;
  width: 100%;
  margin-bottom: 40px;
}
.support_leadcopy div:first-of-type{
  width: 60%;
}
.support_leadcopy div:last-of-type{
  width: 40%;
  text-align: right;
}
.support_leadcopy img{
  width: 320px;
}
.support-wrapper h5{
  text-align: center;
}
.support-list{
  display: flex;
  display: -webkit-flex;
}
.support-item {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
}
.support-item:nth-of-type(3n) {
  margin-right: -40px;
}
.support-item img {
  margin-bottom: 16px;
}

/* INSTRUCTOR
/*------------------------------------*/
.instructor-wrapper{
  padding: 40px;
  box-shadow: 10px 10px 10px rgba(160,160,160,0.3);
}
.instructor-wrapper h4{
  margin-bottom: 40px;
  text-align: center;
}
.instructor-wrapper h5{
  margin-bottom: 32px;
}
.instructor-wrapper h5>span{
    font-size: 1.4rem;
    font-weight: 700;
    padding-left: 6px;
}
.instructor-item p{
  font-family: 'Noto Sans JP',sans-serif;
  line-height: 1.7;
}
.instructor-item p:first-of-type{
  margin-bottom: 30px;
}
.instructor-item{
  display: flex;
  display: -webkit-flex;
  width: 100%;
  margin-bottom: 60px;
}
.instructor-item:last-of-type{
  margin-bottom: 0;
}
.instructor-item div:first-of-type{
  width: 30%;
  padding: 0 10px;
}
.instructor-item div:last-of-type{
  width: 70%;
  padding: 0 10px;
}
.instructor-item img{
  width: 240px;
}
.instructor-title{
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}
.instructor-item .add-info{
  margin-top: 10px;
  display: block;
}

/*------------------------------------*/
/*
/*  COURSE
/*
/*------------------------------------*/
.course-list{
  display: flex;
  display: -webkit-flex;
  width: 100%;
  font-family: 'Noto Sans JP',sans-serif;
  line-height: 1.4;
  margin-bottom: 40px;
}
.course-item{
  width: 50%;
  padding: 0 20px;
}
.course-item:last-of-type{
  border-left:1px solid #CCCCCC;
}
.course-detail{
  padding-left: 10px;
  margin-bottom: 30px;
}
.course-detail:last-of-type{
  margin-bottom: 0;
}
.course-detail dl{
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.course-detail dt{
  display: table-cell;
  width: 28%;
  white-space: nowrap;
}
.course-detail dd{
  display: table-cell;
  width: 72%;
}
.course-detail dd .note{
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
}
.course-detail.price dl.border{
  position: relative;
}
.course-detail.price dl.border:after{
	content:"";
	position: absolute;
	left: 0;
	top: -4px;
	width: 230px;
	border-bottom: solid #aaa 1px;
}
.course-detail.price dl.colored dt,
.course-detail.price dl.colored dd{
  font-weight: 700;
  color:#ED6D00
}
.payment{
  font-size: 1.4rem;
  line-height: 1.6;
}
.skill{
  padding:50px 80px ;
  font-family: 'Noto Sans JP',sans-serif;
}
.skill h5{
  text-align: center;
  margin-bottom: 40px;
}
.skill-item h6{
  margin-bottom: 8px;
}
h6 span{
  font-family: 'Josefin Sans',sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  padding-right: 10px;
  font-style: italic;
}
.skill-item{
  margin-bottom: 30px;
}
.skill-item:last-of-type{
  margin-bottom: 0;
}
.work-wrapper{
  display: flex;
  display: -webkit-flex;
  width: 100%;
}
.work-detail{
  width: 66%;
  line-height: 1.5;
}
.income{
  font-size: 1.9rem;
  font-weight: 700;
}
.income span{
  font-size: 1.4rem;
  font-weight: 700;
  padding-right: 6px;
}

/*------------------------------------*/
/*
/*  Q & A
/*
/*------------------------------------*/
section.qa{
  padding: 0 0 80px;
}
.qa-list{
  font-family: 'Noto Sans JP',sans-serif;
  max-width: 820px;
  margin: 0 auto;
}
.qa-item{
  margin-bottom: 40px;
}
.qa-item:last-of-type{
  margin-bottom: 0;
}
.qa-item p{
  line-height: 1.8;
}
.qa-item h6{
  position: relative;
}
.qa-item h6:before{
  content:'Q1';
  font-size: 3rem;
  font-family: 'Josefin Sans','sans-serif';
  font-style: italic;
  position: absolute;
  bottom: -10px;
  left: -48px;
}
.qa-item:nth-of-type(2) h6:before{  content:'Q2';
}
.qa-item:nth-of-type(3) h6:before{  content:'Q3';
}
.qa-item:nth-of-type(4) h6:before{  content:'Q4';
}
.qa-item:nth-of-type(5) h6:before{  content:'Q5';
}
.qa-item:nth-of-type(6) h6:before{  content:'Q6';
}
.qa-item:nth-of-type(7) h6:before{  content:'Q7';
}
.qa-item p span{
  font-size: 1.4rem;
  margin-top: 12px;
  display: block;
}

/*------------------------------------*/
/*
/*  CAMPUS
/*
/*------------------------------------*/
.campus-umeda-wrapper,
.campus-namba-wrapper,
.campus-sannomiya-wrapper{
  display: flex;
  display: -webkit-flex;
  width: 100%;
}
.campus-umeda-wrapper{
  margin-bottom: 80px;
}
.campus-namba-wrapper{
  flex-direction: row-reverse;
  margin-bottom: 80px;
}
.campus-umeda,
.campus-namba,
.campus-sannomiya{
  width: 50%;
  padding: 0 20px;
}
.campus-umeda-item,
.campus-namba-item,
.campus-sannomiya-item{
  display: table;
  width: 100%;
  font-family: 'Noto Sans JP',sans-serif;
  margin-bottom: 24px;
  line-height: 1.7;
}
.campus-umeda-item dt,
.campus-namba-item dt,
.campus-sannomiya-item dt{
  display: table-cell;
  width: 10%;
}
.campus-umeda-item dd,
.campus-namba-item dd,
.campus-sannomiya-item dd{
  display: table-cell;
}
.campus-umeda h4,
.campus-namba h4,
.campus-sannomiya h4{
  font-family: 'Josefin Sans','sans-serif';
}
.campus-list .address:after{
  position: relative;
  left:13%;
  content: "\f3c5";
  font-family:"Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1.8rem;
  vertical-align: 0;
}
.campus-list .tel:after{
  position: relative;
  left:13%;
  content: "\f879";
  font-family:"Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1.8rem;
  vertical-align: -1px;
}
.campus-list .transport:after{
  position: relative;
  left:13%;
  content: "\f239";
  font-family:"Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1.8rem;
  vertical-align: 0;
}
.campus-list .mail:after{
  position: relative;
  left:13%;
  content: "\f0e0";
  font-family:"Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1.8rem;
  vertical-align: -1px;
}
.campus-list .map:after{
  position: relative;
  left:3%;
  content: "\f054";
  font-family:"Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1.6rem;
  vertical-align: -1px;
}
.campus-list span.small{
  display: block;
  margin-bottom: 8px;
  font-size: 1.4rem;
}
.campus-thumb{
  display: flex;
  display: -webkit-flex;
  margin-top: 10px;
  width: 100%;
}
.campus-thumb div{
  width: calc((100% - 40px) / 5);
  margin-right: 10px;
}
.campus-thumb div:nth-of-type(5n) {
  margin-right: -10px;
}

/*------------------------------------*/
/*
/*  FOOTER
/*
/*------------------------------------*/
.footer{
  padding: 20px 0;
}
.copyrights{
  color:#fff;
  font-family: 'Noto Sans JP',sans-serif;
  text-align: right;
  font-size: 1.1rem;
}
#pagetop:hover a{
  opacity: 1;
}
.pagetop{
  width: 60px;
  height: 60px;
  background-color: #000;
  bottom:60px;
  right: 0;
  position: fixed;
  z-index: 101;
}
.pagetop:after{
  position: relative;
  left:43%;
  top: 34%;
  content: "\f077";
  font-family:"Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1.6rem;
  color: #fff;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#pagetop:hover .pagetop:after{
  top:24%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}









/* 960px〜1279px：小型PC
------------------------------ */
@media screen and (max-width: 1279px) {
/*------------------------------------*/
/*
/*  BASE
/*
/*------------------------------------*/
body{
  font-size: 1.5rem;
}
section{
  padding:48px 0;
}

/*------------------------------------*/
/*
/*  COMMON
/*
/*------------------------------------*/
h2{
  font-size: 5rem;
  margin-bottom: 0;
}
h3{
  font-size: 2.4rem;
}
h4{
  font-size: 2.2rem;
}
h5{
  font-size: 2rem;
}
h6{
  font-size: 1.8rem;
}
.sub-title{
  margin-bottom: 24px;
}
.jp-title{
  margin-bottom: 42px;
}

/*------------------------------------*/
/*
/*  HERO
/*
/*------------------------------------*/
.hero{
    text-align: center;
    margin-bottom: 32px;
}
.bg01{
    position: relative;
    background-image: url(../images/bg01_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.lead-copy p{
  font-size: 2.6rem;
}
/* .bg01 .btn{
  margin-bottom: 48px;
} */

/*------------------------------------*/
/*
/*  HEADER
/*
/*------------------------------------*/
.nav-item{
  padding-left: 16px;
  font-size: 1.5rem;
}

/*------------------------------------*/
/*
/*  REASON
/*
/*------------------------------------*/
.reason-p:after{
  font-size: 7rem;
  top:-15%;
}

/*------------------------------------*/
/*
/*  VOICE
/*
/*------------------------------------*/
.voice_btn_title span{
  font-size: 6rem;
}
.voice-p-wrapper.first:after{
  font-size: 8rem;
  top:-5%;
}
.btn-outer.portfolio .btn{
  font-size: 1.7rem;
}

/*------------------------------------*/
/*
/*  CTA
/*
/*------------------------------------*/
section.cta01{
  padding: 40px 60px 70px;
  background-position:42% 50%;
}
.cta-wrapper{
  max-width: 550px;
  padding: 30px 30px 48px;
  position: relative;
}

/*------------------------------------*/
/*
/*  COURSE
/*
/*------------------------------------*/
.skill{
  padding: 40px 40px;
}

/*------------------------------------*/
/*
/*  Q & A
/*
/*------------------------------------*/
section.qa{
  padding: 0 0 60px;
}
.qa-list{
  padding: 0 100px;
}


}


/* 769px〜959px：タブレット
------------------------------ */
@media screen and (max-width: 959px) {
/*------------------------------------*/
/*
/*  HEADER
/*
/*------------------------------------*/
.header{
  height: 41px;
}
.logo-wrapper span{
  font-size: 1.2rem;
}

/*------------------------------------*/
/*
/*  COMMON
/*
/*------------------------------------*/
h1{
  width: 130px;
}
h2{
  font-size: 4rem;
}
h3{
  font-size: 2.2rem;
}
h4{
  font-size: 2rem;
}
h5{
  font-size: 1.8rem;
}
h6{
  font-size: 1.6rem;
}
.sub-title{
  font-size: 2.2rem;
  margin-bottom: 20px;
}

/*------------------------------------*/
/*
/*  HEADER
/*
/*------------------------------------*/
.nav-item{
  padding-left: 12px;
  font-size: 1.4rem;
}

/* BTN
/*------------------------------------*/
.btn{
  width: 400px;
  padding: 16px 0;
  font-size: 2rem;
}

/*------------------------------------*/
/*
/*  HERO
/*
/*------------------------------------*/
.lead-copy p{
  font-size: 2.2rem;
}

/*------------------------------------*/
/*
/*  REASON
/*
/*------------------------------------*/


/*------------------------------------*/
/*
/*  VOICE
/*
/*------------------------------------*/
.voice_btn_title span{
  font-size: 4rem;
}
.voice_btn_title p{
  font-size: 1.6rem;
}
.voice-p-wrapper{
  padding:30px 40px;
}
.voice-contents-img img{
  width: 310px;
}
.btn-outer.portfolio .btn,
.btn-outer.schedule .btn{
  width: 260px;
  padding: 16px 0;
  font-size: 1.5rem;
}

/*------------------------------------*/
/*
/*  CTA
/*
/*------------------------------------*/
.cta-wrapper{
  max-width: 510px;
  background-color:rgba(255,255,255,0.7);
}
.cta-wrapper .btn-outer{
  bottom:-21px;
}
section.cta01{
  padding: 40px 60px 60px;
}

/*------------------------------------*/
/*
/*  CURRICULUM
/*
/*------------------------------------*/
.instructor-wrapper{
  padding: 30px;
}
.instructor-item div:first-of-type{
  width: 23%;
}

/*------------------------------------*/
/*
/*  COURSE
/*
/*------------------------------------*/
h6 span{
  font-size:2.6rem;
}

/*------------------------------------*/
/*
/*  Q & A
/*
/*------------------------------------*/
.qa-list{
  padding: 0 60px;
}
.qa-item h6:before{
  font-size:2.8rem;
  bottom:-9px;
  left: -50px;
}

/*------------------------------------*/
/*
/*  CAMPUS
/*
/*------------------------------------*/
.campus-umeda-item dt, .campus-namba-item dt, .campus-sannomiya-item dt{
  width: 8%;
}
.campus-umeda-wrapper, .campus-namba-wrapper{
  margin-bottom: 40px;
}
}



/* 600px〜768px：SP横
/*------------------------------------*/
@media screen and (max-width: 768px) {
/*------------------------------------*/
/*
/*  BASE
/*
/*------------------------------------*/
.pc-img{
  display: none;
}
.sp-img{
  display: block;
}
.pc-item{
  display: none;
}
.sp-item{
  display: block;
}
.br-pc {
  display: none;
}
.br-sp {
  display: block;
}
.sp-only {
  display: block;
}
/*------------------------------------*/
/*
/*  COMMON
/*
/*------------------------------------*/
.jp-title{
  margin-bottom: 32px;
}

/*------------------------------------*/
/*
/*  HEADER
/*
/*------------------------------------*/
.bg01{
  position: relative;
  background-image: url(../images/bg01_sp2.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
}
.header{
  position: fixed;
  background-color: #fff;
  top:0;
  left: 0;
  box-shadow: 5px 5px 8px rgba(0,0,0,0.1);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  height: 36px;
}
  .header.fix{
    animation:none;
    }
.header-nav{
  display: none;
  position: fixed;
  overflow-y: scroll; /*ハンバーガーメニューのスクロール動作*/
  top:0;
  left:0;
  box-sizing: border-box;
  z-index: 100;
  width:100%;
  height: 100%; /*ハンバーガーメニューのスクロール動作*/
  padding: 106px 0 0;
  background-color: #fff;
  webkit-overflow-scrolling: touch; /*ハンバーガーメニューのスクロール動作*/
  overflow: hidden;
}
.nav-list{
  display: block;
}
.nav-item{
  padding-left: 0;
  margin-bottom: 40px;
  font-size: 2.6rem;
}
.nav-item span{
  font-size: 1.3rem;
}

/* trigger
/*------------------------------------*/
.btn-trigger {
  display: block;
}
.btn-trigger {
  position: fixed;
  top: 8px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 101;
}
.btn-trigger-inner,
.btn-trigger-inner span {
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.btn-trigger a:hover {
  opacity: 1;
}
.btn-trigger-inner {
  position: relative;
  width: 40px;
  height: 40px;
}
.btn-trigger span {
  position: absolute;
  left: 5px;
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
}
.btn-trigger span:nth-of-type(1) {
  top: 9px;
}
.btn-trigger span:nth-of-type(2) {
  top: 19px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 8px;
}

/* trigger - active
/*------------------------------------*/
.btn-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.btn-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.btn-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}

/*------------------------------------*/
/*
/*  HERO
/*
/*------------------------------------*/
.hero{
  margin-top: 56px !important;
  margin-bottom: 20px;
}
.lead-copy p{
  font-size: 2rem;
  margin-bottom: 12px;
}
/* BTN
/*------------------------------------*/
.btn{
  width: 380px;
  letter-spacing:0.4em;
}

/*------------------------------------*/
/*
/*  REASON
/*
/*------------------------------------*/
.reason-item{
  flex-wrap: wrap;
  flex-direction: column-reverse;
  box-shadow: 10px 10px 10px rgba(160,160,160,0.3);
}
.reason-item:nth-of-type(2n){
  flex-direction: column-reverse;
}
.reason-item img{
  width:100%;
}
.reason-img01,
.reason-img02,
.reason-img03{
  margin: 0;
  z-index: 0;
}
.reason-p{
  padding: 30px 20px;
  max-width: 100%;
  box-shadow: none;
}
.reason-p:after{
  top:-22%;
}

/*------------------------------------*/
/*
/*  VOICE
/*
/*------------------------------------*/
#voice .inner02{
  padding: 0;
}
.voice-item{
  width: 50%;
}
.voice-contents-item{
  flex-wrap:wrap;
  flex-direction:column-reverse;
  margin-bottom: 40px;
  box-shadow: 10px 10px 10px rgba(160,160,160,0.3);
}
.voice-p-wrapper:nth-of-type(2){
  margin-bottom: 40px;
}
.voice-list{
  margin-bottom: 60px;
}
.voice-contents-img,
.voice-contents-img.second{
  margin: 0;
  z-index: 0;
}
.voice-contents-img img{
  width: 100%;
}
.voice-p-wrapper{
  padding: 30px 16px;
  max-width: 100%;
  box-shadow: none;
}
.voice-p-wrapper:nth-of-type(2),
.voice-p-wrapper:nth-of-type(4){
  box-shadow: 10px 10px 10px rgba(160,160,160,0.3);
}

/* Modaal
/*------------------------------------*/
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before{
  background:#000;
}

/* portfolio
/*------------------------------------*/
.portfolio-wrapper{
  display: block;
}
.portfolio-wrapper div:first-of-type{
  padding: 0;
  width: 100%;
  margin-bottom: 16px;
}
.portfolio-wrapper div:last-of-type{
  width: 100%;
  text-align: center;
}
.portfolio img{
  width: 400px;
}

/*------------------------------------*/
/*
/*  CTA
/*
/*------------------------------------*/
section.cta01{
  background-image:url(../images/cta_sp.jpg);
}

/*------------------------------------*/
/*
/*  CURRICULUM
/*
/*------------------------------------*/
.cc-item{
  display: block;
  margin-bottom: 40px;
}
.cc-item div{
  padding: 0;
}
.cc-item div:first-of-type,
.cc-item div:last-of-type{
  width: 100%;
}
.cc-item img{
  width: 100%;
}
.cc-item div:first-of-type{
  margin-bottom: 10px;
}
.cc-item .cc-img-wrapper:after{
  bottom:-40px;
  right: 2%;
}
.cc-item:last-of-type{
  margin-bottom: 40px;
}
/* SUPPORT
/*------------------------------------*/
.support_leadcopy{
  display: block;
}
.support_leadcopy div:first-of-type,
.support_leadcopy div:last-of-type{
  width: 100%;
}
.support_leadcopy{
  margin-bottom: 24px;
}
.support_leadcopy img{
  width:  100%;
  margin-bottom: 12px;
}
.support-wrapper{
  padding: 30px 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.support-list{
  display: block;
}
.support-item{
  width: 100%;
  margin: 0 0 20px;
}
.support-item:last-of-type{
  margin-bottom: 0;
}
.support-item img{
  margin-bottom: 12px;
}
/* INSTRUCTOR
/*------------------------------------*/
.instructor-wrapper h4{
  margin-bottom: 20px;
}
.instructor-item{
  display: block;
}
.instructor-item div:first-of-type,
.instructor-item div:last-of-type{
  width: 100%;
  padding: 0;
}
.instructor-item img{
  width: 100%;
  margin-bottom: 12px;
}

/*------------------------------------*/
/*
/*  COURSE
/*
/*------------------------------------*/
.course-list{
  display: block;;
}
.course-item{
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
.course-item:last-of-type{
  border-top: 1px solid #CCCCCC;
  border-left: none;
  margin-bottom: 0;
  padding-top: 30px;
}
.course-detail{
  padding-left: 0;
}
.course-detail dt{
  width: 26%;
}
.course-detail dd{
  width: 74%;
}
.skill{
  padding: 40px 30px;
}
.work-wrapper{
  display: block;
}
.work-detail{
  width: 100%;
  margin-bottom: 12px;
}

/*------------------------------------*/
/*
/*  Q & A
/*
/*------------------------------------*/
.qa-list{
  padding: 0 0 0 40px;
}
.qa-item h6:before{
  left: -47px;
}

/*------------------------------------*/
/*
/*  CAMPUS
/*
/*------------------------------------*/
.campus-umeda-wrapper, .campus-namba-wrapper, .campus-sannomiya-wrapper{
  flex-wrap: wrap;
}
.campus-umeda, .campus-namba, .campus-sannomiya{
  padding: 0;
  width: 100%;
}

/*------------------------------------*/
/*
/*  FOOTER
/*
/*------------------------------------*/
.pagetop{
  bottom:20px;
  width: 50px;
  height: 50px;
}
.pagetop:after{
  left: 40%;
}
}








/* 480px〜599px：SP横
/*------------------------------------*/
@media screen and (max-width: 599px) {
.logo-wrapper span{
  font-size: 1.2rem;
  padding-left: 16px;
  line-height: 1.4;
  letter-spacing: 0.1px;
}

}






/* 〜479px：スマートフォン縦
/*------------------------------------*/
@media screen and (max-width: 479px) {
/*------------------------------------*/
/*
/*  BASE
/*
/*------------------------------------*/



/*------------------------------------*/
/*
/*  COMMON
/*
/*------------------------------------*/
section{
  padding: 40px 0;
}
.sub-title{
  font-size: 1.8rem;
  margin-bottom: 16px;
}
h2{
  font-size: 3.2rem;
}
h3{
  font-size: 1.8rem;
}
h4{
  font-size: 1.7rem;
  margin-bottom: 12px;
}
h5{
  font-size: 1.6rem;
}
h6{
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.jp-title{
  font-size: 1.3rem;
}

/*------------------------------------*/
/*
/*  HERO
/*
/*------------------------------------*/
/* BTN
/*------------------------------------*/
/* .bg01 .btn{
  margin-bottom: 42px;
} */
.btn{
  width: 280px;
  font-size: 1.8rem;
  letter-spacing:0.3em;
}

/*------------------------------------*/
/*
/*  REASON
/*
/*------------------------------------*/
.reason-item{
  margin-bottom: 20px;
}
.lead-copy p{
  font-size: 1.8rem;
}
.reason-p{
  padding: 20px 20px;
}
.reason-p:after{
  top:-19%;
}

/*------------------------------------*/
/*
/*  VOICE
/*
/*------------------------------------*/
.voice_btn_title span{
  font-size: 3.4rem;
}
.voice_btn_title p{
  font-size: 1.5rem;
}
.voice-list{
  margin-bottom: 40px;
}
.voice-p-wrapper{
  padding: 20px 16px 24px;
}
.voice-p-wrapper.first:after{
  font-size: 7rem;
}
.voice-p-wrapper .name{
  font-size: 1.7rem;
}
.voice-contents-item{
  margin-bottom: 20px;
}

/*------------------------------------*/
/*
/*  CTA
/*
/*------------------------------------*/
section.cta01{
  padding: 20px 20px 50px;
  background-position:14% 50%;
}
.cta-wrapper{
  padding: 30px 26px 48px;
}
.cta-wrapper p{
  font-size: 1.5rem;
  padding: 0;
}
.cta-sub-title{
  font-size: 1.4rem;
}

/*------------------------------------*/
/*
/*  CURRICULUM
/*
/*------------------------------------*/
.cc-item .cc-img-wrapper:after{
  bottom:-33px;
  font-size: 6rem;
}
/* SUPPORT
/*------------------------------------*/
.support-wrapper{
  padding: 30px 16px;
}

/* INSTRUCTOR
/*------------------------------------*/
.instructor-wrapper{
  padding: 20px 16px;
}
.instructor-wrapper h5{
  margin-bottom: 24px;
}
.skill{
  padding: 30px 20px;
}

/*------------------------------------*/
/*
/*  Q & A
/*
/*------------------------------------*/
.qa-list{
  padding: 0 0 0 34px;
}
.qa-item{
  margin-bottom: 20px;
}
.qa-item h6:before{
  left: -38px;
  bottom:-6px;
  font-size: 2rem;
}
.qa-item p span{
  margin-top: 8px;
  font-size: 1.3rem;
}

/*------------------------------------*/
/*
/*  CAMPUS
/*
/*------------------------------------*/
.campus-list .address:after{
  left:9%;
  font-size: 1.6rem;
  vertical-align: 0;
}
.campus-list .tel:after{
  left:9%;
  font-size: 1.6rem;
  vertical-align: -1px;
}
.campus-list .transport:after{
  left:9%;
  font-size: 1.6rem;
  vertical-align: 0;
}
.campus-list .mail:after{
  left:9%;
  font-size: 1.6rem;
  vertical-align: -1px;
}
.campus-list .map:after{
  left:2%;
  font-size: 1.5rem;
  vertical-align: -1px;
}
}



/* 〜340px：スマートフォン縦
/*------------------------------------*/
@media screen and (max-width: 340px) {
/*------------------------------------*/
/*
/*  BASE
/*
/*------------------------------------*/
body{
  font-size: 1.4rem;
}
.pc-item{
  display: none;
}
.sp-item{
  display: none;
}
.sp-item2{
  display: block;
}

/*------------------------------------*/
/*
/*  COMMON
/*
/*------------------------------------*/
.lead-copy p{
  font-size: 1.7rem;
}
.sub-title{
  font-size: 1.7rem;
}
.jp-title{
  font-size: 1.2rem;
  margin-bottom:24px;
}
h3{
  font-size: 1.7rem;
}
h4{
  font-size: 1.6rem;
}
h5{
  font-size: 1.5rem;
  margin-bottom: 12px;
}
h6 {
  margin-bottom: 8px;
}
.btn{
  font-size: 1.6rem;
  width: 260px;
}

/*------------------------------------*/
/*
/*  HEADER
/*
/*------------------------------------*/
.logo-wrapper span {
    font-size: 1.1rem;
    padding-left: 12px;
}

/*------------------------------------*/
/*
/*  REASON
/*
/*------------------------------------*/
.reason-p:after{
  font-size: 6rem;
  top:-15%;
}

/*------------------------------------*/
/*
/*  VOICE
/*
/*------------------------------------*/
.voice-list{
  margin-bottom: 32px;
}
.voice_btn_title span{
  font-size: 2.6rem;
}
.voice_btn_title p{
  font-size: 1.4rem;
}
.voice_btn_title{
  right:3px;
}
.voice-p-wrapper.first:after{
  font-size: 6rem;
  top:-4%;
}
.voice-p-wrapper{
  padding: 16px 16px 24px;
}
.btn-outer.portfolio .btn, .btn-outer.schedule .btn{
  font-size: 1.4rem;
}

/*------------------------------------*/
/*
/*  CTA
/*
/*------------------------------------*/
section.cta01{
  padding: 20px 16px 50px;
}
.cta-sub-title{
  font-size: 1.3rem;
}
.cta-wrapper{
  padding: 20px 16px 48px;
}
.cta-wrapper p{
  font-size: 1.4rem;
}

/*------------------------------------*/
/*
/*  CURRICULUM
/*
/*------------------------------------*/
.cc-item .cc-img-wrapper:after{
  bottom: -29px;
  font-size: 5rem;
}
.cc-item{
  margin-bottom: 24px;
}
.cc-item div:first-of-type{
  margin-bottom: 8px;
}
/* SUPPORT
/*------------------------------------*/
.support-wrapper{
  padding: 20px 16px;
}
.support-item img {
  margin-bottom: 10px;
}
/* INSTRUCTOR
/*------------------------------------*/
.instructor-item{
  margin-bottom: 32px;
}
.instructor-wrapper h5 {
  margin-bottom: 20px;
}

/*------------------------------------*/
/*
/*  COURSE
/*
/*------------------------------------*/
.payment{
  font-size: 1.3rem;
}
.skill {
  padding: 20px 10px;
}
.skill h5{
  margin-bottom: 20px;
}
h6 span {
  font-size: 2.4rem;
  padding-right: 5px;
  vertical-align:-2px;
}

/*------------------------------------*/
/*
/*  Q & A
/*
/*------------------------------------*/
section.qa {
  padding: 0 0 40px;
}
.qa-list h6{
  font-size: 1.4rem;
}




}
