@charset "UTF-8";

/* ==================================================
		初期設定
================================================== */
html {
	font-size: 10px; /* default */
}
body {
	min-width: 320px;
	overflow-x: hidden;
	color: #000000;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
p {
	margin-bottom: 0;
}
a:hover {
	text-decoration: none;
}
a[href^="tel:"] {
	cursor: default;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}


.container-fluid, .container {
	padding-right: 20px;
	padding-left: 20px;
}

.row {
	margin-right: -20px;
	margin-left: -20px;
}

[class^="col-"] {
	padding-right: 20px;
	padding-left: 20px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	line-height: 1.3;
}



/* ==================================================
		共通レイアウト・共通デザイン
================================================== */

/***** 表示関連 *****/
.pc { display: none; }
.pcInline { display: none; }


.flexCenterY {
	display: -ms-flexbox !important;
	display: -webkit-box !important;
	display: flex !important;
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	        align-items: center !important;
}

.flexCenterX {
	display: -ms-flexbox !important;
	display: -webkit-box !important;
	display: flex !important;
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	        justify-content: center !important;
}

.flexCenter {
	display: -ms-flexbox !important;
	display: -webkit-box !important;
	display: flex !important;
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	        align-items: center !important;
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	        justify-content: center !important;
}


@media only screen and (min-width: 768px) {
	.sp { display: none; }
	.pc { display: block; }
	.pcInline { display: inline; }


	.flexMdCenterY {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important;
		-ms-flex-align: center !important;
		-webkit-box-align: center !important;
		        align-items: center !important;
	}

	.flexMdCenterX {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important;
		-ms-flex-pack: center !important;
		-webkit-box-pack: center !important;
		        justify-content: center !important;
	}
}


/***** Width *****/
.mw1200 { max-width: 1200px; }


@media only screen and (min-width: 768px) {
	.wMd50 { width: 50%; }
}


/***** Position *****/
.posLeftCenter {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.zIndex10 { z-index: 10; }


/***** Text *****/
.txtWhite { color: #ffffff; }
.txtBlue  { color: #0075c1; }

/* グラデーションテキスト */
.txtOrangeGradient {
	color: #ee7800;
	background: -webkit-gradient(linear, left top, left bottom, from(#ee7800), to(#fb405a));
	background: linear-gradient(#ee7800, #fb405a);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
/* IE対応 */
@media all and (-ms-high-contrast:none){
	.txtOrangeGradient {
		background: none;
	}
}


/***** Background Color *****/
.bgWhite { background-color: #ffffff; }
.bgGray  { background-color: #f4f4f4; }


/***** エフェクト *****/
.opacity0  { opacity: 0; }
.opacity10 { opacity: 1; }

.hoverOpacity {
	-webkit-transition: .35s;
	transition: .35s;
}
.hoverOpacity:hover {
	opacity: .8;
}


/***** H2見出し グラデーションライン *****/
/* SP表示 */
.underLineSp {
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 4px;
	width: 100%;
	height: 5px;
	border-radius: 10rem;
	background: -webkit-gradient(linear, left top, right top, from(#fb405a), to(#ee7800));
	background: linear-gradient(90deg, #fb405a, #ee7800);
	background-repeat: no-repeat;
}

#apply {
	position: relative;
	z-index: 50;
}

#apply .underLineSp {
	bottom: 2px;
	height: 4px;
}


@media only screen and (min-width: 414px) {
	.underLineSp {
		bottom: 6px;
	}

	#apply .underLineSp {
		bottom: 5px;
	}
}


@media only screen and (min-width: 576px) {
	.underLineSp {
		bottom: 8px;
		height: 6px;
	}

	#apply .underLineSp {
		bottom: 7px;
		height: 5px;
	}
}


@media only screen and (min-width: 768px) {
	/* SP表示 */
	.underLineSp {
		display: none;
	}


	/* PC表示 */
	.underLinePc {
		display: block;
		position: absolute;
		right: 0;
		left: 0;
		bottom: 7px;
		width: 100%;
		height: 6px;
		border-radius: 10rem;
		background: -webkit-gradient(linear, left top, right top, from(#fb405a), to(#ee7800));
		background: linear-gradient(90deg, #fb405a, #ee7800);
		background-repeat: no-repeat;
	}


	#apply .underLinePc {
		bottom: 5px;
		height: 5px;
	}
}


@media only screen and (min-width: 992px) {
	/* PC表示 */
	#apply .underLinePc {
		bottom: 6px;
	}
}


@media only screen and (min-width: 1200px) {
	/* PC表示 */
	.underLinePc {
		bottom: 11px;
		height: 7px;
	}
}



/* ==================================================
		ページローディング
================================================== */
#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: #ffffff;
}

#loadingAnimation {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#loadingAnimationInner {
	width: 400px;
}

.progressTxt {
	line-height: 1;
	font-size: 3.2rem;
	font-weight: 700;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

#loadingTxt img {
	width: 180px;
}

#loadingBar {
	width: 100%;
	height: 43px;
	border: 4px solid #222222;
	border-radius: 4px;
	background: url("../img/loading/loading_progress.png") no-repeat;
}

#progressBar {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: #ffffff;
}


@media only screen and (min-width: 768px) {
	#loadingTxt img {
		width: auto;
	}
}



/* ==================================================
		ヘッダー・フッター
================================================== */

/********** 共通 **********/
.siteTopLink {
	padding: 4px 6px 6px;
	border-radius: 2px;
	color: #ffffff;
	font-size: 1rem;
	background: #fa9b36;
}
.siteTopLink:hover {
	color: #ffffff;
}


@media only screen and (min-width: 768px) {
	.siteTopLink {
		padding: 8px 16px 10px;
		font-size: 1.6rem;
	}
}



/********** ヘッダー **********/
header {
	position: relative;
	z-index: 10;
	-webkit-box-shadow: 0 3px 0 0 rgba(51, 51, 51, 0.15);
	        box-shadow: 0 3px 0 0 rgba(51, 51, 51, 0.15);
}

#headerLeft {
	width: 100px;
}

.iconSns {
	width: 30px;
}


@media only screen and (min-width: 375px) {
	#headerLeft {
		width: 140px;
	}

	.iconSns {
		width: 34px;
	}
}


@media only screen and (min-width: 414px) {
	#headerLeft {
		width: 160px;
	}
}


@media only screen and (min-width: 768px) {
	header {
		-webkit-box-shadow: 0 5px 0 0 rgba(51, 51, 51, 0.15);
		        box-shadow: 0 5px 0 0 rgba(51, 51, 51, 0.15);
	}

	#headerLeft {
		width: auto;
	}

	.iconSns {
		width: auto;
	}
}



/********** フッター **********/
footer {
	position: relative;
	z-index: 50;
}

#footerContact {
	background: #4e4e55;
}

