@charset "UTF-8";
/* CSS Document */

@import url('http://fonts.googleapis.com/earlyaccess/notosansjp.css');



html{
  font-size: 62.5%; /*16px*62.5%=10px*/
  line-height: 2;
}

body{
  /*color: #595757;
  font-family: "Roboto","sans-serif";*/
  font-family: Noto Sans JP, Arial, Helvetica Bold, Hiragino Sans, Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", '游ゴシック Medium', Yu Gothic Medium, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing:grayscale;
  color: #333;
}

img{
  max-width: 100%;
  height: auto;
}

a{
  color: #E40011;
  text-decoration: none;
  transition: color .3s;	
}

a:hover{
  transition: all .3s;
  opacity: 0.7;
  -moz-opacity:0.7;
  text-decoration: none;
}

li{
  list-style: none;
}

.text-center{
  text-align: center;
}

.text-left{
  text-align: left;
}

.text-right{
  text-align: right;
}

.bold{
	font-weight: bold;
}

hr{
  border-width: 1px 0 0 0;
  border-style: dotted;
  border-color: #666;
  width: 50%;
  margin: auto;
  margin-top: 7.0rem;
  margin-bottom: 4.0rem;
}

figure{
    margin: 0;
}

ul{
    margin: 0;
    padding: 0;
}

/* fontawesome */
.fas,
.fab{
	margin-right: 10px;
	font-weight:900;
    font-family: "Font Awesome 5 Free";}


/* アイコン */
.arrow{
	position: relative;
	/*display: inline-block;*/
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 1em;
}

.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

/*---- アイコン 三角 */
.sample4-1::before{
	left: 4px;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 6px solid transparent;
	border-left: 6px solid #000;
	}

/*---- アイコン くの字 */
.sample5-1::before{
	left: 3px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}

/*---- アイコン くの字　下向き右寄せ */
.sample5-2::after{
	width: 7px;
	height: 7px;
	left: auto;
	right: 5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	}




/* ボタン */
.btn_center{
    display: inline-block;
	margin: 4em auto 6em auto;}	
	

/*---- ボタン01 */
.btn_01,
form input[type="submit"]{
	font-size: 1.4rem;
	line-height: 1;
	padding: 1em 3em 1em 2em;
	display: inline-block;
	border-radius: 5px;
	background: #E40011;  /* fallback for old browsers */
	}
	
.btn_01 a,
form input[type="submit"] a{
	color: #fff;
	position: relative;}

.btn_01 a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
	position: absolute;
	top: 34%;
    margin-top: -5px;
    left: -30px;
}

/*---- ボタン02 */
.btn_02 {
	font-size: 1.8rem;
	line-height: 1;
	padding: 1em 1em;
	display: inline;
	border-radius: 1.8em;
	background: #fff; 
	border: solid 1px #828282;
    width: 100%;
	}

.section-2column .btn_02{	
    padding: 1em 1em;
    text-align: center;}

