@charset "utf-8";


@media (min-width: 800px){

/*==========================================================
	ページ 全体
==========================================================*/

.chk {
	border: 1px solid #F00;
}


/*==========================================================
	COVER
==========================================================*/
.cont_box.cover {
	width: 100%;
	height: 500px;
	margin: auto;
	background: url("../img/career/cover-bg.jpg") center center no-repeat;
	background-size: cover;
}

.cont_box.cover .info_box {
	width: 100%;
	height: 100px;
	margin: 250px auto 0;
}

/* カバー タイトル */
.cont_box.cover .cont_title {
	margin: 0 0;
	display: block;
	font-size: 33px;
	color: #FFF;
	text-shadow: 1px 1px 7px #000;
	font-weight: 500;
}
.cont_box.cover .cont_title span {
	display: inline-block;
	padding: 30px 50px;
	background-color: rgba(255,204,0, 0.5);
	border-radius: 6px;
}
.cont_box.cover .sub {
	margin-top: 20px;
	width: 170px;
}



/*==========================================================
	キャリアップ
==========================================================*/
.cont_box.career {
	max-width: 1000px;
	margin: 80px auto 80px;
}
.cont_box.career .box {
	margin: 30px auto 30px;
	padding: 10px 10px;
	width: 98%;
	box-shadow: 0 0 12px -5px #000;
	display: flex;
	align-items: center;
}
.cont_box.career .title {
	position: relative;
	margin-top: 80px;
	text-align: left;
	font-size: 27px;
	padding-bottom: 28px;
}
.cont_box.career .title::after {
	display: block;
	content: '';
	width: 44px;
	height: 1px;
	background-color: #ffb400;
	position: absolute;
	left: 0;
	bottom: 0;
}

.cont_box.career .desc {
	text-align: left;
	font-size: 14px;
	line-height: 1.8;
	margin-top: 28px;
	margin-bottom: 0px;
}

.cont_box.career .sub {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8;
	margin-top: 20px;
	margin-bottom: 0px;
}

.cont_box.career .desc.sub {
	margin-top: 0px;
	margin-bottom: 40px;
}


/* 講師一覧ボタン */
.cont_box.career .btn_more {
	margin: 150px auto 0;
	text-align: center;
}
.cont_box.career .btn_more a {
	display: inline-block;
	
	margin: 0 auto 0;
	padding: 20px 55px;
	text-align: center;
	font-size: 15px;
	background-color: #EEB800;
	color: #FFF;
	border-radius: 30px;
}
.cont_box.career .btn_more a:hover {
	opacity: 0.8;
}




/* ★---------------------------★---------------------★ */
} /* -- min-width: 800 px                                 */
/* ★---------------------------★---------------------★ */



/* ★---------------------------★---------------------★ */

/*==========================================================
	MEDIA QUERIES (TAB)
==========================================================*/
@media (max-width: 799px){


	/*==========================================================
		ページ 全体
	==========================================================*/
body {
}


	/*==========================================================
		COVER
	==========================================================*/
.cont_box.cover {
	width: 100%;
	height: 240px;
	margin: auto;
	background: url("../img/career/cover-bg.jpg") center center no-repeat;
	background-size: cover;
}

.cont_box.cover .info_box {
	width: 100%;
	height: 100px;
	margin: 110px auto 0;
}

	/* カバー タイトル */
.cont_box.cover .cont_title {
	margin: 0 0;
	display: block;
	font-size: 17px;
	color: #FFF;
	text-shadow: 1px 1px 7px #000;
	font-weight: 500;
}
.cont_box.cover .cont_title span {
	display: inline-block;
	padding: 15px 20px;
	background-color: rgba(255,204,0, 0.5);
	border-radius: 6px;
}
.cont_box.cover .sub {
	margin-top: 10px;
	width: 170px;
}



/*==========================================================
	キャリアップ
==========================================================*/
.cont_box.career {
	margin: 0px 5% 80px;
}
.cont_box.career .title {
	position: relative;
	margin-top: 80px;
	text-align: left;
	font-size: 20px;
	padding-bottom: 28px;
}
.cont_box.career .title::after {
	display: block;
	content: '';
	width: 44px;
	height: 1px;
	background-color: #ffb400;
	position: absolute;
	left: 0;
	bottom: 0;
}

.cont_box.career .desc {
	text-align: left;
	font-size: 14px;
	line-height: 1.8;
	margin-top: 14px;
	margin-bottom: 0px;
}

.cont_box.career .sub {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
	margin-top: 20px;
	margin-bottom: 0px;
}
.cont_box.career .sub span {
	display: inline-block;
}

.cont_box.career .desc.sub {
	margin-top: 0px;
	margin-bottom: 40px;
	line-height: 1.8;
}


/* 講師一覧ボタン */
.cont_box.career .btn_more {
	margin: 100px auto 0;
	text-align: center;
}
.cont_box.career .btn_more a {
	display: inline-block;
	
	margin: 0 auto 0;
	padding: 20px 45px;
	text-align: center;
	font-size: 15px;
	background-color: #EEB800;
	color: #FFF;
	border-radius: 30px;
}
.cont_box.career .btn_more a:hover {
	opacity: 0.8;
}






/* ★---------------------------★---------------------★ */
} /* -- max-width: 799 px                                 */
/* ★---------------------------★---------------------★ */








/* ★---------------------------★---------------------★ */

/*==========================================================
	MEDIA QUERIES (SP) 639
==========================================================*/
@media (max-width: 639px){




/* ★---------------------------★---------------------★ */
} /* -- max-width: 639 px                                 */
/* ★---------------------------★---------------------★ */