#contactBox {
	border-radius: 4px;
	color: #4e4e55;
	background: #ffffff;
}

.iconTel {
	width: 33px;
}

.telNumber {
	color: #073b91;
}
.telNumber:hover {
	color: #073b91;
}

#copyright {
	color: #4e4e55;
}


@media only screen and (min-width: 768px) {
	#contactBox {
		max-width: 680px;
		border-radius: 6px;
	}

	.iconTel {
		width: auto;
	}

	footer .siteTopLink {
		top: 0;
		-webkit-box-shadow: 0 5px 0 #45454b;
		        box-shadow: 0 5px 0 #45454b;
		-webkit-transition: .35s;
		transition: .35s;
	}
	footer .siteTopLink:hover {
		top: 5px;
		-webkit-box-shadow: 0 0 0 #45454b;
		        box-shadow: 0 0 0 #45454b;
	}
}



/* ==================================================
		メインビジュアル
================================================== */
#mainVisual {
	background-image: url('../img/mainvisual/cc_bg-sp.png');
	background-repeat: no-repeat;
	background-position: 20px 20px;
	background-size: 70%;
}


/* Cloud Campusロゴ */
#ccLogo {
	max-width: 320px;
}


/* メインイメージ */
#mainImgWrapper {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #63caff), color-stop(20%, #63caff), to(#6b95ff));
	background: linear-gradient(#63caff 0, #63caff 20%, #6b95ff 100%);
}

#mainImg {
	width: 280px;
	height: 190px;
}

#mainImgRenewal {
	bottom: 0;
	right: 0;
	width: 90px;
}


@media only screen and (min-width: 414px) {
	/* メインイメージ */
	#mainImg {
		width: 374px;
		height: 252px;
	}

	#mainImgRenewal {
		width: 120px;
	}
}


@media only screen and (min-width: 576px) {
	/* メインイメージ */
	#mainImg {
		width: 480px;
		height: 324px;
	}

	#mainImgRenewal {
		width: 154px;
	}
}


@media only screen and (min-width: 768px) {
	#mainVisual {
		background-image: url('../img/mainvisual/cc_bg-pc.png');
		background-position: 35px -35px;
		background-size: 50%;
	}


	#introduction {
		max-width: 700px;
	}

	#introduction p {
		line-height: 1.8;
	}

	/* Cloud Campusロゴ */
	#ccLogo {
		max-width: none;
	}


	/* メインイメージ */
	#mainImg {
		max-width: 700px;
		width: 100%;
		height: 100%;
	}

	#mainImgDevice, #mainImgHumanPc, #mainImgHumanTab, #mainImgHumanSp {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#mainImgRenewal {
		top: 60%;
		bottom: auto;
		right: auto;
		left: 10.5%;
		width: 23%;
	}


	/* スクロール */
	#pcScroll {
		bottom: 30px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 48px;
	}

	#scrollPoint {
		top: 15px;
	}

	#scrollPoint.opacity0 {
		-webkit-transition: opacity .15s;
		transition: opacity .15s;
	}

}


@media only screen and (min-width: 1500px) {
	/* スクロール */
	#pcScroll {
		bottom: 50px;
	}
}



/* ==================================================
		メリット紹介
================================================== */
#merit {
	overflow-x: hidden;
}


/********** 共通 **********/
#merit01, #merit02 {
	border-bottom: 5px solid #f4f4f4;
}


/* タイトル番号 */
.meritTtlNum {
	width: 62px;
	height: 67px;
	padding-left: 5px;
	font-weight: 700;
	font-family: 'Century Gothic', 'Noto Sans JP', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-image: url('../img/merit/merit_ttl_cmark-sp.png');
	background-repeat: no-repeat;
	background-size: contain;
}


/********** メリット01 **********/
#merit01imgBox {
	width: 280px;
	height: 292px;
}

#merit01underline01 {
	top: 187px;
	width: 110px;
	height: 4px;
}

#merit01underline02 {
	top: 222px;
	width: 72px;
	height: 4px;
}


