@charset "UTF-8";

.slideArea {
	position: relative;
}

/* video */
.covervid-wrapper {
   position: a;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.covervid-wrapper video {
	width: 100%;
}

/* top comment */
.topComme {
	width: 99%;
/*	font-family: 'M PLUS 1p', Quicksand, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
	font-family: "Noto Sans JP",sans-serif;
	position: absolute;
	text-shadow: 3px 3px 4px rgba(255, 255, 255, 0.28);
	opacity: 0.94;
	padding-left: 68px;
	left: 0;
	display: none;
}

.topComme.tc01 {
/*	font-family: '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
	font-weight: bold;
	color: #242424;
	line-height: 1.68;
	top: 30%;
/*	transform: rotate(-1deg);*/
}
.topComme.tc02 {
/*	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;*/
	line-height: 1.8;
	color: #333333;
	top: 50%;
/*	transform: rotate(-5deg);*/
}

/* scrolldown */
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:-8px;
    /*全体の高さ*/
	height:100px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -15px;
    /*テキストの形状*/
	color: #ffffff;
	font-size: 13px;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 70px;
	background: #ffffff;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:100px;
		opacity: 1;
	}
	100%{
		height:0;
		top:124px;
		opacity: 0;
	}
}

/* Arrows */
.slick-prev::before, .slick-next::before {
	color: #999999;
	font-size: 48px;
}
.slick-prev,
.slick-next {
	z-index: 100;
}
.slick-prev {
	left: -14px;
	z-index: 10000;
}
.slick-next {
	right: -14px;
}
.slick-prev::before, .slick-next::before {
	color: #999999;
	font-size: 40px;
}

#wrapper {
	position: relative;
}

/* slider */
.slider {
	width: 100%;
	max-width: 1400px;
	box-sizing: border-box;
	margin: 0 auto;
	background-attachment: fixed;
}

#con00.baseBox, #con01.baseBox {
	position: relative;
}

/* ## basebox ## */
.baseBox.leftTitle .boxF {
	width: 30%;
	box-sizing: border-box;
	padding-top: 18px;
	float: left;
}
.baseBox.leftTitle .boxS {
	width: 70%;
	box-sizing: border-box;
	float: left;
}
.baseBox.leftTitle .cTitle hr, .baseBox.rightTitle .cTitle hr {
	margin: 44px 0 0 0;
}
.baseBox.rightTitle .boxF {
	width: 30%;
	box-sizing: border-box;
	padding-top: 18px;
	float: right;
}
.baseBox.rightTitle .boxS {
	width: 70%;
	box-sizing: border-box;
	float: right;
}

.boss {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 14px;
}
.boss.boxx {
	font-size: 18px;
}

/* message */
.baseBox.rightTitle .boxS p.boss {
	font-family: '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height: 1.34;
}
.baseBox.rightTitle .boxS p.boss span {
	font-size: 18px;
}
.baseBox.rightTitle .msgBox .boxS p {
	line-height: 2.14;
}
.baseBox .imgBox {
	margin-bottom: 18px;
}
.baseBox .imgBox img {
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
	vertical-align: bottom;
}
.bskBox {
	background-color: #f4f4f4;
	border-radius: 10px;
	margin-top: 18px;
	padding: 14px 18px;
}
.bskBox p.tex {
	font-size: 12px;
}
.bskBox .table01 tr {
	border-top: dotted 1px #f4f4f4;
}

/* セミナー */
.semBox {
	width: 100%;
	box-sizing: border-box;
	background-color: #eff8ff;
	border-radius: 14px;
	margin-bottom: 14px;
	padding: 28px;
}
.semBox h4 {
	color: #047ab1;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 14px;
}


/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {

.topComme {
	width: 95%;
}
.topComme.tc01 {
	font-size: 20px;
	top: 22%;
}
.topComme.tc02 {
	font-size: 12px;
	top: 44%;
}

}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

.topComme {
	width: 95%;
}
.topComme.tc01 {
	font-size: 22px;
	top: 25%;
}
.topComme.tc02 {
	font-size: 13px;
	top: 46%;
}
	
}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

.topComme {
	width: 95%;
}
.topComme.tc01 {
	font-size: 26px;	
	top: 20%;
}
.topComme.tc02 {
	font-size: 15px;
	top: 38%;
}
		
}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {
	
#fader_wrapp {
	background-color: #ffffff;
}	

