@charset "utf-8";

/* 
---------------------------------------------------------- */
html { overflow-y: scroll; font-size:100%;}
@media print {
html,
html body {}
}

/* body	 -------------------------------------------------------------- */
body{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","游ゴシック体", "Yu Gothic", YuGothic, "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
	width:100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
	line-height: 1.5;
	color: #000;
}
@media screen and (max-width:768px){
body{
	font-size: 87.5%;
}
}

/* fonts -------------------------------------------------------------- */
a {
	color: #248b9a;
	text-decoration: underline;
}
a:visited {}
a:hover,
a:active { text-decoration: none;}

.txtC{text-align:center !important;}
.txtR{text-align:right !important;}
.txtL{text-align:left !important;}
.bold{font-weight:bold !important;}
.normal{font-weight:normal !important;}

.f11 { font-size: 72%;} /* base 14px -> 10px */
.f12 { font-size: 86%;} /* base 14px -> 12px */
.f13 { font-size: 93%;} /* base 14px -> 13px */
.f16 { font-size: 115%;} /* base 14px -> 16px */
.f18 { font-size: 129%;} /* base 14px -> 18px */
.f20 { font-size: 143%;} /* base 14px -> 20px */
.f22 { font-size: 157%;} /* base 14px -> 22px */
.f24 { font-size: 171%;} /* base 14px -> 24px */
.f26 { font-size: 185%;} /* base 14px -> 26px */
.f28 { font-size: 200%;} /* base 14px -> 28px */

sup   { font-size: 78%; vertical-align: top;}
sub   { font-size: 78%; vertical-align: baseline;}

/*-- color -- */
.red {color: #e00100;}
.blue {color:#00479d;}
.yellow{color:#e39600;}


/* inline align ------------------------------------------------------------ */
.taL {text-align: left   !important;}
.taC {text-align: center !important;}
.taR {text-align: right  !important;}
.vaT {vertical-align: top    !important;}
.vaM {vertical-align: middle !important;}
.vaB {vertical-align: bottom !important;}


/* float ------------------------------------------------------------------ */
.flL    { display: inline; float: left;}
.flR    { display: inline; float: right;}
.flImgL { display: inline; float: left; margin-right: 20px;}
.flImgR { display: inline; float: right; margin-left: 20px;}


/* Tools ------------------------------------------------------------------- */
.clear {clear: both;}
.block {display: block;}
.hide  {display: none;}
.bgN   {background: none !important;}
.tdU   {text-decoration: underline;}
.tdN   {text-decoration: none;}

.pc{display: block;}
.sp{display: none;}
@media screen and (max-width:768px){
  .pc{display: none;}
  .sp{display: block;}
}


/* Img ------------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
.img-rp {
  display: block;
  width: 100%;
  height: auto;
}
/* img hover */
a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


/* wrapper
---------------------------------------------------------- */
#wrapper {
	min-width:1100px;
}
@media screen and (max-width:768px){
#wrapper {
	min-width:100%;
}
}


/* header
---------------------------------------------------------- */
header {
	width: 1100px;
	margin:auto;
	padding:15px 0;
}
header h1{
	width:360px;
}
@media screen and (max-width:768px){
header {
	width:100%
}
header h1{
	text-align:center;
	width:100%;
}
header h1 img{
	width:80%;
}
}




/* mainimg
---------------------------------------------------------- */
#mainimg {
	position: relative;
	background:url("../img/mainbg.png") center center no-repeat #ffc7c4;
  background-size:1035px;
  padding-bottom: 40px;
}
#mainimg:after{
	content:"";
	position:absolute;
	width:100%;
	height: 15px;
    bottom: 0;
    background: url(../img/bgWave.png) repeat-x top;
}
#mainimg_inner{
	width:1100px;
	margin:auto;
	position:relative;
}
#mainimg h2{
	padding:69px 0 25px;
	position:relative;
  text-align: center;
  z-index: 100;
}
#mainimg h2 #mainTtl{
	width:631px;
	top:20px;
	opacity:0;
  margin: auto;
}
#mainimg .ico{
	position:absolute;
}
#mainimg #ico01{
	width:78px;
	top:58px;
	left:64px;
}
#mainimg #ico02{
	width:115px;
	top:161px;
	left:31px;
}
#mainimg #ico03{
	width:164px;
	top:37px;
	left:207px;
}
#mainimg #ico04{
	width:170px;
	top:74px;
	left:730px;
}
#mainimg #ico05{
	width:119px;
	top:47px;
	left:901px;
}
#mainimg #ico06{
	width:210px;
	top:177px;
	left:838px;
}
#mainimg #ico07{
	width:139px;
	top:316px;
  left:919px;
}
@media screen and (max-width:768px){
  #mainimg{
    padding-bottom: 20px;
    background-size:96%;
  }
  #mainimg_inner{
    width:100%;
  }
  #mainimg h2{
    padding:30px 0 45px;
    position:relative;
    height:auto;
  }
  #mainimg h2 p{
    position:static;
  }
  #mainimg h2 #mainTtl{
    width:80%;
    position: relative;
    left:-6px;
    opacity:1;
  }
  #mainimg #ico01{
    width:12%;
    top: 2%;
    left:2%;
    z-index: 1;
  }
  #mainimg #ico02{
    width:16%;
    top: 18%;
    left:2%;
    z-index: 1;
  }
  #mainimg #ico03{
    width:22%;
    top: 15%;
    left:14%;
    z-index: 0;
  }
  #mainimg #ico04{
    width:22%;
    top: 15%;
    left:inherit;
    right:10%;
    z-index: 1;
  }
  #mainimg #ico05{
    width:12%;
    top: 6%;
    left:inherit;
    right:3%;
    z-index: 1;
  }
  #mainimg #ico06{
    width:32%;
    top: 16%;
    left:inherit;
    right:3%;
    z-index: 0;
  }
  #mainimg #ico07{
    width:17%;
    bottom: 3%;
    right: 2%;
    left:inherit;
    top:inherit;
  }
}