/********** メリット02 **********/
#merit02imgBox {
	width: 280px;
	height: 312px;
}

#merit02girlText {
	bottom: 28px;
	right: 49px;
	width: 92px;
}


/********** メリット03 **********/
#merit03imgBox {
	width: 280px;
	height: 162px;
}


@media only screen and (min-width: 375px) {
	/********** メリット01 **********/
	#merit01imgBox {
		width: 334px;
		height: 346px;
	}

	#merit01underline01 {
		top: 225px;
		width: 130px;
		height: 5px;
	}

	#merit01underline02 {
		top: 267px;
		width: 88px;
		height: 5px;
	}


	/********** メリット02 **********/
	#merit02imgBox {
		width: 334px;
		height: 396px;
	}

	#merit02girlText {
		bottom: 57px;
		right: 58px;
		width: 109px;
	}


	/********** メリット03 **********/
	#merit03imgBox {
		width: 334px;
		height: 194px;
	}
}


@media only screen and (min-width: 414px) {
	/********** メリット01 **********/
	#merit01imgBox {
		width: 374px;
		height: 388px;
	}

	#merit01underline01 {
		top: 251px;
		width: 144px;
		height: 6px;
	}

	#merit01underline02 {
		top: 297px;
		width: 98px;
		height: 6px;
	}


	/********** メリット02 **********/
	#merit02imgBox {
		width: 374px;
		height: 444px;
	}

	#merit02girlText {
		bottom: 63px;
		right: 65px;
		width: 123px;
	}


	/********** メリット03 **********/
	#merit03imgBox {
		width: 374px;
		height: 218px;
	}
}


@media only screen and (min-width: 768px) {
	/********** 共通 **********/
	#merit01, #merit02 {
		border-bottom: none;
	}

	.meritContentBox {
		max-width: 1400px;
		width: 90%;
		line-height: 1.8;
		background: #ffffff;
	}
	.meritContentBox::before,
	.meritContentBox::after {
		display: block;
		position: absolute;
		top: 0;
		width: 20%;
		height: 100%;
		background: #ffffff;
	}


	/* タイトル番号 */
	.meritTtlNum {
		width: 63px;
		height: 68px;
		padding-left: 10px;
		font-size: 2.6rem;
		background-image: url('../img/merit/merit_ttl_cmark-pc.png');
	}


	/********** メリット01 **********/
	#merit01 .meritWrapper {
		background: #f4f4f4;
	}

	#merit01 .meritContentBox::before {
		left: -20%;
		content: '';
	}

	#merit01txtBox {
		width: calc(100% - 308px);
	}

	#merit01imgBox {
		width: 308px;
		height: 320px;
	}

	#merit01underline01 {
		top: 217px;
		width: 126px;
		height: 5px;
	}

	#merit01underline02 {
		top: 258px;
		width: 86px;
		height: 5px;
	}


	/********** メリット02 **********/
	#merit02 .meritWrapper {
		background: #f4f4f4;
	}
	#merit02 .meritWrapper::after {
		display: block;
		position: absolute;
		top: calc(50% - 60px);
		width: 100%;
		height: calc(50% + 60px);
		background: #63caff;
		content: '';
	}

	#merit02 .meritContentBox::after {
		right: -20%;
		content: '';
	}

	#merit02txtBox {
		width: calc(100% - 328px);
	}

	#merit02imgBox {
		width: 328px;
		height: 354px;
	}

	#merit02girlText {
		bottom: 44px;
		right: 59px;
		width: 105px;
	}


	/********** メリット03 **********/
	#merit03 .meritWrapper {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #63caff), color-stop(20%, #63caff), to(#68a6ff));
		background: linear-gradient(#63caff 0, #63caff 20%, #68a6ff 100%);
	}

	#merit03 .meritContentBox::before {
		left: -20%;
		content: '';
	}

	#merit03 .meritContentBoxInner {
		max-width: 970px;
		min-height: 690px;
		height: 100vh;
	}

	#merit03imgBox {
		width: 500px;
		height: 280px;
	}
}


@media only screen and (min-width: 992px) {
	/********** メリット01 **********/
	#merit01txtBox {
		width: calc(100% - 440px);
	}

	#merit01imgBox {
		width: 440px;
		height: 458px;
	}

	#merit01underline01 {
		top: 311px;
		width: 180px;
		height: 8px;
	}

	#merit01underline02 {
		top: 370px;
		width: 122px;
		height: 8px;
	}


	/********** メリット02 **********/
	#merit02txtBox {
		width: calc(100% - 460px);
	}

	#merit02imgBox {
		width: 460px;
		height: 510px;
	}

	#merit02girlText {
		bottom: 76px;
		right: 83px;
		width: 147px;
	}


	/********** メリット03 **********/
	#merit03 .meritContentBoxInner {
		min-height: 772px;
	}

	#merit03imgBox {
		width: 640px;
		height: 358px;
	}
}


@media only screen and (min-width: 1200px) {
	/********** 共通 **********/
	/* タイトル番号 */
	.meritTtlNum {
		width: 84px;
		height: 90px;
	}


	/********** メリット01 **********/
	#merit01txtBox {
		width: calc(100% - 520px);
	}

	#merit01imgBox {
		width: 520px;
		height: 542px;
	}

	#merit01underline01 {
		top: 367px;
		width: 212px;
		height: 9px;
	}

	#merit01underline02 {
		top: 437px;
		width: 142px;
		height: 9px;
	}


	/********** メリット02 **********/
	#merit02txtBox {
		width: calc(100% - 540px);
	}

	#merit02imgBox {
		width: 540px;
		height: 598px;
	}

	#merit02girlText {
		bottom: 88px;
		right: 97px;
		width: 174px;
	}


	/********** メリット03 **********/
	#merit03 .meritContentBoxInner {
		min-height: 916px;
	}

	#merit03imgBox {
		width: 720px;
		height: 402px;
	}
}


