@charset "utf-8";

/* ----------------------------------------------------------------------
RESET
---------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6,p,table,tbody,tr,td,th,label,span,div,header,body,ul,li,figure,dt,dd,dl,ol {
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 14px;
	font-size: 1.4rem;
	color: #2E2E2E;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
}
ul,li {
	list-style-type: none;
}
a {
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	border: none;
}
*,
*:before,
*:after {
	word-break: break-all;
}
/* ----------------------------------------------------------------------
GENERAL
---------------------------------------------------------------------- */
.clearfix		{ zoom: 1; position: relative; }
.clearfix:after	{ content: ""; display: block; clear: both; height: 0; }
.slim {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
/* ----------------------------------------------------------------------
COMMON
---------------------------------------------------------------------- */
.col-full {
	width: 100%;
}
.left2-grid:after {
	content: "";
	display: block;
	clear: both;
}
.left2-grid > *:first-child {
	float: left;
}
.left2-grid > * + * {
	overflow: hidden;
}
.img-text > span {
	display: block;
	text-indent: -9999px;
}
.sns > .mifb {
	float: left;
}
.sns > .mitw {
	padding-top: 1px;
	padding-left: 10px;
	float: left;
}
.font-b {
	font-family:'ヒラギノ角ゴ W3','Hiragino Kaku Gothic Pro',sans-serif;
}
.font-r {
	font-family:'ヒラギノ角ゴ W6','Hiragino Kaku Gothic Pro',sans-serif;
}
.dn {
	display: none;
}
.spdn {
	display: block;
}
.pcdn {
	display: none;
}
.two-line {
	line-height: 1.4!important;
}
.fl_l{
  float: left;
}
.fl_r{
  float: right;
}
/* ----------------------------------------------------------------------
HEADER
---------------------------------------------------------------------- */
.site-header {
	margin-left: auto;
	margin-right: auto;
    width: 100%;
    z-index: 1;
    left: 0;
    right: 0;
	background-color: #fff;
	height: 70px;
	position: relative;
}
.site-header > .site-logo {
	display: inline-block;
	vertical-align: bottom;
	width: 124px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -480px;
	transform: translateY(-50%);
}
.site-header > .site-logo-text {
	margin: 0 0 7px 10px;
	display: inline-block;
	vertical-align: bottom;
	color: #FFFFFF;
}
.header-img-wrap {
	position: relative;
	text-align: center;
}
.links {
	position: absolute;
	right: 50%;
	top: 50%;
	margin-right: -480px;
	transform: translateY(-50%);

}
/* ----------------------------------------------------------------------
FOOTER
---------------------------------------------------------------------- */
.footer00 {
	width: 100%;
	background: #4c4c4c;
	padding: 15px 0;
	overflow: hidden;
	margin-top: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
  text-align: center;
  color: #ccc;
}
.footer {
	width: 100%;
	background: #333333;
	padding: 20px 0;
	overflow: hidden;
	margin-top: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.ft_list_pc{
  display: block;
}
.ft_list_sp{
  display: none;
}

.ft_list_pc li{
  display: inline;
  color: #ccc;
}
.ft_list_pc  li.logo{
  width: 143px;
  margin-right: 30px;
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
.ft_list_pc  li.logo a:hover{
	opacity: .55;
	filter: alpha(opacity=55);
	-ms-filter: "alpha(opacity=55)";
}

.ft_list_pc  li.logo img{
  width: 143px;
}
.ft_list_pc  li.copyright{
  margin-right: 120px;
  color: #ccc;
  display: inline;
}
.ft_list_pc  li.bd{
  border-right: 1px solid #ccc;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 12px;
}
.ft_list_pc  li.nbd{
  font-size: 12px;
}
.ft_list_pc  li.bd a:hover,.ft_list_pc li.nbd a:hover{
  text-decoration: underline;

}

.footer-inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/* ----------------------------------------------------------------------
BODY
---------------------------------------------------------------------- */
.main {
	margin-top: 0!important;
}
.course-list > * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.item-post {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.section-landing {
	padding-bottom: 60px;
}
.section-landing.white {
	background-color: #FFFFFF;
}
.section-landing.gray {
	background-color: #F8F8F8;
}
.section-landing + .section-landing {
	padding-top: 60px;
}
.section-landing + .section-landing + .step_tbl {
	padding-top: 0;
}

.home-page {
	min-width: 960px;
	overflow: hidden;
	background: #ECECEC;
	position: relative;
}
.section-landing.kv-landing {
	margin-top: 0;
}
.section-landing.kv-landing > .index-head {
    margin: 0 auto;
	text-align: center;
}
.kv-landing .item-post {
	width: 100%;
	text-align: center;
}
.kv-landing .item-post:after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 8px;
    position: absolute;
    margin: auto;
    background: url(../images/icon_detial_btn.png) no-repeat;
    top: -6px;
    bottom: 0;
    right: 16px;
	-webkit-background-size: contain;
	background-size: contain;
}
.index-head {
	position: relative;
	font-size: 30px;
	font-weight: bold;
}
.kv-text {
	position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 50%;
}
.kv-text > img {
    max-height: 320px;
	height: 100%;
}
.kv-link {
	position: relative;
	display: block;
}
.kv-link > a {
	position: absolute;
	left: 0;
    right: 0;
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	padding-top: 20px;
	width: 110px;
	margin-left: auto;
	margin-right: auto;
}
.kv-link > a:before {
	content: url(../images/arrow-bottom.png);
	width: 11px;
	height: 11px;
	padding-right: 5px;
}
.rank-head {
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.rank-head.course_ttl01 {
	background-image: url(../images/line-title_m.png);
	width: 472px;
	height: 34px;
  margin-bottom: 15px;
}
.rank-head.course_ttl02 {
	background-image: url(../images/line-title2_m.png);
	width: 472px;
	height: 34px;
  margin-bottom: 15px;
}
.rank-head.elementary {
	background-image: url(../images/line-title.png);
	width: 143px;
	height: 39px;
  float: left;
}
.course_ttl_txt{margin-top:10px; float: left;}
.rank-head.intermediate {
	background-image: url(../images/line-title2.png);
    width: 205px;
    height: 39px;
    float: left;
}
.rank-head.senior {
	background-image: url(../images/line-title3.png);
	width: 370px;
  height: 39px;
  float: left;
}
.rank-head.step1 {
	background-image: url(../images/line-title4.png);
    width: 370px;
    height: 34px;
  margin-top: 20px;
}
.rank-head.step2 {
	background-image: url(../images/line-title5.png);
    width: 370px;
    height: 34px;
}
.rank-head.step3 {
	background-image: url(../images/line-title6.png);
    width: 370px;
    height: 34px;
}
.rank-head.step4 {
	background-image: url(../images/line-title7.png);
    width: 435px;
    height: 34px;
}

.section-subhead {
	font-size: 20px;
	font-weight: bold;
}
.subhead-desc {
	display: block;
	margin-top: 20px;
	font-size: 14px;
	font-weight: normal;
}
.section-head + * {
	margin-top: 30px;
}
.curriculumdetail-list {
	border-top: 2px solid #000;
	margin-top: 10px;
	background-color: #FFFFFF;
  clear: both;
}
.curriculumdetail-list > li + li {
	border-top: 1px solid #ECECEC;
}
.curriculumdetail-list > li > a {
	display: block;
	padding: 15px;
}
.curriculumdetail-list > li > .curriculumdetail-link:hover,
.curriculumdetail-list > li > .curriculumdetail-link:hover .item-post {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
.curriculumdetail-list.column_sec{
  width: 49%;
  clear: none;
}
.curriculumdetail-image {
	width: 225px;
	margin-right: 15px;
}
.curriculumdetail-item {
	min-height: 100px;
	overflow: auto;
}
.curriculumdetail-item > dt {
	line-height: 1.1;
	font-size: 15px;
	font-weight: bold;
}
.curriculumdetail-item > dt.icon {
	line-height: 1.0;
	font-size: 12px;
	font-weight: normal;
  color: #fff;
  background: #a7a7a7;
  border-radius: 2px;
  padding: 4px 5px;
  display: inline-block;
  margin-bottom: 10px;
}

.curriculumdetail-item > dd {
	font-size: 14px;
	margin-top: 15px;
}
.column_sec .curriculumdetail-item dt {
      overflow:hidden;
      height:7em;
	}
.column_sec .curriculumdetail-item dd {
      overflow:hidden;
      height:3.2em;
      margin-top:0;
	}
.column_sec .item-teacher{
  line-height: 1.4;
}
.column_sec .item-teacher{
  margin-top: 0px;
}
  .curriculumdetail-list.column_sec .item-post{
    float: right;
  }

.section-block {
	margin-top: 50px;
}
.section-block.nmt {
	margin-top: 0;
}

.section-block + .section-block {
	margin-top: 40px;
}
.item-post {
	display: inline-block;
	font-size: 14px;
	margin-top: 7px;
	padding: 10px 45px 10px 20px;
	background: #a435f0;
	color: #FFFFFF;
	position: relative;
	font-family:'ヒラギノ角ゴ W6','Hiragino Kaku Gothic Pro',sans-serif;
}
.item-post:after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 8px;
	position: absolute;
	margin: auto;
	background: url(../images/icon_detial_btn.png) no-repeat;
	top: -6px;
	bottom: 0;
	right: 15px;
	background-size: contain;
	-webkit-background-size: contain;
}
.item-teacher {
	line-height: 1;
	padding:8px 0 5px 0;
	color: #888888;
}
.no-link > p {
	opacity: 0.2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha(opacity=20)";
}
.curriculumdetail-list .no-link {
	cursor: default;
}
.course-block {
	margin-top: 40px;
}
.course-block {
	margin-top: 40px;
}
.course-block.nmt {
	margin-top: 0;
}

.course-list {
	margin: 30px -10px 0 -10px;
}
.course-list > li {
	width: 25%;
	float: left;
	padding: 0 10px;
}
.course-list > li > a {
	display: block;
	background-color: #FFFFFF;
}
.course-list > li > a:hover,
.course-list > li > a:hover .item-post{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
.course-text {
	padding: 15px;
}
.course-text-detail {
	height: 6.5em;
	font-size: 13px;
	line-height: 1.3em;
}
		.slick-prev:before, .slick-next:before {
			border-radius: 50%;
			background: none;
			padding: 5px;
		}


		/*左右の矢印の色を変える*/
		.slick-prev:before,
		.slick-next:before {
			color: red;
		}
		.slick-initialized .slick-slide {
			margin-right: 20px;
			background: #fff;
		}
		/*左右の矢印の位置を変える*/
		.slick-next {
			right: 20px;
			z-index: 99;
		}
		.slick-prev {
			left: 15px;
			z-index: 100;
			color: #f25;
		}
		/*スライド数のドットの色を変える*/
		.slick-dots li.slick-active button:before,
		.slick-dots li button:before {
			font-size: 75px!important;
		}

		.multiple-item {
			background: none;
		}

		/*スライド画像の横幅可変*/
		.multiple-item li .course-imge img {
			max-width: 100%;
			height: auto;
		}
		.slick-slide {
			/*transition: .3s;*/
		}
		.slick-slide:hover{
			opacity: .6;
		}





.data-scientist-desc {
	margin-top: 20px;
}
.data-scientist-desc.bold {
	font-weight: bold;
}
.data-scientist-course {
	background-image: url(../images/data-scientist-course.png);
	background-size: contain;
	-webkit-background-size: contain;
	background-repeat: no-repeat;
	width: 387px;
	height: 28px;
}
.title-course {
	background-image: url(../images/title.png);
	background-size: contain;
	-webkit-background-size: contain;
	background-repeat: no-repeat;
	width: 212px;
	height: 52px;
}
.data-scientist {
	background-image: url(../images/data-scientist.png);
	background-size: contain;
	-webkit-background-size: contain;
	background-repeat: no-repeat;
	width: 413px;
	height: 53px;
}
.title-udemy {
	background-image: url(../images/udemy-title.png);
	background-size: contain;
	-webkit-background-size: contain;
	background-repeat: no-repeat;
	width: 223px;
	height: 69px;
}
.the-udemy {
	background-image: url(../images/udemy_logo_bg.png);
	background-size: contain;
	-webkit-background-size: contain;
	background-repeat: no-repeat;
	width: 165px;
	height: 36px;
}
.section-landing-course {
	padding-bottom: 80px;
}
.section-landing-skill {
	padding-bottom: 80px;
}
.section-landing-udemy {
	padding-bottom: 80px;
}
.skill-wrap {
	margin-top: 30px;
	padding: 30px 30px;
	position: relative;
}
.skill-inner.required-skill-text {
	float: left;
	width: 390px;
}
.skill-inner.required-skill-img {
	float: right;
	width: 470px;
}
.skill-inner.problem-solving-skill-text {
	float: left;
	width: 410px;
}
.skill-inner.problem-solving-skill-img {
	float: right;
	width: 470px;
}
.skill-head {
	font-size: 20px;
	font-weight: bold;
}
.skill-head + .skill-text {
	margin-top: 20px;
}
.skill-inner-text {
	margin-top: 30px;
}
.skill-inner-list {
	margin-top: 30px;
}
.skill-inner-list > li {
	font-size: 28px;
	background-size: contain;
	background-repeat: no-repeat;
}
.skill-inner-list > li + li {
	margin-top: 20px;
}
.skill-inner-list > .business {
	background-image: url(../images/list-business.png);
	width: 237px;
	height: 53px;
}
.skill-inner-list > .science {
	background-image: url(../images/list-science.png);
	width: 263px;
	height: 50px;
}
.skill-inner-list > .engineering {
	background-image: url(../images/list-engineering.png);
	width: 341px;
	height: 54px;
}
.skill-block {
	margin-top: 15px;
}
.skill-block.problem-solving-skill {
	margin-top: 30px;
}
.skill-inner-detail-list + .skill-inner-detail-list {
	margin-top: 15px;
}
.skill-inner-detail-list > dt {
	font-size: 18px;
	font-weight: bold;
}
.skill-inner-detail-list > dd,
.skill-inner-text {
	font-size: 14px;
}
.skill-inner-detail-list.blue > dt {
	color: #4000FF;
}
.skill-inner-detail-list.light-blue > dt {
	color: #50D4FF;
}
.skill-inner-detail-list.purple > dt {
	color: #C000FF;
}
.cite {
	display: block;
	margin-top: 20px;
	font-style: inherit;
	font-size: 12px;
	color: #888888;
}
.cite > a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
.cite-foot {
	margin-top: 30px;
}
.pr-block {
	margin-top: 50px;
}
.pr-point-img {
	text-align: center;
}
.pr-point-list {
	margin: -40px -15px 0 -15px;
}
.pr-point-list > li {
	width: 33.3333%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top: 40px;
	height: 290px;
	float: left;
	padding: 0 30px;
}
.pr-title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.pr-title.number {
	font-size: 30px;
	font-weight: normal;
}
.pr-description {
	margin-top: 15px;
}
.section-btn-area {
	padding: 50px 0;
	background-color: #1E1E1E;
	text-align: center;
}
.section-btn-area > p > a {
	display: block;
}
.item-post-all {
	display: inline-block;
	font-size: 14px;
	margin-top: 10px;
	padding: 10px 45px 10px 20px;
	background: #a435f0;
	color: #FFFFFF;
	position: relative;
	font-family:'ヒラギノ角ゴ W6','Hiragino Kaku Gothic Pro',sans-serif;
}
.section-btn-area > .item-post-all {
	margin-top: 0;
	padding: 0;
	width: 480px;
    height: 60px;
    line-height: 60px;
}
.section-btn-area > .item-post-all:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
.section-btn-area > .item-post-all:after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 8px;
    position: absolute;
    margin: auto;
    background: url(../images/icon_detial_btn.png) no-repeat;
    top: -6px;
    bottom: 0;
    right: 85px;
	background-size: contain;
}
.top-side {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: url(../images/shadow-top.png) repeat-x;
}
.right-side {
	position: absolute;
    top: 0;
    right: -8px;
    bottom: 0;
    width: 8px;
    background: url(../images/shadow-right.png) repeat-y;
    margin: 8px 0;
}
.bottom-side {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: url(../images/shadow-bottom.png) repeat-x;
}
.left-side {
	position: absolute;
    top: 0;
    left: -8px;
    bottom: 0;
    width: 8px;
    background: url(../images/shadow_left.png) repeat-y;
    margin: 8px 0;
}
.right-top-side {
	position: absolute;
    top: 0;
    right: -8px;
    width: 8px;
    height: 8px;
    background: url(../images/shadow-right-top.png) no-repeat;
}
.left-top-side {
	position: absolute;
    top: 0;
    left: -8px;
    width: 8px;
    height: 8px;
    background: url(../images/shadow-left-top.png) no-repeat;
}
.right-bottom-side {
	position: absolute;
    bottom: 0;
    right: -8px;
    width: 8px;
    height: 8px;
    background: url(../images/shadow-right-bottom.png) no-repeat;
}
.left-bottom-side {
	position: absolute;
    bottom: 0;
    left: -8px;
    width: 8px;
    height: 8px;
    background: url(../images/shadow-left-bottom.png) no-repeat;
}
@media only screen and (max-width: 736px) {
	/* ----------------------------------------------------------------------
	COMMON
	---------------------------------------------------------------------- */
	.spdn {
		display: none;
	}
	.pcdn {
		display: block;
	}
	/* ----------------------------------------------------------------------
	HEADER
	---------------------------------------------------------------------- */
	.site-header {
		height: 60px;
		position: absolute;
	}
	.site-logo-text > span {
		display: block;
		font-size: 9px;
	}
	.site-logo-text > span > span {
		display: block;
	}
	.links {
		right: 20px;
		margin-right: 0;
	}
	.site-header .site-logo{
		width: 100px;
	  left: 20px;
	  margin-left: 0;
  }
	/* ----------------------------------------------------------------------
	BODY
	---------------------------------------------------------------------- */
	.section-block {
		margin-top: 10px;
	}
	.section-landing {
		padding-bottom: 0;
	}
	.kv-link > a:before {
		content: url(../images/arrow-bottom_sp.png);
		width: 8px;
		height: 8px;
		padding-right: 5px;
	}
	.kv-text {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		height: 50%;
		max-width: 725px;
	    min-width: 300px;
		width: 100%;
		margin-bottom: 30%;
	}
	.kv-text > img {
		width: auto;
    	height: auto;
    	max-width: 100%;
	}
	.kv-link > a {
		width: 80px;
		top: -30px;
		font-size: 10px;
		font-weight: normal;
	}
	.kv-landing .item-post:after {
		content: '';
		display: inline-block;
		width: 22px;
		height: 8px;
		position: absolute;
		margin: auto;
		background: url(../images/icon_detial_btn.png) no-repeat;
		top: -6px;
		bottom: 0;
		right: auto;
		margin-left: 5px;
		background-size: contain;
	}
	.header-img-wrap > img {
		width: 100%;
	}
	.home-page {
		min-width: 320px;
	}
	.section-landing.curriculumdetail-landing {
		padding: 40px 15px 60px 15px;
	}
  	.section-landing.curriculumdetail-landing.nmb {
		padding: 40px 15px 30px 15px;
	}

  	.section-landing.curriculumdetail-landing.step_tbl{
      		padding: 0px 0 30px;

  }
	.curriculumdetail-image {
		text-align: center;
		width: auto;
    margin-bottom: 0;
	}
	.subhead-desc {
		margin-top: 10px;
	}
	.curriculumdetail-image {
		float: none!important;
		margin-left: auto;
		margin-right: auto;
	}
	.curriculumdetail-list > li > a {
		padding: 15px 15px 30px;
	}

  .curriculumdetail-list.column_sec > li > a {
		padding: 10px;
	}
  .curriculumdetail-list.column_sec .item-post{
    font-size: 12px;
    width: 100%;
    padding: 10px 20px 10px 0;
  }
.curriculumdetail-list.column_sec .item-post:after {
		content: '';
		display: inline-block;
		width: 20px;
		height: 7px;
		position: absolute;
		margin: auto;
		background: url(../images/icon_detial_btn.png) no-repeat;
		top: -6px;
		bottom: 0;
		right: 5px;
		margin-left: 0;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.item-post {
		max-width: 450px;
		display: block;
		width: 163px;
		margin-left: auto;
		margin-right: auto;
	}
	.section-block + .section-block {
		margin-top: 30px;
	}
	.curriculumdetail-item {
		margin-top: 10px;
	}
	.curriculumdetail-item > dt {
		font-size: 15px;
	}
  .curriculumdetail-item > dt.icon {
		font-size: 11px;
  }
	.curriculumdetail-item > dd {
		font-size: 12px;
	}
	.data-scientist-course {
		width: 262px;
		height: 16px;
	}
	.title-course {
		width: 129px;
		height: 32px
	}
	.title-udemy {
		width: 104px;
		height: 32px;
	}
	.section-subhead {
		font-size: 15px;
	}
	.subhead-desc {
		font-size: 12px;
	}
  .rank-head.course_ttl01 {
		width: 100%;
		height: 25px;
	}
.rank-head.course_ttl02 {
    height: 25px;
    width: 94%;
    margin-left:3%;
	}
.rank-head.course_ttl02 span {
  display: block;
}

	.rank-head.elementary {
		width: 152px;
		height: 25px;
    float: none;
	}
	.rank-head.intermediate {
		width: 152px;
    height: 25px;
    float: none;
	}
	.rank-head.senior {
		width: 273px;
    height: 25px;
    float: none;
	}
  .course_ttl_txt{
    font-size: 12px;
    line-height: 1.5;
  }
.rank-head.step1 {
	background-image: url(../images/line-title4.png);
  width: 273px;
  height: 25px;
}
.rank-head.step2 {
	background-image: url(../images/line-title5.png);
  width: 273px;
  height: 25px;
  margin-top: 20px;
}
.rank-head.step3 {
	background-image: url(../images/line-title6.png);
  width: 273px;
  height: 25px;
  margin-top: 20px;
}
.rank-head.step4 {
	background-image: url(../images/line-title7.png);
  width: 273px;
  height: 25px;
  margin-top: 20px;
}
	.item-post {
		text-align: center;
		width: auto;
	}
	.item-post:after {
		content: '';
		display: inline-block;
		width: 22px;
		height: 8px;
		position: absolute;
		margin: auto;
		background: url(../images/icon_detial_btn.png) no-repeat;
		top: -6px;
		bottom: 0;
		right: auto;
		margin-left: 5px;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.item-post-all {
		max-width: 450px;
		display: block;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: auto;
	}
	.curriculumdetail-item dt {
		line-height: 1.4;
	}
  	.column_sec .curriculumdetail-item dt {
      overflow:hidden;
      height:7.5em;
	  font-size: 13px;
	  line-height: 1.25em!important;
	}
  	.column_sec .curriculumdetail-item dd {
      overflow:hidden;
      height:3.5em;
      margin-top:0;
	}

	.item-teacher {
		line-height: 1.4;
	}
	.subhead-desc,
	.curriculumdetail-item > dd {
		line-height: 1.5;
	}
	.kv-landing .section-block  {
		padding: 15px 15px 60px 15px;
	}
	.course-block {
		margin-top: 30px;
	}
  	.course-block.nmt {
		margin-top: 0;
	}

	.course-image {
		text-align: center;
	}
	.course-list {
		margin: 15px 0 0 0;
	}
	.course-list > li {
		width: 100%;
		float: none;
		padding: 0;
	}
	.course-list > li + li {
		border-top: 1px solid #ECECEC;
	}
	.course-list > li > a {
		display: block;
		background-color: #FFFFFF;
		padding: 15px 15px 40px;
	}
		.slick-initialized .slick-slide {
			margin-right: 0;
			background: #fff;
		}
  .course-link{
    display: block;
    background-color: #FFFFFF;
    padding: 15px 15px 30px;
  }
  .item-post{
    max-width: 450px;
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
	.course-text {
		padding: 15px 0 0 0;
	}
	.course-text-detail {
		height: 3.9em;
		font-size: 12px;
		line-height: 1.3em;
	}
  .slick-prev {
    left: -20px!important;
}
    .slick-next {
    right: -10px!important;
}

	.data-scientist {
		width: 250px;
		height: 32px;
	}
	.data-scientist-desc {
		margin-top: 10px;
	}
	.skill-block {
		margin-top: 10px;
	}
	.skill-block > .skill-inner {
		width: auto;
		float: none;
	}
	.skill-inner-list {
		margin-top: 20px;
	}
	.skill-inner-detail-list > dt {
		font-size: 14px;
	}
	.skill-inner-list > li {
		font-size: 18px;
	}
	.skill-inner-list > .business {
		background-image: url(../images/list-business.png);
		width: 148px;
    	height: 33px;
	}
	.skill-inner-list > .science {
		background-image: url(../images/list-science.png);
		width: 158px;
    	height: 30px;
	}
	.skill-inner-list > .engineering {
		background-image: url(../images/list-engineering.png);
		width: 215px;
    	height: 34px;
	}
	.skill-inner + .skill-inner {
		margin-top: 20px;
	}
	.skill-inner-detail-list + .skill-inner-detail-list {
		margin-top: 10px;
	}
	.skill-head {
		font-size: 15px;
	}
	.skill-wrap {
		margin-top: 24px;
		padding: 20px;
	}
	.skill-head + .skill-text {
		margin-top: 10px;
	}
	.data-scientist-desc,
	.cite,
	.skill-wrap p,
	.skill-inner-detail-list dd {
		font-size: 12px;
	}
	.skill-inner-text {
		margin-top: 25px;
	}
	.pr-block {
		margin-top: 0;
	}
	.pr-title {
		font-size: 15px;
	}
	.pr-description {
		font-size: 12px;
	}
	.pr-point-list > li {
		 width: auto;
		 height: auto;
		 float: none;
	}
	.pr-point-list > li + li {
		margin-top: 20px;
		border-top: solid 1px #ECECEC;
	}
	.section-btn-area {
    	padding: 30px 20px;
	}
	.section-btn-area > .item-post-all {
		margin-top: 0;
		padding: 0;
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 12px;
		max-width: 480px;
	}
	.section-btn-area > .item-post-all:after {
		content: '';
		display: none;
	}
	.section-btn-area > .item-post-all > a:after {
		content: '';
		display: inline-block;
		width: 22px;
		height: 8px;
		position: absolute;
		margin: auto;
		background: url(../images/icon_detial_btn.png) no-repeat;
		top: -6px;
		bottom: 0;
		right: auto;
		margin-left: 5px;
		background-size: contain;
	}
	.curriculumdetail-list > li > .curriculumdetail-link:hover,
	.curriculumdetail-list > li > .curriculumdetail-link:hover .item-post {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
	}

	.course-list > li > a:hover,
	.course-list > li > a:hover .item-post{
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
	}

	.section-btn-area > .item-post-all:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
	}
	.cite > a:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
	}
}

/* ----------------------------------------------------------------------
IE8
---------------------------------------------------------------------- */
.ie-8 .data-scientist-course {
    background-image: url(../images/ie8-data-scientist-course.png);
    background-repeat: no-repeat;
    width: 387px;
    height: 24px;
}
.ie-8 .data-scientist {
    background-image: url(../images/ie8-data-scientist.png);
    background-repeat: no-repeat;
    width: 413px;
    height: 53px;
}
.ie-8 .skill-inner-list > .business {
    background-image: url(../images/ie8-list-business.png);
    width: 238px;
    height: 53px;
}
.ie-8 .skill-inner-list > .science {
    background-image: url(../images/ie8-list-science.png);
    width: 262px;
    height: 50px;
}
.ie-8 .skill-inner-list > .engineering {
    background-image: url(../images/ie8-list-engineering.png);
    width: 341px;
    height: 53px;
}
.ie-8 .title-course {
    background-image: url(../images/ie8-title.png);
    background-repeat: no-repeat;
    width: 213px;
    height: 53px;
}
.ie-8 .rank-head.elementary {
    background-image: url(../images/ie8-line-title.png);
    width: 205px;
    height: 39px;
    float: left;
}
.ie-8 .rank-head.intermediate {
    background-image: url(../images/ie8-line-title2.png);
    width: 205px;
    height: 39px;
    float: left;
}
.ie-8 .rank-head.senior {
    background-image: url(../images/ie8-line-title3.png);
    width: 370px;
    height: 39px;
    float: left;
}
.ie-8 .title-udemy {
    background-image: url(../images/ie8-udemy-title.png);
    background-repeat: no-repeat;
    width: 223px;
    height: 69px;
}
.ie-8 .the-udemy {
    background-image: url(../images/ie8-the-udemy.png);
    background-repeat: no-repeat;
    width: 123px;
    height: 26px;
}
.ie-8 .kv-landing .item-post:after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 9px;
    position: absolute;
    margin: auto;
    background: url(../images/ie8-icon_detial_btn.png) no-repeat;
    top: -6px;
    bottom: 0;
    right: 33px;
}
.ie-8 .item-post:after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 9px;
    position: absolute;
    margin: auto;
    background: url(../images/ie8-icon_detial_btn.png) no-repeat;
    top: -6px;
    bottom: 0;
    right: 15px;
}
.ie-8 .section-btn-area > .item-post-all:after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 9px;
    position: absolute;
    margin: auto;
    background: url(../images/ie8-icon_detial_btn.png) no-repeat;
    top: -6px;
    bottom: 0;
    right: 85px;
}
/*2018.02.27add*/
.kv-landing .item-post.btn {
	width: 20%;
	text-align: center;
  margin: 60px 0 0;
}
.item-post.btn {
	display: inline-block;
	font-size: 14px;
	margin-top: 7px;
	padding: 10px 45px 10px 20px;
	background: #294367;
	color: #FFFFFF;
	position: relative;
	font-family:'ヒラギノ角ゴ W6','Hiragino Kaku Gothic Pro',sans-serif;
  cursor: pointer;
}
.item-post.btn:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


.kv-landing .item-post:after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 8px;
    position: absolute;
    margin: auto;
    background: url(../images/icon_detial_btn.png) no-repeat;
    top: -6px;
    bottom: 0;
    right: 16px;
	-webkit-background-size: contain;
	background-size: contain;
}
.main_logo{padding-top: 2px;}

@media only screen and (max-width: 736px) {
  .kv-landing .item-post.btn {
	width: 60%;
	text-align: center;
  margin: 20px 0 0;
}

}
/*2018.03.02add*/
.arrow {
  position: relative;
}
.arrow span{
  position: absolute;
  left: 44%;
  top:-15px;
  z-index: 50;
  font-size: 18px;
  color: #2d9ec9;
  font-weight: bold;
}
	.arrow:before {
/* triangle */
  border-color: transparent transparent transparent #2d9ec9;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	content: '';
	height: 0;
	right: 0;
	position: absolute;
	width: 0;
}
.arrow:after {
/* square */
  background: -webkit-linear-gradient(left, #90c8de, #2d9ec9);
  background: -o-linear-gradient(left, #90c8de, #2d9ec9);
  background: linear-gradient(to right, #90c8de, #2d9ec9);
  content: '';
  height: 6px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 99%;
}
.arr_box{
  padding-left: 45px;
  position: relative;
}
.tbl_bg{
background-color: #e3e3e3;
padding: 30px;
background-image: linear-gradient(#ebede5 1px, transparent 1px),
linear-gradient(90deg, #ebede5 1px, transparent 1px);
background-size:50px 50px, 50px 50px;
background-position:-1px -1px, -1px -1px;
}
@media only screen and (max-width: 736px) {
.tbl_bg{
padding: 20px;
}
.arr_box{
  padding-left: 0;
  position: inherit;
}
.arrow span{
  position: absolute;
  left: 35%;
  top:-10px;
  z-index: 50;
  font-size: 14px;
  color: #2d9ec9;
  font-weight: bold;
}
  .footer-inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
  .ft_list_sp{
    display: block;
  }
  .ft_list_pc{
    display: none;
  }

.ft_list_sp
 li{
    display: block;
    text-align: center;
    margin: 0;
  color: #ccc;
  }

.ft_list_sp
 li.logo{
  width: 50%;
  margin: 0 auto 10px;
  text-align: center;
}
.ft_list_sp
 li.logo a:hover{
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}

.ft_list_sp
 li.logo img{
}
.ft_list_sp
 li.copyright_sp{
  font-size: 11px;
  margin-right: 0;
  color: #ccc;
}
.ft_list_sp
 li.bd{
  border-right: 1px solid #ccc;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 12px;
}
.ft_list_sp
 li.nbd{
  font-size: 12px;
}
.ft_list_sp
 li.bd a:hover,.ft_list_sp
 li.nbd a:hover{
  text-decoration: underline;
}
.ft_list_sp
 li.bd2{
  margin-right: 0;
  font-size: 12px;
  display: block;
}
.ft_list_sp
 li.nbd2{
  font-size: 12px;
    display: block;
}
.ft_list_sp
 li.bd2 a,.ft_list_sp
 li.nbd2 a{
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 0 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.footer00 p{
	background: #fff;
	padding: 10px 0;
  margin: 15px;
  border-radius: 6px;
  font-size: 12px;
  color: #333;
}

}
/*ipad*/
@media only screen and
(min-device-width : 768px) and
(max-device-width : 1024px) {
/* Styles */
  .ft_list_sp{
    display: block;
  }
  .ft_list_pc{
    display: none;
  }

  .footer-inner {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
}
.ft_list_sp
 li{
    display: block;
    text-align: center;
    margin: 0;
  color: #ccc;
  }

.ft_list_sp
 li.logo{
  width: 50%;
  margin: 0 auto 10px;
  text-align: center;
}
.ft_list_sp
 li.logo a:hover{
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}

.ft_list_sp
 li.logo img{
}
.ft_list_sp
 li.copyright_sp{
  font-size: 11px;
  margin-right: 0;
  color: #ccc;
}
.ft_list_sp
 li.bd{
  border-right: 1px solid #ccc;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 12px;
}
.ft_list_sp
 li.nbd{
  font-size: 12px;
}
.ft_list_sp
 li.bd a:hover,.ft_list_sp
 li.nbd a:hover{
  text-decoration: underline;
}
.ft_list_sp
 li.bd2{
  margin-right: 0;
  font-size: 12px;
  display: block;
}
.ft_list_sp
 li.nbd2{
  font-size: 12px;
    display: block;
}
.ft_list_sp
 li.bd2 a,.ft_list_sp
 li.nbd2 a{
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 0 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.footer00 p{
	background: #fff;
	padding: 10px 0;
  margin: 15px;
  border-radius: 6px;
  font-size: 12px;
  color: #333;
}
  .footer-inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

    .footer-inner .nbd{
      text-align: right;
      display: inline-block;
  }
.site-header {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
    max-width: 748px;
    width: 100%;
    z-index: 1;
    left: 0;
    right: 0;
}
.slim {
	max-width: 748px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
.home-page {
	min-width: 748px;
	overflow: hidden;
	background: #ECECEC;
	position: relative;
}
.kv-text {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 50%;
}
.kv-landing .item-post.btn {
    width: 40%;
    text-align: center;
    margin: 30px 0 0;
}
.kv-link > a {
    padding-top: 0;
}
.tbl_bg  .left2-grid > *:first-child {
    float: none!important;
}
.tbl_bg .curriculumdetail-image {
    width: 100%;
    margin-right: 0;
  margin-bottom: 10px;
}
.tbl_bg .column_sec .curriculumdetail-item dt {
    overflow: hidden;
    height: 4em;
}
.tbl_bg .curriculumdetail-list.column_sec .item-post {
    float: none!important;
  width: 100%;
  text-align: center;
}
.slider .item-post {
  padding: 5px 10px 5px 5px;
  font-size: 10px;
  }
.course-text-detail {
    height: 144px;
}
.slick-next {
    right: 10px!important;
}
.slick-prev {
    left: 0px!important;
}
  .slick-prev:before, .slick-next:before {
    background: #E3E3E3;
}
}
@media only screen and (max-width: 320px) {
	.links {
		margin-top: -5px;
		float: none;
	}
}

.slim .new-note {
	max-width: 960px;
	margin: 20px auto;
	font-family: sans-serif;
	line-height: 1.8;
	font-size: 11px;
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
}
.slim .new-note:before{
	content: "※";
	position: absolute;
	font-size: 12px;
	top: 0;
	left: 0;
}
.slim .new-note-link{
	color: blue;
	text-decoration: underline;
}