/* online
---------------------------------------------------------- */
#online h3{
	text-align:center;
	padding:70px 0 40px;
	position:relative;
}
#online h3 img.pc{
  display: inline-block;
}
#online .intro{
	padding-top:40px;
  text-align: center;
  line-height: 2;
}
#online .ico01,#online .ico02{
	position:absolute;
}
#online .ico01{width:178px; left:0; top:53px;}
#online .ico02{width:118px; top:126px; left:982px;}

.illust_school{
  text-align: center;
  margin:20px auto 30px;
}
.youtube_wrap ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}
.youtube_wrap li{
  width: 46%;
  min-height: 200px;
  margin: 2%;
}
.youtube_wrap li p{
  display: block;
  margin: .5em 0;
}
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry{
  padding: 40px 0;
  margin-bottom: 60px;
}
.entry h4{
  text-align:center;
}
.btnEntry{
  text-align: center;
  padding: 20px;
}
.btnEntry a{
  display: block;
  margin: 0 auto;
  width: 70%;
  padding:40px 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: .5em;
  font-size: 124%;
  text-decoration: none;
  position: relative;
  border-radius: 7px;
  line-height: 1;
  background: #f08f89;
  transition:all 0.2s;
}
.btnEntry a:after{
  content: "\f138";
  font-family: "fontAwesome";
  position:absolute;
  right: 1em;
  top:0;
  bottom:0;
  height: 1em;
  margin: auto;
  color: #fff;
}
.btnEntry a:hover{
  background: #999;
}

@media screen and (max-width:768px){
  #online{
    padding:0 10px;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }
  #online h3{
    padding:20px 0 0;
  }
  #online h3 img.pc{
    display: none;
  }
  #online .intro{
    padding-top:20px;
    text-align: left;
  }
  #online .ico01,#online .ico02{
    display:none;
  }
  .illust_school{
    margin:0 auto;
    width:70%;
  }
  .entry{
    padding: 30px 15px;
    margin-bottom: 40px;
  }
  .btnEntry{
    padding: 20px 0;
  }
  .btnEntry a{
    width: 100%;
    padding:26px 0;
    letter-spacing: .1em;
    font-size: 114%;
  }
  .youtube_wrap li{
    width: 100%;
  }
}

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

.contBox{
	margin: 0 auto 60px;
	width:1100px;
	max-width:1100px;
	background:url(../img/contBg.jpg);
	padding:16px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position: relative;
	z-index:5;
	border:2px solid #fff;
	border-radius:10px;
  position:relative;
	top:0;
	margin-top: 50px;
}
@media screen and (max-width:768px){
  .contBox{
    width:96%;
    max-width:96%;
    margin: 0 auto 30px;
    padding:10px;
    position:relative;
    top:30px;
  }
}

.contentArea{
	background:#fff;
	border-radius:5px;
	position:relative;
  padding: 60px;
}
.contentArea h3{
	text-align:center;
	padding:0 0 55px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:768px){
  .contentArea{
    padding:40px 30px;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }
  .contentArea h3{
    text-align:center;
    padding:10px 0 35px;
  }
}

.contImg .ico01{
  position:absolute;
	width:152px;
	top:50px;
	right:80px;
}
.contImg .ico02{
  position:absolute;
	width:104px;
	top:50px;
	left:70px;
}