@media only screen and (min-width: 1500px) {
	/********** メリット01 **********/
	#merit01txtBox {
		width: calc(100% - 570px);
	}

	#merit01imgBox {
		width: 570px;
		height: 592px;
	}

	#merit01underline01 {
		top: 401px;
		width: 232px;
		height: 10px;
	}

	#merit01underline02 {
		top: 478px;
		width: 152px;
		height: 10px;
	}


	/********** メリット02 **********/
	#merit02txtBox {
		width: calc(100% - 700px);
	}

	#merit02imgBox {
		width: 700px;
		height: 775px;
	}

	#merit02girlText {
		bottom: 114px;
		right: 126px;
		width: 225px;
	}


	/********** メリット03 **********/
	#merit03 .meritContentBoxInner {
		min-height: 1068px;
	}

	#merit03imgBox {
		width: 970px;
		height: 540px;
	}
}



/* ==================================================
		デモコンテンツ
================================================== */
#demo {
	height: 13000px!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #63caff), color-stop(20%, #63caff), to(#6a70d2));
	background: linear-gradient(#63caff 0, #63caff 20%, #6a70d2 100%);
}

#demoSpWrapper {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding-top: 30px;
	padding-bottom: 50px;
/*	overflow-x: hidden;*/
	overflow: hidden;
	z-index: 40;
}


#demoSpWrapper:before,
#demoSpWrapper:after {
	content: '';
	display: table;
}

#demoPcWrapper {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding-top: 80px;
}

#demoPcWrapper:before,
#demoPcWrapper:after {
	content: '';
	display: table;
}


/* スマホ 画面デモ スクロールメッセージ */
#demoSpScroll {
	position: fixed;
	bottom: 0;
	z-index: 20;
	opacity: 0;
}

#demoSpScrollInner {
	padding-bottom: 10px;
}


/* スマホ 画面デモ ページャ */
#demoSpChapPager {
	position: fixed;
	right: 0;
	bottom: 15px;
	z-index: 50;
	opacity: 0;
	border-radius: 5px 0 0 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .35);
}

.chapPager {
	line-height: 1.0;
	color: #ee7800;
	font-size: 1.6rem;
	background: #ffffff;
	cursor: pointer;
}

#chapPrev {
	padding: 12px 8px;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: 5px;
}

#chapNext {
	padding: 10px 8px 12px;
	border-bottom-left-radius: 5px;
}

.chapNextStu.disabled {
	color: #ebebeb;
}

.chapPager i {
	display: block;
	line-height: .3;
	font-size: 3.0rem;
}

#chapPrev.chapPager i {
	margin-bottom: 8px;
}

#chapNext.chapPager i {
	margin-top: 8px;
}


/********** 共通 **********/
/* ショータイトル */
.demoShowTtl {
	display: -ms-flexbox!important;
	display: -webkit-box!important;
	display: flex!important;
	-ms-flex-align: center!important;
	-webkit-box-align: center!important;
	        align-items: center!important;
	width: 100%;
}

.demoShowTtlBefore {
	width: 20px;
	height: 3px;
	background: -webkit-gradient(linear, right top, left top, from(#fb405a), to(#ee7800));
	background: linear-gradient(-90deg, #fb405a, #ee7800);
}

.demoShowTtlTxt {
	line-height: 1.0;
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: 700;
	word-break: keep-all;
}

.demoShowTtlAfter {
	width: 0;
	height: 3px;
	background: -webkit-gradient(linear, left top, right top, from(#fb405a), to(#ee7800));
	background: linear-gradient(90deg, #fb405a, #ee7800);
}


/* チャプター番号 */
.demoChap {
	top: -5px;
	right: 20px;
}

.demoChapNum {
	width: 36px;
	height: 36px;
	padding: 2px;
	border-radius: 10rem;
	background: -webkit-gradient(linear, left top, left bottom, from(#ee7800), to(#fb405a));
	background: linear-gradient(#ee7800, #fb405a);
	cursor: pointer;
}
.demoChapNum::after {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 10rem;
	background: #ffffff;
	content: '';
}

.demoChapNumTxt {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1.0;
	color: #ee7800;
	font-size: 2.2rem;
	font-weight: 700;
}


/* デモ画像 */
.demoImg {
	width: 256px;
}

.demoImgLayer {
	width: 190px;
}

.demoImgText {
	width: 270px;
}


/********** Home **********/
/* チャプター1 */
#demoSpHome .demoPcHome01scheduleText {
	top: 78px;
}

/* チャプター2 */
#demoSpHome .demoPcHome02informationText {
	top: 210px;
}

/* チャプター4 */
#demoSpHome .demoPcHome03mycourseText {
	top: 56px;
}


/********** コース詳細 **********/
/* チャプター1 */
#demoSpCourse .demoPcCourse01progressText {
	top: 126px;
}

/* チャプター2 */
#demoSpCourse .demoPcCourse02scoreText {
	top: 240px;
}

/* チャプター3 */
#demoSpCourse .demoPcCourse03periodText {
	top: 154px;
}

/* チャプター4 */
#demoSpCourse .demoPcCourse04qaText {
	top: 90px;
}

/* チャプター5 */
#demoSpCourse .demoPcCourse05newsText {
	top: 210px;
}

/* チャプター6 */
#demoSpCourse .demoPcCourse06lessonText {
	top: 74px;
}