/* top comment */
.topComme {
	width: 90%;
	letter-spacing: 1px;
	font-weight: bold;
/*	text-shadow: 0px 0px 3px rgba(0,0,0,0.6);*/
	padding-left: 20px;
}
.topComme.tc01 {
	line-height: 1.3;
}
.topComme.tc02 {
	font-weight: 600;
	line-height: 1.7;
}

/* scrolldown */
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
    /*全体の高さ*/
}

/*Scrollテキストの描写*/
.scrolldown1 span{
	left:-15px;
	top: -15px;
	font-size: 11px;
}

#con03 p.sub {
	font-size: 11px;
	line-height: 2;
	margin-bottom: 14px;
}
	
/* ## basebox ## */
#con01.baseBox {
}
.baseBox .imgBox {
	margin-bottom: 14px;
}
	
.baseBox.leftTitle .boxF {
	width: 100%;
	padding-top: 0;
	float: none;
}
.baseBox.leftTitle .boxS {
	width: 100%;
	float: none;
}
.baseBox.leftTitle .cTitle hr, .baseBox.rightTitle .cTitle hr {
	margin: 28px auto 14px auto;
}
.baseBox.rightTitle .boxF {
	width: 100%;
	padding-top: 0;
	float: none;
}
.baseBox.rightTitle .boxS {
	width: 100%;
	float: none;
}

.boss {
	font-size: 16px;
	margin-bottom: 10px;
}
.boss.boxx {
	font-size: 14px;
}
	
/* message */
.baseBox.rightTitle .boxS p.boss {
	line-height: 1.4;
}
.baseBox.rightTitle .boxS p.boss span {
	font-size: 16px;
}
.msgBox .imgBox {
	margin-bottom: 14px;
}
	
.bskBox {
	margin-top: 14px;
	padding: 10px 14px;
}
.bskBox p.tex {
	font-size: 11px;
}
	
/* セミナー */
.semBox {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 18px;
}
.semBox h4 {
	font-size: 16px;
	margin-bottom: 8px;
}

}


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

/* top comment */
.topComme {
}
.topComme.tc01 {
	font-size: 34px;
	top: 20%;
}
.topComme.tc01 br {
}
.topComme.tc02 {
	font-size: 20px;
	top: 34%;
}
	
/* scrolldown */
.scrolldown1{
	bottom: 28px;
}
	
.camBox a:hover {
	opacity: 0.74;
}
	
/* ## basebox ## */
.baseBox.nomalTitle .inner {
	max-width: 820px;
}
.baseBox.leftTitle .cTitle {
	text-align: left;
}
.baseBox.leftTitle .boxF {
	width: 27%;
	box-sizing: border-box;
	float: left;
}
.baseBox.leftTitle .boxS {
	width: 73%;
	box-sizing: border-box;
	padding: 0 0 0 84px;
	float: left;
}
.baseBox.rightTitle .cTitle {
	text-align: left;
}
.baseBox.rightTitle .boxF {
	width: 27%;
	box-sizing: border-box;
	float: right;
}
.baseBox.rightTitle .boxS {
	width: 73%;
	box-sizing: border-box;
	padding: 0 100px 0 0;
	float: right;
}
	
.baseBox.leftTitle .boxT .slider {
	display: none;
}
	
}
/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

/* top comment */
.topComme {
}
.topComme.tc01 {
	font-size: 40px;
	top: 26%;
}
.topComme.tc02 {
	font-size: 24px;
	top: 50%;
}
	
/* scrolldown */
.scrolldown1{
	bottom: 40px;
}
	
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:114px;
		opacity: 1;
	}
	100%{
		height:0;
		top:180px;
		opacity: 0;
	}
}
	
}
/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {

/* top comment */
.topComme {
}
.topComme.tc01 {
	font-size: 48px;
	top: 28%;
}
.topComme.tc02 {
	font-size: 28px;
	top: 56%;
}
	
/* scrolldown */
.scrolldown1{
	bottom: 5px;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:124px;
		opacity: 1;
	}
	100%{
		height:0;
		top:200px;
		opacity: 0;
	}
}
	
/* slider */
.slider {
}
.slick-prev {
	left: -44px;
}
.slick-next {
	right: -44px;
}
.slick-prev::before, .slick-next::before {
}
	
}