@media screen and (max-width:768px){
  .contImg .ico01{
    width:20%;
    top:10px;
    right:3%;
  }
  .contImg .ico02{
    width:15%;
    top:10px;
    left:2%;
  }
}

.numbox{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding:0 10px;
}
.numbox li{
  padding: 1%;
}

.txtbox{
  width: 100%;
  margin: 40px auto 70px;
  padding: 15px;
	text-align:center;
  box-sizing: border-box;
}
.txtbox p{
  font-weight: bold;
  line-height: 2;
  font-size: 108%;
}
@media screen and (max-width:768px){
  .txtbox p{text-align: left;}
}



/*line
-----------------------------------------------------*/
#line{
	background:#ffdcda;
	position:relative;
  padding: 50px 0 100px;
}
#line:before{
	position:absolute;
	content:"";
	width:100%;
	height: 15px;
	left:0;
  top: -15px;
  background: url(../img/bgWave_b.png) repeat-x top;
}
#line .line_ttl_wrap{
  position: relative;
  text-align: center;
  padding: 55px 0 50px;
}
.line_ttl_wrap h3{
	text-align: center;
  margin-bottom: 30px;
}
.line_ttl_wrap .qr{
  text-align: center;
}
.line_ttl_wrap .studentimg01{
  position: absolute;
  width:390px;
  bottom:0;
  left:0;
}
.line_ttl_wrap .studentimg02{
  position: absolute;
  width:261px;
  bottom: 0;
  right:20px;
}


@media screen and (max-width:768px){
  #line{
    padding: 30px 0 40px;
  }
  #line .inner{
    padding:0 15px;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }
  #line .line_ttl_wrap{
    padding: 10px 0 80px;
  }
  .line_ttl_wrap h3{
    margin-bottom:0;
  }
  .line_ttl_wrap .qr{
    width: 20%;
    margin: auto;
  }
  .line_ttl_wrap .studentimg01{
    width:190px;
  }
  .line_ttl_wrap .studentimg02{
    width:120px;
    right:0;
  }
}



/* layout
---------------------------------------------------------- */
.inner{
	width:1100px;
	max-width:1100px;
	margin:auto;
	position:relative;
}
@media screen and (max-width:768px){
.inner{
	width:100%;
	width:100%;
}
}


/* pageTop
---------------------------------------------------------- */
.pageTop {
	position:fixed;
	right:10%;
	bottom:10%;
}
@media screen and (max-width:768px){
.pageTop {
}
}


/* footer
---------------------------------------------------------- */
#footer {
	width: 100%;
	padding:60px 0 40px;
	position:relative;
}
#footer:before{
	position:absolute;
	content:"";
	width:100%;
	height: 15px;
    top: -15px;
    background: url(../img/bgWave.png) repeat-x top;
}
#footer:afetr{
  position: absolute;
  content: "";
  width: 100%;
  height: 15px;
  top: -15px;
  left: 0;
  background: url(../img/bgWave.png) repeat-x top;
}
#footNav{
	text-align:center;
	letter-spacing:-0.4em;
}
#footNav li{
	display:inline;
	border-right:1px solid #000;
	padding:0 10px;
	letter-spacing:0;
}
#footNav li a{
	text-decoration:none;
	color:#000;
	font-weight:500;
	font-size:100%;
}
#footNav li a:hover{
	text-decoration:underline;
}
#copyright {
	border-top:1px dotted #000;
	margin-top:45px;
	padding-top:30px;
	position:relative;
}
#copyright h5{
	font-size:114%;
	font-weight:500;
	margin-bottom:10px;
}
#copyright img{
	position:absolute;
	right:0;
	width:242px;
	height:48px;
	top:0;
	bottom:0;
	margin:auto;
}
@media screen and (max-width:768px){
  #footer {
    padding:50px 0 20px;
  }
  #footNav{
    padding: 0 15px;
  }
  #footNav li a{
    font-size:92%;
  }
  #copyright {
    border-top:1px dotted #000;
    margin-top:25px;
    padding-top:20px;
    position:relative;
    text-align:center;
  }
  #copyright img{
    display:block;
    position:static;
    right:inherit;
    margin:auto;
    padding-bottom:20px;
  }
  #copyright h5{
    font-size:100%;
  }
  #copyright p{
    font-size:92%;
  }
}

/* table
---------------------------------------------------------- */
.type01 {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.type01 th,
.type01 td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 15px;
}
.type01 th {
	background-color: #f3f3f3;
}
.type01 td {
}
@media screen and (max-width:768px){
.table_basic01 {
	width: 100%;
}
.table_basic01,
.table_basic01 thead,
.table_basic01 tbody,
.table_basic01 tr,
.table_basic01 th,
.table_basic01 td {
	width: 100%;
	display: block;
}
.table_basic01 th,
.table_basic01 td {
	border-top: none;
	border-left: none;
}
.table_basic01 th {
}
.table_basic01 td {
}
}