/* チャプター7 */
#demoSpCourse .demoPcCourse07nextchapterText {
	top: 54px;
}


/********** チャプターの種類 **********/
/* チャプター1 */
#demoSpChapter .demoPcChapterDevice01.demoImg {
	top: -15px;
	max-width: none;
	width: 420px;
}

#demoSpChapter .demoPcChapter01videoslideLayer {
	top: -17px;
	width: 310px;
}

#demoSpChapter .demoPcChapter01videoslideText {
	top: 30px;
	width: 256px;
}

/* チャプター2 */
#demoSpChapter .demoPcChapter02testText {
	top: 286px;
}

/* チャプター3 */
#demoSpChapter .demoPcChapter03debateText {
	top: 300px;
}

/* チャプター3 */
#demoSpChapter .demoPcChapter04reportText {
	top: 300px;
}


/********** 体験授業 **********/
.demoSpFinishBox {
	max-width: 500px;
	max-height: 520px;
	min-height: 350px;
	height: 76vh;
	padding: 20px;
	border-radius: 8px;
	background: #ffffff;
}

.demoSpFinishBoxInner {
	margin-bottom: 10%;
}


/* Cloud Campusロゴ */
#demoSpFinishLogo {
	width: 160px;
}


/* 体験授業リンクボタン */
.btnLink {
	display: inline-block;
	max-width: 340px;
	width: 100%;
	padding: 3px;
	border-radius: 10rem;
	background: -webkit-gradient(linear, left top, left bottom, from(#ee7800), to(#fb405a));
	background: linear-gradient(#ee7800, #fb405a);
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .35);
	        box-shadow: 0 2px 8px rgba(0, 0, 0, .35);
}

.btnLink span {
	line-height: 1.0;
	width: 100%;
	padding: 12px 10px;
	border-radius: 10rem;
	color: #000000;
	font-weight: bold;
	background: #ffffff;
}


/* IE対応 */
@media all and (-ms-high-contrast:none){
	/* ショータイトル */
	.msAdjust .demoShowTtlTxt {
		margin-top: .3em;
	}


	/* チャプター番号 */
	.msAdjust .demoChap {
		top: -2px;
	}

	.demoChapNumTxt {
		background: none !important;
	}
}


@media only screen and (min-width: 375px) {
	#demo {
		min-height: 640px;
	}


	/* スマホ 画面デモ ページャ */
	#chapPrev {
		padding: 12px 15px;
	}

	#chapNext {
		padding: 10px 15px 12px;
	}


	/********** 共通 **********/
	/* チャプター番号 */
	.demoChap {
		top: -8px;
	}

	.demoChapNum {
		width: 40px;
		height: 40px;
	}
	.demoChapNum::after {
		width: 36px;
		height: 36px;
	}


	/* デモ画像 */
	.demoImg {
		width: 300px;
	}

	.demoImgLayer {
		width: 222px;
	}

	.demoImgText {
		width: 300px;
	}


	/********** Home **********/
	/* チャプター1 */
	#demoSpHome .demoPcHome01scheduleText {
		top: 88px;
	}

	/* チャプター2 */
	#demoSpHome .demoPcHome02informationText {
		top: 234px;
	}

	/* チャプター4 */
	#demoSpHome .demoPcHome03mycourseText {
		top: 60px;
	}


	/********** コース詳細 **********/
	/* チャプター1 */
	#demoSpCourse .demoPcCourse01progressText {
		top: 140px;
	}

	/* チャプター2 */
	#demoSpCourse .demoPcCourse02scoreText {
		top: 300px;
	}

	/* チャプター3 */
	#demoSpCourse .demoPcCourse03periodText {
		top: 172px;
	}

	/* チャプター4 */
	#demoSpCourse .demoPcCourse04qaText {
		top: 96px;
	}

	/* チャプター5 */
	#demoSpCourse .demoPcCourse05newsText {
		top: 230px;
	}

	/* チャプター6 */
	#demoSpCourse .demoPcCourse06lessonText {
		top: 78px;
	}

	/* チャプター7 */
	#demoSpCourse .demoPcCourse07nextchapterText {
		top: 58px;
	}


	/********** チャプターの種類 **********/
	/* チャプター1 */
	#demoSpChapter .demoPcChapterDevice01.demoImg {
		top: -15px;
		max-width: none;
		width: 490px;
	}

	#demoSpChapter .demoPcChapter01videoslideLayer {
		top: -17px;
		width: 360px;
	}

	#demoSpChapter .demoPcChapter01videoslideText {
		top: 34px;
		width: 300px;
	}

	/* チャプター2 */
	#demoSpChapter .demoPcChapter02testText {
		top: 310px;
	}

	/* チャプター3 */
	#demoSpChapter .demoPcChapter03debateText {
		top: 346px;
	}

	/* チャプター3 */
	#demoSpChapter .demoPcChapter04reportText {
		top: 346px;
	}


	/********** 体験授業 **********/
	.demoSpFinishBox {
		padding: 40px;
	}

	.demoSpFinishBoxInner {
		margin-bottom: 40px;
	}
}