.btn_02 a{
	color: #333;}

.btn_02 i{
	color: #E40011;
	font-size: 2.6rem;
	margin-right: 0.5em;}
	
	
	
	
/* 広がる背景 */
.bg-extention {
	max-width: 100%;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	/*background: #F6F3EC;*/    
	background: #faf8f5;
    margin: 0;
}

.bg-extention_02{
	max-width: 100%;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
    background: url(images/bg_index_results.png) repeat-y ;
    background-position: 50% top;
}

.bg-extention_03{
	max-width: 100%;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
    background: url(images/meta/bg-line.png) repeat-x ;
    background-position: top;
    padding-top: 100px;
    margin: 0;
}


.page .bg-extention{
    padding: 0px 0;}
	
.bg-extention_01{}


/* スマホ表示 */
/*---- スマホ非表示 */
.sp-none{
	display: none;
	}

/*---- スマホ表示 */
.sp-display{
	display: inline;}



/* ---------- コンテンツスタート ------------- */

/*-----------------------
* header
-----------------------*/
.header{
    background-image: url(./images/meta/bg-line.png);
    background-position: top;
    background-repeat: repeat-x ;
    background-color: #F6F3EC;
    border-bottom: solid 8px #E40011;
  /*height: 100vw;
  background-image: url(../images/slide/slide_1_sp.png);
  background-size: cover;*/
}

.header-inner{
  position: relative;
}

.headertop-contact{
	display: none;}

.site-title{
	  max-width: 260px;
	  margin: 0 1em ;
        padding: 10px 0;
	  line-height: 1;
}

.btn-trigger{
  overflow: hidden;
  position: absolute;
  top:15px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 0;
  background-color: #5a5250;
}

.header-top{}

.header-top p{
  margin-bottom: 0;
}


/*-----------------------
* navigation
-----------------------*/

.header-nav{
  display: none;
}

.header-nav ul{
      display: flex;
      flex-direction: column;
      margin-block-end:0px;
      padding-inline-start: 0px; /*どうする？*/
      padding-left: 0;
      font-weight:bold;
}

.header-nav li{
	text-align: center;
	padding: 0px 0;
	border-bottom: solid 1px #303030;
}

.header-nav li a{
	color: #fff;}




/*-----------------------
* ドロワーメニュー
-----------------------*/
.header .drawer-hamburger{
	width: 2.6rem;
	padding: 18px 1.2rem 24px;}
	
.header .drawer-hamburger,
.header .drawer-hamburger:hover{
	background: #E40011;
    opacity: 0.8;}
	

.header .drawer-hamburger-icon, 
.header .drawer-hamburger-icon:after, 
.header .drawer-hamburger-icon:before{
	background-color: #fff;}


.header .drawer-nav{
	padding: 2em 2em;	
    width: 26rem;}

.drawer--right .header .drawer-nav{
	right: -26rem;}

.drawer--right.drawer-open .header .drawer-hamburger{
	    right: 26rem;}

.drawer-menu li {
	font-size: 1.3rem;
    padding: 0.5em 0;
    border-bottom: dotted 1px rgb(204, 204, 204);}

.drawer-menu li a{
	color: #333;
	}

.drawer-menu li.sub{
	padding-left: 1.5em;}


/* btn close  */
.btn-close{
  overflow: hidden;
  position: absolute;
  top: 16px;
  right: -48px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 0;
  background-color: #8fafc3;
  white-space: nowrap;
}

.btn-close use:nth-of-type(1) {
  -webkit-transform: translateY(30px) rotate(-45deg);
  transform: translateY(30px) rotate(-45deg);
}
.btn-close use:nth-of-type(2) {
  -webkit-transform: translateX(35px) translateY(-15px) rotate(45deg);
  transform: translateX(35px) translateY(-15px) rotate(45deg);
}



/*-----------------------
* slideshow
-----------------------*/

.slideshow{
	text-align: center;
	overflow-x: hidden;
    border-bottom: solid 10px #E40011;}

.slideshow-inner{
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
}

.slideshow .swiper-container{
	overflow: visible;}

.swiper-container{}
.swiper-container .swiper-slide {
}

.slideshow .swiper-container {
}

.main .swiper-button-prev,
.main .swiper-container-rtl .swiper-button-next{
  background-image: url("../images/slide/button-before.svg");
}

.main .swiper-button-next, 
.main .swiper-container-rtl .swiper-button-prev{
  background-image: url("../images/slide/button-next.svg");}

span.swiper-pagination-bullet-active{
  background: #231815;
}

.swiper-container {
  /* padding-bottom: 40px; 画像下の余白調整（25pxじゃなくてもいいです） */
}


/*-----------------------
* 固定　ヒーローイメージ
-----------------------*/
.header-mainimage{
	margin-top: 0;
    border-top: solid 2px #E40011;}



/*-----------------------
* Search Form
-----------------------*/
.form-search{
  position: relative;
  margin-bottom: 56px;
  border-bottom: solid 1px #b7b3b3;
  font-size: 1.4rem;
}

.form-parts{
  width: 100%;
  text-transform: uppercase;
}
.btn-search{
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  color: #b7b3b3;
  font-size: 1.6rem;
}








/*-----------------------
*
* contents
*
-----------------------*/

/* 共通 */
.main{
}


.main-inner-1024 .news-titleleft ol.newslist{
  box-sizing: border-box;
  padding: 0px 5.0vw 44px;
}

.main-inner{
    background-image: url(./images/meta/bg-line.png) ;
    background-position: top;
    background-repeat: repeat-x;
}

.main-inner section{
    padding: 0 5vw 30px 5vw;}



/*　見出し */  
/* ---- 見出しh1/h2 共通 */  

.main-inner .main-h1,
.main-inner .main-h2{
    width: 300px;
    font-size: 3rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    color: #0a0a0a;
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    padding: 12px 50px;
	line-height: 1.4;
	width: calc(100% - 20px);
    background-image: url(images/bg-h1.png);
    background-repeat: no-repeat;
    background-position: bottom 0 left 50%;
}

.main-inner .main-h1:before, 
.main-inner .main-h1:after{
  content: '';
  position: absolute;
  top: 38%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.main-inner .main-h1:before{
  left:0;
}

.main-inner .main-h1:after{
  right: 0;
}

.main-h1 span,	
.index .main-h2 span{
    font-family: 'Marck Script', cursive;
	color: #E40011;
	font-weight: normal;
	font-size: 3.0rem;}
	


/* ----- 見出しh2 共通 */ 
.main-inner .main-h2{
	text-align: center;
	font-size: 2.8rem;
	font-size: 2.6rem;
    background-image: url(images/bg-h2.png);
    margin-bottom: 2em;
	}


/* ---- 見出しh3 共通 */  	

h3.main-h3{
	color:#E40011;
	font-size: 2.4rem;
	line-height: 1.4;}

h3.main-h3 span{
	color:#333;
	font-size: 1.8rem;
	font-weight: normal;
	display: inline-block;
	}

	
.main-inner .page-h3_01	{
    padding: 10px 1em;
    background: #f5f5f5;
    margin-bottom: 0.5em;
    border-left: solid 3px #E40011;
}
	
	
/* カラム作成 */
.box-item{	
	line-height: 1.6;
    width: 100%;
	}

.section-2column{}
.section-2column .box-item h3{
    margin-bottom: 0;
    font-size: 2.8rem;
}
.section-2column .box-item p,
.section-2column .box-item ul{
    margin: 0;
}

.section-3column{}

.section-3column .box-item h3{
	color:#E40011;
	font-size: 2.0rem;
	line-height: 1.4;
	margin: 5px 0;
	}
	
.section-3column .box-item  p{
	margin: 0 0 1.5em 0;
	font-size: 1.4rem;
	}




/* 段落　装飾 */
p span{
	font-weight: bold;
	border-bottom: dotted 1px #E40011;}  	






/* リスト */
ul.list-mark-color {
    list-style: none;
    padding:0;
    margin:0;
}
ul.list-mark-color li {
    padding-left: 1em;
	margin-bottom: 0.8em;
    text-indent: -.9em;
}
ul.list-mark-color li:before {
    content: "• ";
    color: #E40011;}




/* 定義リスト */

dl{
	  text-align: left;
  }
  
dt,
dd{
	padding: 0px;
	margin: 0;
    border-bottom: dotted 1px #b8b8b8;
    width: 100%
  }

dt{
    color: #E40011;
    font-weight: bold;
    padding: 10px 0 0 0 ;}
  
dd{
    padding: 0 0 10px 0;
	
  }



/*-----------------------
*
* index
*
-----------------------*/


/* index intro 導入 */

.section-intro {}

.section-intro h2{    
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 1.4;
    text-align: center;
    background: url(images/bg_index_intro.png) no-repeat bottom;
    margin: 0 auto;
    padding: 1em 0 0 0 ;
        
}

/* inde intro　メッセージ */
.intro-message{
    margin-bottom: 3em;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    justify-content: space-between;
}

.intro-message .section-3column{
    margin-top: 0;
}

.section-intro figure{
    width: 36vw;
}

.intro-txt,
.intro-txt-sp{
    width: 50vw;
}
.intro-txt p:last-child{
    display: none;
}

.intro-txt p,
.intro-txt-sp p{
    margin: 2em 0 0 0;
}

/* index intro　キク・ツナグ・ウゴク */
 
.intro-ktu {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #E40011;
}

.intro-ktu {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.intro-ktu .box-item {
    width: 30%;
}

.intro-ktu .box-item h3{
    font-weight: bold;
    color: #E40011;
    font-size: 2.8rem;
    background: #F8F6F3;
    border: solid 4px #E40011;
	border-radius: 50%;/*角丸*/
    width: 26vw;
	height: 26vw;
    text-align:center;
    line-height: 96px;
    margin-bottom: 20px;
}

.intro-ktu .box-item p{
    font-weight: 500;
    font-size: 1.4rem;
}




/* index projects 事業内容 */
.section-projects {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.section-projects .box-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-projects .box-item{
    text-align: center;
    width: 42vw;
}


.section-projects .section-3column .box-item p{ 
    display: inline-block;
    font-size: 2.2rem;
    font-size: 1.5rem;
    color:  #E40011;
    border: solid 2px #E40011;
    background: #fff;
    border-radius: 5px;
    padding: 6px 14px;
    padding: 3px 6px;
    margin-bottom: 0;
    position: relative;
    top: -2.2em;
}

.section-projects .section-3column .box-item img{
    width: 210px;
}

.section-projects .section-3column .box-item-ws p{
    font-size: 1.4rem;
}


.section-projects ul{
    border: solid 4px #D7CBC0;
    border-radius: 10px;
    background:  #fff;
    padding: 40px 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}


.section-projects ul li{
    font-size: 2.0rem;
    width: 32%;
    list-style: disc;
}

.btn_01{
    margin: 2em 0 5em 0;
}




/* index results　事業実績 */
.section-results{}


.section-results .box-wrap{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.section-results .box-wrap .box-item{
    width: 100%;
    margin-bottom: 2em;
    display: flex;
}

.section-results .box-item figure {
    width: 40%;
    margin-right: 10px;
}
.section-results .box-item figure img {
	border-radius: 10px;
    border: solid 3px #E40011;
}

.section-results .box-item-txt{
    width: 60%;
}


.section-results .box-item h3{
    letter-spacing: -0.02em;
    font-feature-settings: "palt";
    text-align: left;
    font-size: 1.6rem;
}
.section-results time.news-time{
}

.results-others{}

.results-others ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.results-others ul li{
    width: 44%;
    width: 100%;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 2em;
}

.results-others li span{
    font-weight: normal;
    font-size: 1.4rem;
}



/* index お知らせ */

.section-news{
    padding-bottom: 3em;
}

ol.newslist{
    padding: 0;
}

ol.newslist li time.news-time{
    font-weight: bold;
    color: #E40011;
}

ol.newslist li p.news-cat{
    font-size: 1.2rem;
    background: #E40011;
    color: #fff;
    font-weight: bold;
    width: 6em;
    text-align: center;
    border-radius: 2px;
    margin: 0;
}

ol.newslist li p.news-title{
    color: #333;
    margin: 0.5em 0 1.5em 0;
    line-height: 1.4;
}





/* index お知らせ ----- タイトル左寄せ＆テキストのみ */

.news-titleleft{
	display:flex;
	flex-direction: column;
	align-items:center;
	}

.news-titleleft .news-h2{
	width: 100%;
	font-size: 2.0rem;
	margin: 0;
	padding:20px 0;
	background: #EFEFEF;
	margin-bottom: 0;
	text-align: center;    
	line-height: 1.0;}	  

.news-titleleft .news-h2 span{
	font-weight: normal;
	color: #E40011;
	font-size: 1.3rem;}

.news-titleleft .news-text{
	display: inline-block;
	vertical-align:middle;
	}

.news-titleleft .news-text{
  width:56vw;
	}
	
.main-inner-1024 .news-titleleft ol.newslist{
  margin: 0px;
}

.news-titleleft ol.newslist li{
  border-bottom: solid 1px #d9d9d9;
  padding: 1em 0;
  font-size: 1.4rem;
}

.news-titleleft ol.newslist li a{
	color: #333;
	display: flex;
	flex-direction: column;
    align-items: left;
	}

.news-titleleft ol.newslist li time.news-time{
	display: block;
    font-weight: bold;
	}

.news-titleleft ol.newslist li p{
	margin: 0;
	}

.news-titleleft .news-cat{
  	font-size: 1.3rem;
    color: #E40011;
    background: #fff;
    border-radius: 2px;
	padding: 0.2rem 1rem;
	width: 8rem;
	display: none;
	}


/* index 組合概要 */
.section-about {}

.section-about dl{
    width: 90%;
    margin:  0 auto;
}

.section-about-staff {
    text-align: center;
    padding: 2em 0 0 0;
}
.section-about-staff img{
    width: 100%;}







/* index お問い合わせ */
.section-contactus{
	text-align: center;}

.section-contactus h2.main-h2{
	border: 0px;
	padding: 0;
	margin-bottom: 20px;}

.sectionn-contactus{
  text-align: center;}

.text-contactus{
	font-weight: bold;}

.main-inner hr.contactus-hr{
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #c4bebe;
  width: 40px;
  margin: 0 auto 24px auto ;
}

.contactus-tel{
  font-size: 2.4rem ;
  font-weight: bold;
  margin: 0 auto 35px auto;
}

.contactus-tel span{	
  font-size: 3.4rem ;
  padding-left: 0.2em;
  }

.contactus-button{
  background: #f4f2f1;
  padding: 1.5rem 3rem ;
  margin-bottom: 80px;
} 

.main-inner:last-child{
	padding-bottom: 0;
}





/*-----------------------
  *
  * 第2階層
  *
-----------------------*/

/* WITTYとは */
.btn_center{
    margin: 1em 0 3em 0;
    display: inline-block;
}
.section-about .section-2column .btn_center{
    margin: 1em 0 0 0;
}


/* 講座内容 */
.section-course dl{}

.section-course dt{}
.section-course dd{
    border-bottom: 0px;}

.section-course dd span{
    font-weight: bold;
}


/* スケジュール */
.section-schedule {}

.section-schedule dt{
    display: flex; 
    align-items: center;
    padding: 10px 10px 0px 10px; 
    justify-content: ;
    line-height: 1;
    border:0;
    border-top: dotted 1px #828282;}

.section-schedule dt span:first-child{font-size: 3rem; margin-right: 10px;}
.section-schedule dt span:last-of-type{   color:#333;}

.section-schedule dd{
    line-height: 2em;
    border:0;
}
.section-schedule dd span{ 
    display: inline-block;
    float: right;
    font-size: 1.2rem;}

 .section-schedule span.dd-attention{
        color:#E40011;
        float: left;
    }

    
span.icon_kei,
span.icon_bi,
.section-schedule dd span.icon_kei,
.section-schedule dd span.icon_bi{        
    float: none;
    padding: 2px;
    color: rgb(230, 24, 116);
    border: solid 1px rgb(230, 24, 116);
    border-radius: 2px;
    line-height: 1em;
    font-size: 1.4rem;
    margin-right: 8px;
    }
    
/* スケジュール　プレセミナー */
.preseminor .section-schedule dt{
    display: inline-block;
    line-height: 2;
    background: #f5f5f5;
}
    
.preseminor .section-schedule dt span:first-child{
    font-size: 1.6rem;
}
    
.preseminor .section-schedule dd{
    line-height: 1.6;
    padding: 10px 10px 10px 10px;
}

.preseminor .section-schedule dd span{
        float: none;
}

.preseminor .section-schedule dl{
    border-bottom: dotted 1px #b8b8b8;}

/* 定員・受講料 */
.section-capacity {
    text-align: center;
}
dl.dl_02{
    width: 20em;
    margin: 0 auto 2em auto;
    align-items: center;
}
dl.dl_02 dt,
dl.dl_02 dd{
    border: 0px;
}

dl.dl_02 dt{
    width: 30%;
}
dl.dl_02 dd{;
    width: 60%;}
dl.dl_02 dd span{
    font-size: 3.0rem
}



/* お申込 */
.appli-attention{
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 40px;
}

.appli-attention h3.main-h3{
    margin-bottom: 0;
    font-size: 1.6rem;
}

form dt,
form dd{
    border: 0px;
    text-align: left;
    padding: 0em 0.5em;
}
form dt{
    margin-top: 1em;
}
form dd{
    margin-bottom: 1em;
}

form hr{
    width: 100%;
}

form .appli-attention{
    margin-bottom: 0;
}

form input[type="text"],
form textarea,
form select{
    width: 100%;
    border: solid 1px #bdbdbd;
    padding: 0.5em 1em;
}

form input[type="radio"],
form input[type="checkbox"]{
    margin-right: 0.5em;
}

form label{
    margin-right: 2em;
}

form input[type="submit"]{
    padding: 1em 2em;
    font-size:  1.8rem;
    color:  #fff;
    margin: 0 auto;
}


form hr{
    margin: 1em 0;
}

form .text-center{
    margin: 2em 0 4em 0;
}




/* プレセミナー案内 */
.main-inner .section-ad-preseminor{
    margin: 0px auto;
    padding: 10px 5.0vw ;
    border: solid 0px #bdbdbd;
    background: #fff;
}

.index .main-inner .section-ad-preseminor{
    border: 0;
    padding: 1em 0;
}

.section-ad-preseminor h2.main-h2,
.index .main-inner .section-ad-preseminor .main-h2 {
	font-family: 'Noto Serif JP', serif;
    font-size: 3.6rem;
    color: #E40011;
    line-height: 1.4;
    font-weight:  bold;
}

.index .main-inner .section-ad-preseminor .box-item{
    display: flex;
}

.section-ad-preseminor dt{
    border: 0px;
    padding-bottom: 0;
}

.section-ad-preseminor dd{
    padding-top: 0;
    line-height: 1.6;
}



/* 講師・サポート体制 */
.section-lecturer .box-about-imgleft{
	border-bottom: dotted 1px #4f4f4f;
    margin-bottom: 2em;
}
.box-about-imgleft .img-box{
    text-align: center;
}

.bg-gray{
    background: #f5f5f5;
}

.section-support .box-item{
    border-top: dotted 1px #828282;
    padding: 0.5em 0;
}

.section-support .box-item h3{
    margin: 0.3em 0;
    font-size: 2.4rem;
}

.section-support .box-item ul{
    margin: 0.3em 0;}

.link-hp i{
    color: #E40011;
}


/* よくある質問 */
.section-question dl{
    flex-direction: column;
}
.section-question dt,
.section-question dd{
    width: 100%;
    text-align:  left;
    border-bottom: 0px;
    padding: 0;
}

.section-question dd{
    margin-bottom: 4em;
}
.section-question p{
    margin-bottom:  3em;
}

	

/* 修了生紹介 */	
.section-graduated{}
.page .section-graduated p{
    margin-bottom: 0;
}
.box-item p.btn-graduated {
    text-align: center;
    font-size: 2.4rem;
    border: solid 1px #828282;
    line-height: 1;
    padding: 0.5em 0 1em 0;
}

.font-48{
    font-size: 4.8rem;
}
.btn-graduated span{
    border: 0px;
}
.btn-graduated span:last-of-type{
    font-size: 1.6rem;
    font-weight: normal;
    color:  #333;
}
	
.section-3column.section-intervew .box-item{
    text-align: center;
    display: flex;
    border-bottom: dotted 1px #828282;
    padding: 1em 0 0 0;
}

section-intervew h3{
    font-size: 1.6rem;
}

.box-item p.news-time{
    font-size: 1.0rem;
    width: 7em;
    margin: 0;
}

.section-intervew .img-box{
    width: 50%;
    margin-right: 10px;
}
.section-intervew .text-box {
    text-align: left;
    width: 100%;
    
}




/*-----------------------
* Footer
-----------------------*/
.footer{
	font-size: 1.3rem;
	line-height:1.8;
	padding: 0px 0 10px 0;	   
	background: #faf8f5;
	}

.footer a{
    color: #333;
  }

.footer-inner{
    margin: 0px auto;
	padding: 40px 5vw;
    flex-wrap: nowrap;
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    flex-direction: column;
}

.footer-inner li:last-child{
	opacity: 0.8;}


.footer-btn {
    display: flex;
    margin-bottom: 2em;
}

.footer-btn li{
	text-align: center;
    font-size: 2.0rem;
}

.footer-btn li:first-child{
    margin-right: 1em;
	}

.footer-btn li a{
    font-size: 1.6rem;
	background:#E40011;
	color: #fff;
    margin: 0;
    padding: 0.4em 1em;
    border-radius: 4px;
}

.footer-btn li a{
	color: #fff;}

.footer-box {
    flex-grow: 2;
	margin-top: 0px;
	/* padding: 0px 5.0vw 10px 5.0vw;	*/
	line-height:1.4;
}

.footer-nav{
    display: flex;
	flex-wrap: wrap;
	padding: 0;
    margin-bottom: 40px ;
    padding-bottom: 40px;
    border-bottom:  solid 1px #909090;
	}

.footer-nav li{
  	flex-basis: 50%;
	}
	
.footer-logo{
	margin: 0px;
    max-width: 320px;
	}


.footer p.footer-logo{
	font-weight: bold;
	font-size: 2.0rem;
    color: #E40011;
}


.footer-address{
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
	margin-top: 3rem;
}

.footer-address address{
	font-style: normal;
	margin-right:2em;
	margin-bottom: 1em;
	padding-right: 2em;
    display: flex;    
	flex-direction: column;
    align-items: flex-start;
	}
	
.footer-address span.address-h{	
	color:#E40011;
    font-weight: bold;
    border: solid 1px #E40011;
    border-radius: 5px;
    padding: 0 1em;
    margin-right: 1em;
    }
	
.footer-address span.address-name{
	font-size: 1.6rem;
    display: block;
	}



.footer-subnav
	display: flex;
	align-items: center;
	font-size:1.3rem}
	}
	
	
ul.footer-subnav{	
	margin-bottom: 0rem;}
	
ul.footer-subnav li{
	margin-right: 2em;}



ul.footer-subnav li.link-fb a{
	color:#E40011;
	font-size:2.8rem
	}
ul.footer-subnav li.link-mail,
.btn_small{
	background:#E40011;
	padding: 0.2em 1em 0.3em 1em;
	border-radius: 4px;
	color: #fff;
	}

ul.footer-subnav li.link-mail a,
.btn_small a{
	color: #fff;}

ul.footer-subnav li.link-privacypolicy{}
	
ul.footer-subnav .sample5-1::before{
		border-color:#E40011;}
	
.footer-copyright{
    text-align: center;
	color: #333;
	font-size: 1.0rem;
	padding: 1em 5.0vw 1em 5.0vw;
	}
.footer-copyright p{
    margin: 0;}


/* ページトップに戻る */
.pagetop {
    position: fixed;
    bottom: 0px;
    right: 10px;
}


/* フッター固定 */
#footFix{
	position: fixed;
	bottom:00px;
	left:0;
	background:#fff;
	z-index: 999;
	font-size:12px;
	color:rgba(255,255,255,1.00);
	width:100%;
	}
	
#footFix ul{
	display:table;
	}

#footFix ul li{
	display:table-cell;
	}





/*-----------------------
  *
  * タブレット用スタイルシート
  *
-----------------------*/
@media screen and (min-width:660px){

    .site-title{
        margin: 0 auto;
    }
    
    .header-mainimage img{
        max-width: 100%;
    }
    
    .intro-ktu .box-item h3{
        width: 160px;
        height: 160px;
        font-size: 4rem;
        line-height: 160px
    }
    
    .intro-message{
        flex-wrap: nowrap;
        align-items: flex-end;
    }
    .section-intro figure{
        width: auto;
    }
    
    .intro-txt p:last-child{
        display: inline;
    }
    
    .intro-txt-sp{
        display: none;
    }
    
    .intro-txt, .intro-txt-sp{
        margin: 0 1em ;
    }
    
    .section-projects .box-item{
        width: 30%;    }
    
}


/*-----------------------
  *
  * PC用スタイルシート
  *
-----------------------*/
/*@media screen and (min-width:1024px){*/
@media screen and (min-width:960px){

      /*---- PC非表示 */
      .pc-none{
    	display: none;
    	}
	
      /*---- PC表示 */
      .pc-display,
      .sp-none{
    	display: inline;
        }
    
	
    /* 共通 */
    .main-inner {	
    padding: 56px 0 116px;
    padding: 56px 0 ;}
	
	
	/* unrelated css */
	.img {
	  display: flex;
	  font-size:36px;
	  color:#fff;
	  align-items:center;
	  justify-content:center;
	}
	
	.btn-about{
		padding: 1.5em 3em;
		width:initial;

		}
	

	
	/* ボタン */
	.btn_01 {
		font-size: 2.0rem;
		padding: 1em 4em 1em 5em;
	}
    
    
    
  
  /*-----------------------
  * header
  -----------------------*/
  .header{
    height: auto;
    background-image: url(./images/meta/bg-line.png) ;
    background-position: top;
    background-repeat: repeat-x;
  }
  
  .header-inner{
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
	border-bottom: solid 0px #000;
  }
	  
  .headertop-contact{
	  display:block;
	  background: #E40011;}

  .headertop-contact ul{
	  display: flex;
	  justify-content: flex-end;
	  align-items: center;
	  height:30px;
	  }
  
  .headertop-contact li{
	  height:2.6em;
	  padding:0.3em 1em;
	  }	
  
  .headertop-contact li a{	  color: #fff;}	

  .headertop-contact li:last-child{
	  background: #FD598A;}

  .site-title{
	  max-width: 569px;
	  margin:0 auto ;
      padding: 35px 0;
	  position: relative;
	  z-index: 10;
	  }		  

  .site-title a{
    display: inline-block;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);	
    transition: .3s; 
	  } 
	  
  .site-title a:hover{
    opacity: 1;
    -moz-opacity: 1;
	-webkit-transform: scale(1.02);
    transform: scale(1.02);
	display: inline-block;
    transition: .3s;
    }

  .header-icon_sp,
  .header .drawer-hamburger{
	  display: none;}

  .header-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  
  .btn-trigger{
    display: none;
  }
  
  .message{
    display: block;
    position: absolute;
    top: 300px;
    right: 10px;
    margin: 0;
    color: #8fafc3;
    font-family: 'Playfair Display',serif;	
    font-size: 3.2rem;
    font-style: italic;
    line-height: 1.1;
  }
    
    
  
  /*-----------------------
  * navigation
  -----------------------*/
  .header-nav{
    max-width: 1024px;
	display: block;
    position: relative;
    left: 0;
    margin: 0px 0 0 0;
    padding: 0;
    background-color: transparent;
    border-top:solid 0px #000;
	opacity: 0.9;
	-moz-opacity:0.9;
  }
  
  .headernav-innner{
    display: flex;
    justify-content: space-between;
    font-weight:bold;
  }

  .header-nav ul{
    margin: 0;
    display: flex;
	flex-direction:row;
    justify-content: flex-start;
    padding-inline-start: 0px; /*どうする？*/
    border-right: 0px solid #ccc;
    border-left: 0px solid #ccc;
  }

  .header-nav li{
    display: flex;
    flex: auto;
	justify-content: center;
    text-align: center;
	padding: 1em 0;
	border-bottom: 0px;
    line-height: 1.8;
  }
    
  .header-nav li a i.fas{
      color: #E40011;
      font-size: 2.4rem;
      margin: 0;
    }

  .header-nav li + li {
  }

  .header-nav li a span{
	display: inline-block;
    margin: 0rem 0;
	padding: 0em 0em ;}
	
  .header-nav li a {
	  color: #333;
  }  

  .header-nav ul.nav-left li a span{	    border-left: 1px solid #ccc;}
  .header-nav ul.nav-right li a span{	    border-right: 1px solid #ccc;}

  .header-nav li a:hover{
    /*background: #e5e6e6;*/
  }  
  
    
    
      
  .header-mainimage{
    width: 100%;
   /* max-width: 1400px;*/
    text-align: center;
    background: #f1e6dd;
  }
   
  .header-mainimage_page{
    max-width: 1024px;
	margin: 0 auto;
  }
  .header-mainimage{
	  height:550px;
	  margin-top:0;
	  position:relative;
      height: auto;
	  /*      
	  height:550px;
      z-index:-20;*/
	  }
  
  .header-mainimage img{
	  margin: 0 auto;
      width: 100%;
      max-width: 1400px;
	 /* height: 100%;
	  width: auto;*/
	  }
	  
  .form-parts{
    font-size: 1rem;
    line-height: 1.75;
  }
  .btn-search{
    cursor: pointer;
  }
  .btn-close{
    display: none;
  }




  /*-----------------------
  * contents
  -----------------------*/  
  .main{
	  margin-top:0px;
	  background: #fff;	  
	  opacity: 0.9;
	  -moz-opacity:0.9;
	  }
 
  .main-inner {
	  padding-top: 0;}
	  
	/* index お知らせ */ 
	  .main-inner-1024 .section{
		max-width: 1024px;
		margin-right:auto;
		margin-left:auto;
	  } 
	  
	  
	/* section　幅920px */ 	  
	  .main-inner .section{
		max-width: 920px;
		margin: 0px auto 0px auto;
        padding: 0 0 4em 0;
	  } 
 
 	.main-inner .section-about{
		margin-top: 80px;}
		

    .main-inner section{
        padding: 0;
	   margin-bottom: 70px;
    }
	
	
  /*-----------------------
  * 共通パーツ
  -----------------------*/ 
  /* 背景　横100％ */
    .section-bgcolor{}
 
  /*　見出しh1 共通 */  
 	.page .main-inner .main-h1{
		width:920px;
		margin: 60px auto 0 auto;
		}
    
  /*　見出しh1/h2 共通 */  
	.main-inner .main-h1{
        font-size: 4.0rem;
        line-height: 1.2;
        color: #0a0a0a;
        width: 300px;
        text-align: center;
        margin: 1em 310px;
        padding-bottom: 2rem;    
	  }
	
	.main-inner .main-h1:before, 
	.main-inner .main-h1:after{
	  width: 50px;
	  background-color: #E40011;
	}
    
    
    /* 見出しh2 共通 */ 
    .main-inner .main-h2{
        font-size: 2.8rem;
        }
    

	/*　見出しh3 共通 */  
	h3.main-h3{
		font-size: 2.8rem;
		}
    
    .main-inner .page-h2_03:before, 
    .main-inner .page-h2_03:after {
        width: 200px;
    }    


    
    
    /* 写真＋テキスト ----------------------------- */
	
	.box-about,
	.box-about-imgleft {
	  display: flex;
	  padding:10px;
	  margin-bottom: 60px;
	}
	
	.box-about .img-box,
	.box-about-imgleft .img-box {
	  margin: 0 100px 0 0;
	}
	
	.box-about:nth-child(even) {
	  flex-direction: row-reverse;
	  margin-bottom: 0px;
	}
	
	.box-about:nth-child(even) .img-box {
	  margin: 0 0 0 100px;
	}
	
	.text-box{
	 /* width:calc(100% - 500px);*/
	 width: 480px;
	}
	
	.box-about-imgleft .img-box{    align-items: flex-start;		}
	.box-about-imgleft .text-box{	width:calc(100% - 240px);}

    
    
	/* ボタン -------------- */
    .btn_02{
        padding: 1em 5em;
        width: inherit;
    }
    
    
	/* カラム作成 -------------- */

	.box-wrap{
		display: flex;
		justify-content:space-between;
	}	
	
	.box-item{
		text-align: initial;}
	
	.box-item img{
		margin-bottom: 10px; }
		
	.box-item h3{
	}
	
	.box-item h3 span{
		color: #291402;
		font-weight: normal;
		font-size: 1.2rem;
		}
		
	.box-item p{
	font-size: 1.4rem;
	}
	 

	/* 2カラム -------------- */
	.section-2column{
		clear: both ;
		}

	.section-2column .box-item{
		width: 45%;
	}
    
    .section-2column .box-item h3{}
		
	.section-2column .box-item p{line-height: 2.0;
	font-size: 1.6rem;
	}
	 
    
	/* 3カラム -------------- */
	.section-3column{
		clear: both ;
		}

	.section-3column .box-item{
		width: 30%;
	}
	
	.section-3column .box-item p{
	font-size: 1.4rem;
	}
	

	/* 定義リスト -------------- */

	dl{
        display:flex;
		flex-wrap: wrap;
		}
		
	dt, dd{
		padding: 10px 20px;
		}
		
	dt{
		width: 30%;
		text-align: right;
		}
		
	dd{
		width: 70%;
        line-height: 1.6;
        vertical-align: middle;
		}
		
	
	
	

  /*-----------------------
  *
  * index
  *
  -----------------------*/ 
  
  
	/* index intro 導入 */
    .section-intro{
        padding-top: 50px;
    }
    .section-intro h2{
        font-size: 4.0rem;
        margin-top: 0;
        padding: 1em 0 0 0;
    }
    
    /* inde intro　メッセージ */
    .intro-message{
        flex-wrap: nowrap;
        align-items: flex-end;
    }
    .section-intro figure{
        width: auto;
    }
    
    .intro-txt p:last-child{
        display: inline;
    }
    
    .intro-txt-sp{
        display: none;
    }
    
    .section-intro .intro-txt{
        font-weight: bold;
        width: 620px;
        text-align: center;
        font-size: 1.6rem;
    }    
    
    .intro-ktu .box-item{
        width: 38%;
        background-image: url(images/bg_x.png);
        background-repeat: no-repeat;
        background-position: top 106px right 0 ;        
        padding-left: 4%;
    }
    
    .intro-ktu .box-item:first-child{
        padding-left: 4%;}
    .intro-ktu .box-item:last-child{
        background-image: none;
        width: 30%;
    }
    
    .intro-ktu .box-item h3{
        width: 220px;
        height: 220px;
        line-height: 220px;
        font-size: 5.0rem;
    }

    .intro-ktu .box-item p{
        width: 220px;
        font-size: 2.4rem;
        text-align: center;
    }



    
    
	/* index 事業内容 */
    .section-projects .box-item{
        width: 30%;
    }

    .section-projects .section-3column .box-item p{ 
        font-size: 2.2rem;
        padding: 6px 14px;
    }

    .section-projects .section-3column .box-item-ws p{
        font-size: 2.2rem;
        line-height: 1.2;    
        top: -2.6em;
    }

    
    
	/* index 事業実績 */
    
    .section-results .box-wrap{
        flex-direction: row;
    }

    
    .section-results .box-wrap .box-item{
        width: 30%;
        flex-direction: column;
    }
    
    
    .section-results .box-item h3{
        text-align: center;
        font-size: 2.0rem;
    }
    
    .section-results .box-item figure{
        margin: 0;
    }
    
    
    .section-results .box-item figure,
    .section-results .box-item-txt {
        width: 100%;
    }
    
    .results-others ul li{
        width: 44%;
    }

    
    
	/* index お知らせ */
    ol.newslist li{
        padding: 1em 0;
        border-bottom: dotted 1px #ccc;
    }
    
    ol.newslist li p.news-title{
        margin: 0.5em 0 0.5em 0;
    }
    
    ol.newslist li p.news-cat{
              margin:  1em;
              background: #E40011;
              color: #fff;
          }
    
	/* index お知らせ タイトル左寄せ+テキスト */
 
	  .news-titleleft{
		  flex-direction: row;
		  margin: 0 auto;
		  padding: 0px 0;
		  }
	 
	  .news-titleleft .news-h2{
		  width:330px;
		  font-size: 2.4rem;
		  margin: 0 40px 0 0;
		  padding: 60px 0;
		  line-height: 1.6;
		  }
		  
	  .news-titleleft .news-h2 span{}
	
	  .main-inner-1024 .news-titleleft ol.newslist {
		  width: 100%;
		  padding: 0;
		  margin: 0;
		  }
		  
		ol.newslist li time.news-time,
		ol.newslist li p  {
			display: inline-block;
			text-align: center;
		  }
        
        ol.newslist li time.news-time{
            font-weight: bold;
        
        }
	  
	   .news-titleleft ol.newslist li{
		  border: 0;
		  padding: 0.6em 0;
		   }
		   
	  .news-titleleft ol.newslist li a{
		color: #333;
		flex-direction: row;
		align-items: center;
		  }
		  
	  .news-titleleft ol.newslist li time.news-time,
	  .news-titleleft ol.newslist li p  {
		display: inline-block;
		margin: 0 1em;
	  }

	  
	  
	  .news-titleleft .news-title{
		  font-size: 1.6rem;
          margin: 1em 0;
		}
		
	
    .section-about dl{
        width: 70%;
        }
    .section-about-staff img{
        width: 50%;
        }




  /*-----------------------
  *
  * 第2階層
  *
  -----------------------*/  
	/* 共通　メインイメージ */  
  
	.page .header-mainimage{
		height:282px;
		margin-top: -31px;
		}
	
	.page .main{
		margin-top: 0px;
		}
		
	.page .main-inner .section{
		width: 780px;}
	
	.page h2{}
    
    
    /* WITTYとは */
    
    .page .section-about p{
        margin-bottom:  3em;
    }
    
	.btn_center{
    margin: 4em auto 6em auto;
    }
    
    
    /* 講座内容 */
    .section-course dl{}
    
    .section-course dt{
        width: 25%;
    }
    
    .section-course dd{
        border-bottom:  solid 1px #b8b8b8;
        width: 75%;
    }

    /* スケジュール */
    
    
    .section-schedule dl{
        border-top: solid 1px #b8b8b8;}
    
    .section-schedule dt,    
    .section-schedule dd{
        border-top: 0px;
        border-bottom: solid 1px #b8b8b8;
    }
    .section-schedule dt{
    width: 25%;
    justify-content: space-between;}
    
    .section-schedule dd{
    width: 75%;
    line-height: 2em;}
    
    .section-schedule dd span.dd-attention{
    }
    
    
    
    /* スケジュール　プレセミナー */
    .preseminor .section-schedule dt{
        width: 35%;
        padding-left: 0;
        padding-right: 0;
    }
    
    .preseminor .section-schedule dd{
        width: 65%;
        padding: 10px 10px 10px 10px;
    }    
    
    
	/* 定員・受講料 */
    dl.dl_02{
        width: 26em;}
    
	
    /* プレセミナー案内 */

    .page .bg-extention{
        padding: 60px 0;}
    
	
	/* プレセミナー案内 */
    .page .main-inner .section-ad-preseminor{
      margin: 0px auto;}
    
    .main-inner .section-ad-preseminor{
        margin: 0px auto;
        padding: 40px 60px;
        border: solid 1px #bdbdbd;
        background: #fff;
    }
    
    .section-ad-preseminor dl{    margin-top: 2em;}
    .section-ad-preseminor dt{ width: 23%;  border-bottom: solid 1px #b8b8b8;   padding-bottom: 10px;}
    .section-ad-preseminor dd{ width: 77%;    display: flex;    align-items: center;}
    .section-ad-preseminor dt span{    font-size: 1.4rem;  padding: ;}
    
    
    
    
	/* お申込 */
    form dt,
    form dd{
        padding: 1em 0.5em;
        margin: 0;
    }
    
    
    
    /* 修了生紹介 */
    .section-graduated .box-item{
        width: 45%;
    }

    .section-3column.section-intervew .box-item{
        width: 28%;
        flex-direction: column;
    }
  
	.main-inner .section-page{
        max-width: 1024px;
        margin-right:auto;
        margin-left:auto;
	}

	.section-page{
	text-align: center;}
	
	.page-second img.mainimage{
	margin-top: 10px;
	}  

	.section-page h2{
	font-size: 2.4rem;
	}

    .section-intervew .img-box{
        width: 100%;
    }
	
    /* 講師・サポート体制 */
    .section-support .box-wrap{
    margin-top: 2em;
    }
    
  
  
  /*-----------------------
  *
  * footer
  *
  -----------------------*/
	.footer{
		font-size: 1.4rem;
		padding: 0;
		margin-top:120px;
	}

	.footer-inner{
		max-width: 920px;
        flex-direction: row-reverse;
        padding: 40px 0;
	}
    
    .footer-logo{
        max-width: 400px;
	}

    
  	.footer-box{
		padding: 0;}
		
  	.footer-btn{}  
  
  	.footer-btn li{		
		/*width: 50%;*/}
  
	.footer-nav li{
		flex-basis: auto;
		}
	
	.footer .main-inner{
    	padding: 0;
	}

    .footer-address address{
        flex-direction: row;
	}
    
    
	.footer-nav{
		justify-content:space-between;
		margin-bottom: 50px ;
		padding-bottom: 50px;
	}
	  
	.footer-address {
		font-size: 1.3rem;
	}
	  
	.footer-address span{
	}
		
	.footer-copyright{
		padding: 1em;}
	
	/* ページトップに戻る */
	.pagetop {
		bottom: 10px;
		right: 20px
	}
	
	
	/* フッター固定 */
	#footFix{
		display: none;
	}



}