/* フォーム部品
---------------------------------------------------------- */
.check_layout input{
    display:none;
}
.check_layout label{
    display:inline-block;
    position:relative;
    padding-left:25px;
 
}
.check_layout label:before,.check_layout label:after{
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:15px;
    height:15px;
}
.check_layout label:before{
    background:#fafafa;
    border:1px solid #666666;
}
.check_layout input:checked + label:after{
	left:1px;
	top:-1px;
	content:"\f00c";
	color:#004ea2;
	height:15px;
	margin:auto;
	font-size:108%;
	font-family: FontAwesome;
}


/* clearfix ------------------------------------------------------------------- */
.cf:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.cf{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .cf{
	height: 1%;
}
.cf{
	display:block;
}


/* margin ------------------------------------------------------------------ */
.mt00 { margin-top: 0   !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top:10px !important;}
.mt12 { margin-top:12px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt35 { margin-top:35px !important;}
.mt40 { margin-top:40px !important;}
.mt45 { margin-top:45px !important;}
.mt50 { margin-top:50px !important;}
.mr00 { margin-right: 0   !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right:10px !important;}
.mr12 { margin-right:12px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}
.mr25 { margin-right:25px !important;}
.mr30 { margin-right:30px !important;}
.mr35 { margin-right:35px !important;}
.mr40 { margin-right:40px !important;}
.mr45 { margin-right:45px !important;}
.mr50 { margin-right:50px !important;}
.mb00 { margin-bottom: 0   !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb12 { margin-bottom:12px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}
.mb45 { margin-bottom:45px !important;}
.mb50 { margin-bottom:50px !important;}
.ml00 { margin-left: 0   !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left:10px !important;}
.ml12 { margin-left:12px !important;}
.ml15 { margin-left:15px !important;}
.ml20 { margin-left:20px !important;}
.ml25 { margin-left:25px !important;}
.ml30 { margin-left:30px !important;}
.ml35 { margin-left:35px !important;}
.ml40 { margin-left:40px !important;}
.ml45 { margin-left:45px !important;}
.ml50 { margin-left:50px !important;}

/* padding  ---------------------------------------------------------------- */
.pt00 { padding-top: 0   !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top:10px !important;}
.pt12 { padding-top:12px !important;}
.pt15 { padding-top:15px !important;}
.pt20 { padding-top:20px !important;}
.pt25 { padding-top:25px !important;}
.pt30 { padding-top:30px !important;}
.pt35 { padding-top:35px !important;}
.pt40 { padding-top:40px !important;}
.pt45 { padding-top:45px !important;}
.pt50 { padding-top:50px !important;}
.pt60 { padding-top:60px !important;}
.pt65 { padding-top:65px !important;}
.pr00 { padding-right: 0   !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right:10px !important;}
.pr12 { padding-right:12px !important;}
.pr15 { padding-right:15px !important;}
.pr20 { padding-right:20px !important;}
.pr25 { padding-right:25px !important;}
.pr30 { padding-right:30px !important;}
.pr35 { padding-right:35px !important;}
.pr40 { padding-right:40px !important;}
.pr45 { padding-right:45px !important;}
.pr50 { padding-right:50px !important;}
.pb00 { padding-bottom: 0   !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb12 { padding-bottom:12px !important;}
.pb15 { padding-bottom:15px !important;}
.pb20 { padding-bottom:20px !important;}
.pb25 { padding-bottom:25px !important;}
.pb30 { padding-bottom:30px !important;}
.pb35 { padding-bottom:35px !important;}
.pb40 { padding-bottom:40px !important;}
.pb45 { padding-bottom:45px !important;}
.pb50 { padding-bottom:50px !important;}
.pb60 { padding-bottom:60px !important;}
.pb100 { padding-bottom:100px !important;}
.pb110 { padding-bottom:110px !important;}
.pb130 { padding-bottom:130px !important;}
.pl00 { padding-left: 0   !important;}
.pl03 { padding-left: 3px !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left:10px !important;}
.pl12 { padding-left:12px !important;}
.pl15 { padding-left:15px !important;}
.pl20 { padding-left:20px !important;}
.pl25 { padding-left:25px !important;}
.pl30 { padding-left:30px !important;}
.pl35 { padding-left:35px !important;}
.pl40 { padding-left:40px !important;}
.pl45 { padding-left:45px !important;}
.pl50 { padding-left:50px !important;}