/* IE対応*/
@media all and (min-width: 375px) and (-ms-high-contrast:none) {
	/* チャプター番号 */
	.msAdjust .demoChap {
		top: -3px;
	}
}


@media only screen and (min-width: 414px) {
	#demo {
		min-height: 690px;
	}


	/* スマホ 画面デモ スクロールメッセージ */
	#demoSpScrollInner {
		padding-bottom: 30px;
	}


	/* スマホ 画面デモ ページャ */
	#demoSpChapPager {
		bottom: 35px;
	}


	/********** 共通 **********/
	/* ショータイトル */
	.demoShowTtlTxt {
		font-size: 3.3rem;
	}


	/* チャプター番号 */
	.demoChap {
		top: -4px;
	}


	/* デモ画像 */
	.demoImg {
		width: 340px;
	}

	.demoImgLayer {
		width: 252px;
	}

	.demoImgText {
		width: 340px;
	}


	/********** Home **********/
	/* チャプター1 */
	#demoSpHome .demoPcHome01scheduleText {
		top: 96px;
	}

	/* チャプター2 */
	#demoSpHome .demoPcHome02informationText {
		top: 264px;
	}

	/* チャプター4 */
	#demoSpHome .demoPcHome03mycourseText {
		top: 70px;
	}


	/********** コース詳細 **********/
	/* チャプター1 */
	#demoSpCourse .demoPcCourse01progressText {
		top: 156px;
	}

	/* チャプター2 */
	#demoSpCourse .demoPcCourse02scoreText {
		top: 304px;
	}

	/* チャプター3 */
	#demoSpCourse .demoPcCourse03periodText {
		top: 194px;
	}

	/* チャプター4 */
	#demoSpCourse .demoPcCourse04qaText {
		top: 108px;
	}

	/* チャプター5 */
	#demoSpCourse .demoPcCourse05newsText {
		top: 260px;
	}

	/* チャプター6 */
	#demoSpCourse .demoPcCourse06lessonText {
		top: 90px;
	}

	/* チャプター7 */
	#demoSpCourse .demoPcCourse07nextchapterText {
		top: 64px;
	}


	/********** チャプターの種類 **********/
	/* デモ画像 チャプター1 */
	#demoSpChapter .demoPcChapterDevice01.demoImg {
		width: 540px;
	}

	#demoSpChapter .demoPcChapter01videoslideLayer {
		top: -20px;
		width: 400px;
	}

	#demoSpChapter .demoPcChapter01videoslideText {
		top: 34px;
		width: 320px;
	}

	/* チャプター2 */
	#demoSpChapter .demoPcChapter02testText {
		top: 358px;
	}

	/* チャプター3 */
	#demoSpChapter .demoPcChapter03debateText {
		top: 370px;
	}

	/* チャプター3 */
	#demoSpChapter .demoPcChapter04reportText {
		top: 370px;
	}


	/********** 体験授業 **********/
	.demoSpFinishBox {
		padding: 20px;
	}


	/* Cloud Campusロゴ */
	#demoSpFinishLogo {
		width: 184px;
	}
}

/* IE対応*/
@media all and (min-width: 414px) and (-ms-high-contrast:none) {
	/* チャプター番号 */
	.msAdjust .demoChap {
		top: 1px;
	}
}


@media only screen and (min-width: 768px) {
	#demo {
		max-height: none;
		min-height: 730px;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #68a6ff), color-stop(20%, #68a6ff), to(#6b95ff));
		background: linear-gradient(#68a6ff 0, #68a6ff 20%, #6b95ff 100%);
	}

/*
	#demoPc section {
		overflow: hidden;
	}
*/

	#demoSpWrapper {
		padding-top: 0;
		padding-bottom: 0;
	}


	/* スマホ 画面デモ スクロールメッセージ */
	#demoSpScroll {
		display: none;
	}


	/* スマホ 画面デモ ページャ */
	#demoSpChapPager {
		display: none;
	}


	/* 表示切り替え共通 */
	#demo .show {
		display: block !important;
	}


	/* デモ ショーナビ */
	#demoShowNav .navItem {
		position: relative;
		line-height: 1.0;
		color: #ffffff;
		font-weight: 700;
		-webkit-transition: top .8s, opacity .35s;
		transition: top .8s, opacity .35s;
		cursor: pointer;
	}
	#demoShowNav .navItem::before {
		display: inline-block;
		width: 20px;
		height: 2px;
		padding-top: .3em;
		margin-right: 15px;
		border-top: 2px solid #ffffff;
		content: '';
	}

	#demoShowNav .navItem.opacity0 {
		pointer-events: none;
	}

	/* ナビアイテム上位置 */
	.itemPosCurrent { top:  20px; }
	.itemPosAct01   { top:  60px; }
	.itemPosAct02   { top: 100px; }
	.itemPosAct03   { top: 140px; }
	.itemPosNega01  { top: -30px; }
	.itemPosNega02  { top: -60px; }
	.itemPosNega03  { top: -90px; }


	/* 画面切替 */
	#demoChangeDevice {
		top: 60px;
		right: 20px;
		width: 80px;
		height: 80px;
		cursor: pointer;
	}

	.changeDevice img {
		width: 0;
		-webkit-transition: .15s;
		transition: .15s;
	}

	.changeDevice.show img {
		width: 100%;
		-webkit-transition: .3s ease .15s;
		transition: .3s ease .15s;
	}


	/********** 共通 **********/
	/* ショータイトル */
	.demoShowTtlBefore {
		width: 5%;
		height: 4px;
	}

	.demoShowTtlTxt {
		font-size: 4.0rem;
	}

	.demoShowTtlAfter {
		height: 4px;
		-webkit-transition: width .35s;
		transition: width .35s;
		-webkit-transform: translate3d(0, 0, 0px);
		transform: translate3d(0, 0, 0px);
	}

	.demoShowTtlAfter2 {
		width: 0;
		height: 4px;
		background: #ffffff;
		-webkit-transition: width .35s;
		transition: width .35s;
		-webkit-transform: translate3d(0, 0, 0px);
		transform: translate3d(0, 0, 0px);
	}


	/* チャプターリスト */
	.demoChapNumList {
		top: 4px;
		-webkit-transform: translate3d(0, 0, 1px);
		transform: translate3d(0, 0, 1px);
	}

	.demoChapNumList .listItem {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important;
		-ms-flex-pack: end !important;
		-webkit-box-pack: end !important;
		        justify-content: flex-end !important;
	}

	/* チャプター番号 */
	.demoChapNumList .demoChapNum {
		width: 32px;
		height: 32px;
		background: #ffffff;
	}
	.demoChapNumList .demoChapNum::after {
		width: 28px;
		height: 28px;
	}

	.demoChapNumList .demoChapNumTxt {
		color: #63caff;
	}

	/* チャプター番号 アクティブ時 */
	.demoChapNumList li.active .demoChapNum {
		background: -webkit-gradient(linear, left top, left bottom, from(#ee7800), to(#fb405a));
		background: linear-gradient(#ee7800, #fb405a);
	}

	.demoChapNumList li.active .demoChapNumTxt {
		color: #ee7800;
		background: -webkit-gradient(linear, left top, left bottom, from(#ee7800), to(#fb405a));
		background: linear-gradient(#ee7800, #fb405a);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		text-fill-color: transparent;
	}


	/* デモ画像 */
	.demoContent {
		display: none;
	}

	.demoImg {
		width: auto;
	}

	.demoContent .demoImg {
		max-width: none;
		max-height: 520px;
		min-height: 480px;
		width: auto;
		height: 60vh;
	}

	.demoContentSp {
		display: none;
	}

	.demoContentSp .demoImg {
		left: 69%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		max-width: none;
		max-height: 520px;
		min-height: 480px;
		height: 60vh;
	}

	.demoContent.show, .demoContentSp.show {
		-webkit-animation: fadeIn .6s linear 0s;
		animation: fadeIn .6s linear 0s;
	}


	/********** Home **********/
	/* チャプターリスト */
	#demoPcHome .demoChapNumList {
		width: 43%;
	}

	#demoPcHome .demoChapNumList li {
		width: calc(100% / 3);
	}


	/********** コース詳細 **********/
	/* チャプターリスト */
	#demoPcCourse .demoChapNumList {
		width: 56%;
	}

	#demoPcCourse .demoChapNumList li {
		width: calc(100% / 7);
	}


	/********** チャプターの種類 **********/
	/* チャプターリスト */
	#demoPcChapter .demoChapNumList {
		width: 34.8%;
	}

	#demoPcChapter .demoChapNumList li {
		width: calc(100% / 4);
	}

	/* デモ画像スマホ チャプター1 */
	.demoContentSp .demoPcChapterDevice01.demoImg,
	.demoContentSp .demoPcChapter01videoslideLayer.demoImg,
	.demoContentSp .demoPcChapter01videoslideText.demoImg {
		left: 50%;
	}


	/********** 体験授業 **********/
	/* デモ画像 SP */
	.demoContentSp .demoPcFinishDevice.demoImg {
		left: 50%;
		max-height: none;
		min-height: 0;
		height: 440px;
	}


	.demoContent .demoPcFinishBox {
		top: 44px;
		width: 100%;
		max-height: 388px;
		min-height: 352px;
		height: 43.4vh;
	}

	.demoContentSp .demoPcFinishBox {
		top: 92px;
		width: 100%;
		height: 246px;
	}

	.demoPcFinishBoxInner {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		max-width: none;
		width: 460px;
	}


	/* Cloud Campusロゴ */
	#demoPcFinishLogoPc, #demoPcFinishLogoSp {
		width: 360px;
	}


	/* 体験授業リンクボタン */
	.btnLink {
		max-width: 480px;
		width: 80%;
		padding: 4px;
		-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .35);
		        box-shadow: 0 2px 8px rgba(0, 0, 0, .35);
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* IE対応*/
@media all and (min-width: 768px) and (-ms-high-contrast:none) {
	/* チャプターリスト */
	 .msAdjust .demoChapNumList {
		top: 10px;
	}
}


@media only screen and (min-width: 992px) {
	#demo {
		min-height: 850px;
	}


	/* デモ ショーナビ */
	#demoShowNav .navItem {
		font-size: 1.6rem;
	}

	/* ナビアイテム上位置 */
	.itemPosCurrent { top:  20px; }
	.itemPosAct01   { top:  80px; }
	.itemPosAct02   { top: 120px; }
	.itemPosAct03   { top: 160px; }


	/* 画面切替 */
	#demoChangeDevice {
		top: 90px;
	}


	/********** 共通 **********/
	/* ショータイトル */
	.demoShowTtlTxt {
		font-size: 6.0rem;
	}


	/* チャプターリスト */
	.demoChapNumList {
		top: 10px;
	}

	/* チャプター番号 */
	.demoChapNumList .demoChapNum {
		width: 38px;
		height: 38px;
		padding: 3px;
	}
	.demoChapNumList .demoChapNum::after {
		width: 32px;
		height: 32px;
	}


	/* デモ画像 */
	.demoContent .demoImg {
		max-height: 640px;
		min-height: 580px;
		height: 72vh;
	}

	.demoContentSp .demoImg {
		max-height: 640px;
		min-height: 580px;
		height: 72vh;
	}


	/********** 体験授業 **********/
	/* デモ画像 SP */
	.demoContentSp .demoPcFinishDevice.demoImg {
		height: 500px;
	}


	.demoContent .demoPcFinishBox {
		top: 54px;
		max-height: 478px;
		min-height: 422px;
		height: 53.4vh;
	}

	.demoContentSp .demoPcFinishBox {
		top: 104px;
		height: 280px;
	}

	.demoPcFinishBoxInner {
		width: 500px;
	}


	/* Cloud Campusロゴ */
	#demoPcFinishLogoPc, #demoPcFinishLogoSp {
		width: 400px;
	}
}

/* IE対応*/
@media all and (min-width: 992px) and (-ms-high-contrast:none) {
	/* チャプターリスト */
	 .msAdjust .demoChapNumList {
		top: 18px;
	}
}


@media only screen and (min-width: 1200px) {
	#demo {
		min-height: 780px;
	}


	/* ナビアイテム上位置 */
	.itemPosAct01  { top:   80px; }
	.itemPosAct02  { top:  140px; }
	.itemPosAct03  { top:  200px; }


	/* 画面切替 */
	#demoChangeDevice {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 120px;
		height: 120px;
	}


	/********** 共通 **********/
	/* ショータイトル */
	.demoShowTtlBefore {
		width: 12.2%;
	}


	/* チャプター番号 */
	.demoChapNumList .demoChapNum {
		width: 40px;
		height: 40px;
	}
	.demoChapNumList .demoChapNum::after {
		width: 34px;
		height: 34px;
	}


	/* デモ画像 */
	.demoContent .demoImg {
		max-height: 620px;
		min-height: 600px;
		height: 70vh;
	}

	.demoContentSp .demoImg {
		left: 65%;
		max-height: 620px;
		min-height: 600px;
		height: 70vh;
	}


	/********** Home **********/
	/* チャプターリスト */
	#demoPcHome .demoChapNumList {
		width: 38%;
	}


	/********** コース詳細 **********/
	/* チャプターリスト */
	#demoPcCourse .demoChapNumList {
		width: 43.5%;
	}


	/********** チャプターの種類 **********/
	/* チャプターリスト */
	#demoPcChapter .demoChapNumList {
		width: 33%;
	}


	/********** 体験授業 **********/
	/* デモ画像 SP */
	.demoContentSp .demoPcFinishDevice.demoImg {
		height: 580px;
	}


	.demoContent .demoPcFinishBox {
		top: 54px;
		max-height: 460px;
		min-height: 440px;
		height: 51.4vh;
	}

	.demoContentSp .demoPcFinishBox {
		top: 120px;
		height: 325px;
	}

	.demoPcFinishBoxInner {
		width: 620px;
	}


	/* Cloud Campusロゴ */
	#demoPcFinishLogoPc, #demoPcFinishLogoSp {
		width: 500px;
	}


	/* 体験授業リンクボタン */
	.btnLink span {
		padding: 16px 10px;
	}
}


@media only screen and (min-width: 1500px) {
	#demo {
		min-height: 920px;
	}


	/* デモ ショーナビ */
	#demoShowNav .navItem {
		font-size: 2.0rem;
	}
	#demoShowNav .navItem::before {
		width: 50px;
		margin-right: 30px;
	}


	/* 画面切替 */
	#demoChangeDevice {
		right: 50px;
		width: 140px;
		height: 140px;
	}


	/********** 共通 **********/
	/* ショータイトル */
	.demoShowTtlBefore {
		width: 15.8%;
	}

	.demoShowTtlTxt {
		font-size: 8.0rem;
	}


	/* チャプターリスト */
	.demoChapNumList {
		top: 20px;
	}


	/* デモ画像 */
	.demoContent .demoImg {
		max-height: 920px;
		min-height: 740px;
		height: 80vh;
	}

	.demoContentSp .demoImg {
		left: 63.5%;
		max-height: 920px;
		min-height: 740px;
		height: 80vh;
	}


	/********** 体験授業 **********/
	/* デモ画像 SP */
	.demoContentSp .demoPcFinishDevice.demoImg {
		height: 750px;
	}


	.demoContent .demoPcFinishBox {
		top: 63px;
		max-height: 560px;
		min-height: 550px;
		height: 61.6vh;
	}

	.demoContentSp .demoPcFinishBox {
		top: 156px;
		height: 420px;
	}

	.demoPcFinishBoxInner {
		width: 800px;
	}


	/* Cloud Campusロゴ */
	#demoPcFinishLogoPc, #demoPcFinishLogoSp {
		width: auto;
	}
}

/* IE対応*/
@media all and (min-width: 1500px) and (-ms-high-contrast:none) {
	/* チャプターリスト */
	 .msAdjust .demoChapNumList {
		top: 32px;
	}
}
