@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	common.css

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	1. 共通

------------------------------------------------------------------------------*/


/*	. IR
------------------------------------------------------------------------------*/

#site_logo,
#logo_pt,
#promotion p,
#q_main,
#q_other {
	display: block;
	overflow: hidden;
	outline: none;
	text-indent: -9999px;
	*text-indent: -9999px;
	white-space: nowrap;
}


/*
------------------------------------------------------------------------------*/

body {
	color: #333;
}

.site_column {
	position: relative;
	width: 960px;
	margin: 0 auto;
}


@media screen and (max-width: 960px){

	.site_column {
		width: 90%;
	}

/* 960px */}


/*
------------------------------------------------------------------------------*/

.pt_outside {
	padding: 2em;
	background: #EEE;
}

.pt_inside {
	width: 900px;
	padding: 30px;
	margin: 0 auto;
	background: #FFF;
	border: 1px solid #CCC;
}

.pt_inside h2 {
	margin-top: 0;
}


@media screen and (max-width: 960px){

	.pt_inside {
		width: 90%;
		padding: 5%;
	}

/* 960px */}


@media screen and (max-width: 480px){

	.pt_outside {
		padding: 5%;
	}

/* 480px */}


/*
------------------------------------------------------------------------------*/

li {
	list-style: none;
}

p,li,dt,dd,
ul,ol,dl,
.composing .col,
.composing .row {
	background: none;
}

.composing .col.c3 {
    width: 24.3%;
}

.composing .col.c3:last-child {
    margin-right: 0;
}

p {
	font-size: 14px;
}

.composing2 .c3{
	width: 17%;
}
.composing2 .c3:nth-child(4n+1){ clear: left; }

.composing2 figcaption{ font-size: 85% !important; }

.composing2 figcaption span{
	font-size: 90% !important;
	line-height: 100% !important;
	display: inline-block !important;
	padding: 0 !important;
}

nav ul,
#report ul {
	padding: 0;
}

.composing-block{
	background: #ecf3fa;
	border: 2px solid #007dc7;
	border-radius: 10px;
	display: inline-block;
	padding: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.composing-block img{ float: right; }
.composing-block__in{
	width: 80%;
	float: left;
}
.composing-block__in h3{
	font-size: 20px;
	color: #007dc7;
	background: none !important;
	margin: 0 !important;
	padding: 0 0 15px 0 !important;
}

.composing-block1 p.curriculum{
	font-size: 105%;
	font-weight: bold;
	background: url(../img/header_nav.gif) left center no-repeat;
	padding: 0 0 0 20px;
}
.composing-block1 p.curriculum a:hover{ text-decoration: underline; }
.composing-block1 p.curriculum:nth-of-type(1){
	margin:0 0 0;
	padding: 0 0 0 20px;
}


/*
------------------------------------------------------------------------------*/

a {
	text-decoration: none;
}

a:hover,
a img:hover {
	opacity: 0.8;
}

a,
a:visited {
	color: #007dc7;
}

a,
a:focus {
	outline: none;
}


/*
------------------------------------------------------------------------------*/

.bullet_arrow {
	display: inline-block;
	position: relative;
	padding-left: 10px;
}

.bullet_arrow:before {
	display: inline;
	position: absolute;
	top: 0.5em;
	left: 0;
	content: "";
	width: 0;
	height: 0;
	border: 5px solid #FFF;
	border-left-color: #007dc7;
}

#footer_nav .bullet_arrow:before {
	top: 5px;
}


/*
------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h2 {
	color: #007dc7;
}

h1 {
	margin: 0;
}

h2 {
	font-size: 20px;
	padding: 0.7em 1em;
	border: 4px solid #007dc7;
	border-left-width: 15px;
	color: #007dc7;
}

h3,
.message .js_folding_button {
	margin: 1em 0 1em;
	font-size: 18px;
	position: relative;
	padding-left: 2em;
	line-height: 1.5;
}

h3:before,
.message .js_folding_button:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 1.5em;
	height: 1.5em;
	background: url(../img/default_h3.png) no-repeat;
	background-size: contain;
}


h4 {
	position: relative;
	padding-left: 1.5em;
}

h4:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.6em;
	content: "";
	width: 1em;
	height: 1em;
	background: #007dc7;
}

.text {
	display: block;
	font-weight: normal;
	font-size: 14px;
	color: #333;
}

#site_content .attention {
	font-weight: bold;
	color: #007dc7;

}

#site_content .note {
	display: block;
	margin: 0.5em 0 0;
	padding: 0;
}

#site_content .note li {
	position: relative;
	padding-left: 1.5em;
	font-size: 0.7em;
}

#site_content .note li:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "※";
	width: 1em;
	height: 1em;
}


@media screen and (max-width: 768px){

	h2 {
		margin-top: 2em;
		text-align: left;
		font-size: 120%;
	}

	h3 {
		font-size: 100%;
	}

	h4 {
		font-size: 100%;
	}

	p {
		font-size: 90%;
	}

	h3,
	.message .js_folding_button {
		margin-top: 1em;
	}

	h3:before,
	.message .js_folding_button:before {
		width: 24px;
		height: 24px;
	}

	h3:before {
		background: url(../img/default_h3_sp.png) no-repeat;
		background-size: contain;
	}

/* 768px */}


/*------------------------------------------------------------------------------

	2. JS

------------------------------------------------------------------------------*/

.message .js_folding_button {
	display: block;
	padding-left: 0.5em;
	border: 2px solid #007dc7;
	border-radius: 3px;
	box-shadow: 3px 3px 0 #007dc7;
	cursor: default;
}

.message .js_folding_button:before {
	display: none;
}

.message .js_folding_button span {
	display: none;
	font-weight: normal;
	font-size: 80%;
}

.message_mobile .js_folding_button {
	padding-left: 1.75em;
	cursor: pointer;
}

.message_mobile  .js_folding_button:before {
	display: block;
	top: 50%;
	left: 0.3125em;
	content: "－";
	width: 1.25em;
	height: auto;
	margin: -0.625em 0 0;
	border-radius: 3px;
	background: none;
	background-color: #B7A9C7;
	line-height: 1.25;
	text-align: center;
	font-size: .8em;
	color: #FFF;
}

.message_mobile  .js_folding_button.js_folding_opened:before {
	content: "＋";
}


/*------------------------------------------------------------------------------

	3. ヘッダー

------------------------------------------------------------------------------*/

#site_header {
	position: relative;
	padding: 20px 0;
	border-top: 2px solid #007dc7;
}


@media screen and (max-width: 768px){

	#site_header {
		padding: 10px 0;
	}

/* 768px */}


/*	-1. ナビ
------------------------------------------------------------------------------*/

#site_header nav {
	position: absolute;
	bottom: 0;
	right: 0;
}

#site_header nav ul {
	float: right;
	margin: 0;
}

#site_header nav li {
	position: relative;
	float: left;
	margin: 0 0 0 20px;
	font-size: 14px;
}

#site_header nav a {
	padding-left: 15px;
}

#site_header nav a:before {
	display: block;
	position: absolute;
	top: 6px;
	content: "";
	height: 10px;
	width: 10px;
	background: url(../img/header_nav.gif?20150222) no-repeat;
}


@media screen and (min-width: 769px){

	#site_header .js_folding_container {
		display: block !important;
	}

/* 769px */}


@media screen and (max-width: 960px){

	#site_header nav {
		position: relative;
		top: 0;
		left: 0;
		margin-top: 15px;
	}

/* 960px */}


@media screen and (max-width: 768px){

	#site_header .js_folding_container {
		display: none;
	}


	#site_header nav ul {
		float: none;
		border: 4px solid #007dc7;
		border-radius: 10px;
	}

	#site_header nav ul:before {
		position: absolute;
		top: -13px;
		right: 41px;
		display: block;
		content: "";
		height: 0;
		border-bottom-color: #007dc7;
		border-style: solid;
		border-width: 0 10px 13px 10px;
		color: #FFF;
	}

	#site_header nav li {
		float: none;
		width: 100%;
		margin: 0;
		text-align: left;
		font-size: 16px;
	}

	#site_header nav a {
		display: block;
		padding: 0.5em 2.5em;
		border-top: 1px solid #DDD;
	}

	#site_header nav li:first-child a {
		border-top: none;
	}

	#site_header nav a:before {
		display: block;
		top: 18px;
		left: 1em;
		background: url(../img/header_nav_sp.gif) no-repeat;
		background-size: contain;
	}

	#site_header .js_folding_button {
		position: absolute;
		top: 23px;
		right: 0;
		padding: 5px 1em 5px 42px;
		background: #007dc7;
		border-radius: 5px;
		font-weight: bold;
		color: #FFF;
	}

	#site_header .js_folding_button:before {
		display: inline;
		position: absolute;
		top: 10px;
		left: 1em;
		content: "";
		width: 21px;
		height: 17px;
		background: url(../img/header_nav_menu.png?2015012313) no-repeat;
		background-size: contain;
	}

	#site_header .js_folding_opened:before {
		background: url(../img/header_nav_menu_closed.png?2015012313) no-repeat;
		background-size: contain;
	}


/* 768px */}

#site_header .js_folding_button {
	display: none;
}


@media screen and (max-width: 768px){

	#site_header .js_folding_button {
		display: inherit;
	}

/* 768px */}


/*	-1. ロゴ
------------------------------------------------------------------------------*/

#site_logo {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 0;
	width: 150px;
	padding-bottom: 30px;
	background: url(../img/logo_nuhw.gif?20150123) no-repeat;
}

#logo_pt {
	width: 320px;
	height: 0;
	padding-bottom: 59px;
	background: url(../img/logo_pt.gif) no-repeat;
}


@media screen and (max-width: 768px){

	#site_logo {
		position: absolute;
		top: -10px;
		right: 0;
		background-size: 100%;
		background: url(../img/logo_nuhw_sp.gif) no-repeat;
		background-size: contain;
	}

	#logo_pt {
		position: relative;
		top: 10px;
		width: 250px;
		margin: 10px 0 0;
		background-size: 100%;
	}


/* 768px */}


@media screen and (max-width: 480px){

	#site_logo {
		position: relative;
		top: 0;
		width: 120px;
		margin: 0;
		padding-bottom: 22px;
	}

	#logo_pt {
		top: 0;
		width: 162px;
		margin: 5px 0 0;
		padding-bottom: 30px;
	}


/* 480px */}


/*------------------------------------------------------------------------------

	4. フッター

------------------------------------------------------------------------------*/

#site_footer {
	margin-top: 70px;
	font-size: 12px;
}

#site_footer .bg_pt {
	padding: 20px 0;
	background: #eaf6fd;
}

.copyright {
	margin-bottom: 0;
	font-size: 11px;
}

#top_button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
}

address p {
	float: left;
	margin: 0 1em 0 0;
}

address p:first-child {
	float: none;
}

address span {
	display: block;
	font-weight: bold;
}

#footer_nav p {
	margin-bottom: 0;
}


@media screen and (max-width: 960px){

	#site_footer {
		margin-top: 5%;
	}

/* 960px */}


@media screen and (max-width: 480px){

	#top_button a img {
		width: 50px;
	}

/* 480px */}


/*------------------------------------------------------------------------------

	5. プロモーション

------------------------------------------------------------------------------*/

#promotion {
	width: 960px;
	margin: 0 auto;
}

#promotion .flexslider {
	margin: 0;
	background: transparent;
	border: none;
	/**/
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	/**/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

#promotion .flexslider .slides img {
	height: auto;
	margin: 0 auto;
}

#promotion .flex-control-nav {
	bottom: 0;
	z-index: 10;
}

#promotion .flex-control-nav a {
	background-color: #FFF;
	box-shadow: none;
	opacity: 0.5;
}

#promotion .flex-control-nav a.flex-active {
	opacity: 0.9;
}

#promotion .flexslider li {
	margin-bottom: 0;
}

#promotion p {
	height: 0;
	margin-bottom: 5px;
	padding-bottom: 175px;
	background: url(../img/promotion_title2.gif?20160328) no-repeat;
}


@media screen and (max-width: 960px){

	#promotion {
		width: 100%;
	}

	#promotion .flexslider .slides img {
		margin: 0;
	}

	#promotion p {
		height: 0;
		padding-bottom: 18.22%;
		background-size: 100%;
	}

	.composing-block__in h3{ font-size: 17px; }

	.composing-block__in{
		width: 100%;
		float: none;
	}

	.composing-block img{
		float: none;
		display: block;
		margin: 20px auto 0;
	}

/* 960px */}


@media screen and (max-width: 480px){

	#promotion p {
		background: url(../img/promotion_title_sp2.gif?20160328) no-repeat;
		background-size: 100%;
	}

/* 480px */}


/*------------------------------------------------------------------------------

	6. ナビゲーション

------------------------------------------------------------------------------*/

#site_content nav {
	margin-bottom: 20px;
}

#site_content nav ul {
	margin: 0 -16px 0 0;
	padding-top: 10px;
}

#site_content nav li {
	margin: 0;
}

#site_content nav a {
	position: relative;
    box-sizing: border-box;
	float: left;
    width: 228px;
	margin-right: 16px;
	margin-bottom: 15px;
	padding: 7px 20px 5px;
	background: #007dc7;
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
    text-align: center;
}

#site_content nav a.request {
	padding: 7px 20px 5px;
}


#site_content nav span {
	position: relative;
	padding-left: 16px;
}

#site_content nav span:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	content: "▼";
	margin-top: -8px;
	font-size: 8px;
}

#site_content nav .request span {
	padding-left: 0;
}

#site_content nav .request span:before {
	display: none;
}


@media screen and (max-width: 480px){

	#site_content nav {
		margin-bottom: 30px;
	}

	#site_content nav ul {
		margin: 10px 0 0;
		padding: 0;
	}

	#site_content nav a {
		display: block;
		float: none;
        width: auto;
		margin:  0 -5% 5px;
		padding: 10px 5% 10px;
		background: #d9e1f7;
		border: none;
		border-radius: 0;
		text-align: left;
		font-size: 16px;
		color: #333;
	}

	#site_content nav a.request {
		padding: 10px 5%;
	}

	#site_content nav a:before {
		top: 50%;
		margin-top: -8px;
		left: 5%;
	}

/* 480px */}


/*------------------------------------------------------------------------------

	7. キャッチコピー

------------------------------------------------------------------------------*/

#catch_1 {
	text-align: center;
	font-weight: bold;
	font-size: 200%;
	color: #D60326;
}

#catch_2 {
	text-align: center;
}

#catch_2 span {
	display: inline;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 170%;
	background: url(../img/catch_p.gif?20150202) repeat-x 0 80%;
	text-align: center;
}


@media screen and (max-width: 768px){

	#catch_1 {
		font-size: 160%;
	}

	#catch_2 span {
		background: url(../img/catch_p.gif?20150202) repeat-x 0 100%;
		font-size: 140%;
	}

/* 768px */}


/*------------------------------------------------------------------------------

	8. 目標とする資格

------------------------------------------------------------------------------*/

#qualification {
	margin-top: 40px;
}

#qualification h3 {
	margin-top: 0;
	padding-left: 2em;
	border-bottom: 4px solid #007dc7;
	font-size: 20px;
}

#qualification h3:before {
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	width: 30px;
	height: 30px;
	content: "";
	background: url(../img/qualification_h3.png?2015020213) no-repeat;
}

#qualification .dispatch p {
    float: left;
}

#qualification .dispatch .c8 {
    width: 74%;
    margin-right: 20px;
}

#qualification .shikaku_list {
    font-size: 14px;
    margin: auto 0;
    padding: 0;
}

#qualification .shikaku_list dl {
	margin-bottom: 0;
}

#qualification .shikaku_list dl dd {
	font-size: 11px;
}

#qualification .movie {
	position: relative;
}

#qualification .movie a {
	display: inline-block;
	position: absolute;
	top: -4px;
	left: 210px;
	padding-left: 40px;
	background: url(../img/icon_youtube.gif) no-repeat center left;
}

#qualification .movie a span {
	padding: 5px 5px 3px;
	background: #007dc7;
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
    text-align: center;
	text-decoration: none;
}


@media screen and (max-width: 960px){

	#qualification .shikaku_list dl dd {
		text-indent: 0;
	}

	#social_bg .c13 img{
		float: none;

	}

/* 960px */}


@media screen and (max-width: 897px) and (min-width: 873px){

	#qualification .c6 dd {
		min-height: 99px;
	}

/* 842px */}


@media screen and (max-width: 768px){

	#qualification h3:before {
		width: 27px;
		height: 27px;
		background: url(../img/qualification_h3_sp.png) no-repeat;
		background-size: contain;
	}

    #qualification .dispatch p {
        width: 100% !important;
    }

	#qualification .movie h4 {
		margin-bottom: 5px;
	}

	#qualification .movie a {
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 10px;
	}

	#qualification .movie a span {
		display: inline-block;
		margin-bottom: 0;
	}

/* 768px */}


@media screen and (max-width: 480px){

	#qualification h3 {
		font-size: 18px;
	}

	#qualification h3:before {
		top: 0;
	}

/* 480px */}


/*	. 割合
------------------------------------------------------------------------------*/

#percentage {
	margin-top: 30px;
}

#qualification h4 a {
	text-decoration: underline;
}

#qualification h4 a:hover {
	text-decoration: none;
}

#percentage .per_2 img {
	position: relative;
	left: -30px;
}

#percentage p {
	text-align: center;
}

#percentage p span {
	font-size: 11px;
}


@media screen and (max-width: 960px){


	#percentage .per_2 img {
		left: 0;
	}

	#percentage img {
		width: 55.43%;
	}

/* 960px */}


@media screen and (max-width: 768px){

	#percentage img {
		width: 75%;
	}

/* 768px */}


@media screen and (max-width: 480px){

	#percentage img {
		width: 100%;
	}

/* 480px */}


/*------------------------------------------------------------------------------

	9. 社会背景

------------------------------------------------------------------------------*/

#social_bg h2 {
	/*margin-top: 80px;*/
	margin-top: 32px;
}

#social_bg section {
	margin-bottom: 40px;
}

#social_bg section:last-child {
    margin-bottom: 32px;
}

#social_bg .col {
	margin-right: 2%;
}

#social_bg .col p span.att{ font-size: 11px; font-weight: bold; line-height: 100%; }

#social_bg .c4 {
	width: 26%;
}

#social_bg .c8 {
	width: 52%;
}

#social_bg .c9{
	width: 80%;
}

#social_bg .c10{
	width: 63%;
}

#social_bg .c11{
	width: 15%;
}
#social_bg .c11 span{
	font-size: 13px;
	font-weight: bold;
	line-height: 170%;
	display: inline-block;
	padding: 0 !important;
}
#social_bg .c11 p{
	font-size: 15px;
	font-weight: bold;
	line-height: 100%;
	margin: 5px 0;
}

#social_bg .c12, #social_bg .c13{ width: 80%; }

#social_bg .c13{ margin: 15px 0 0 0; }

#social_bg .c13 img{ float: left; margin: 0 15px 0 0; }

#social_bg .c13 p{ font-size: 16px; }

#social_bg .c13 p span.namesub{
	width: auto;
	font-size: 12px;
	display: inline-block !important;
	float: none;
	padding: 0 0 0 10px;
}
#social_bg .c13 p span.namesub2{
	width: auto;
	font-size: 14px;
	display: inline-block !important;
	float: none;
	padding: 0;
}

#social_bg .c13 span{
	width: 86%;
	float: left;
	font-size: 13px;
	line-height: 150%;
	padding: 0;
}

#social_bg section:last-child .col {
    margin-bottom: 0;
}

#social_bg dt {
	font-weight: bold;
}

#social_bg dd {
	margin-left: 0;
}

#social_bg .note,
#cooperation .note {
	margin-top: 0;
	padding: 2%;
	background: #eaf6fd;
	border: 1px solid #eaf6fd;
	font-size: 12px;
}

#cooperation .note {
	font-size: 90%;
}

#social_bg figcaption {
    font-size: 0.8em;
}


@media screen and (max-width: 768px){

	#social_bg .c4 {
		width: 80%;
	}

	#social_bg .c8 {
		width: 80%;
	}

/* 768px */}


@media screen and (max-width: 480px){

	#social_bg h2 {
		margin-top: 50px;
	}

	#social_bg .note {
		padding: 3%;
	}

/* 480px */}


/*------------------------------------------------------------------------------

	10. 地域連携（2015-05-18追加）

------------------------------------------------------------------------------*/

#cooperation-ward {
	padding: 5%;
	background: #eaf6fd;
}

#cooperation-ward h4 {
	margin-top: 0;
}


/*------------------------------------------------------------------------------

	11. 特色共通 - 夢を実現（2015-05-18追加）

------------------------------------------------------------------------------*/

#feature {

}

#feature .catch {
    color: #007dc7;
    font-size: 1.7em;
    line-height: 1.5em;
}

#feature h3 {
	position: relative;
	padding: 6px 0 4px 25px;/*
	border-bottom: 3px solid #cfebfc;
	border-right: 3px solid #cfebfc;
	*/background: #eaf6fd;
}

#feature h3 span {
	/*display: none;*/
    font-size: 0.7em;
    margin-left: 1em;
}

#feature h3.f_01 span {
	margin-left: 0;
}

#feature h3:before {
	display: block;
	position: absolute;
	top: inherit;
	bottom: -3px;
	left: 0;
	content: "";
	width: 60px;
	height: 40px;
	/*background: url(../img/feature_h3.gif?2015020213) no-repeat;*/
}

#feature h3.f_01:before {
	background: none !important;
}

#feature h3.f_02:before {
	background: none !important;
}

#feature h3.f_03:before {
	background: none !important;
}

#feature h3.f_04:before {
	background: none !important;
}

#feature h4 span {
	display: inline;
	position: relative;
	width: 75%;
	background: url(../img/feature_h4.gif?2015012617) repeat-x bottom;
}

#feature #facility h3 {
    padding-left: 0.5em;
	border-bottom: none;
	border-right: none;
}

#feature #facility h3:before {
    display: none;
}


@media screen and (max-width: 768px){

    #feature .catch {
        font-size: 1.2em;
    }

	#feature h3 {
		padding:  0.7em 1.5em 0.3em 1em;
	}

	#feature h3:before {
        top: 0.2em;
        bottom: 0.2em;
        margin: auto;
	}

	#feature h3 span {
		display: block;
        margin-left: 0;
        margin-bottom: 0.5em;
        /*
		margin-left: -1em;
		padding: 0.4em 0.5em 0.3em;
		border-radius: 5px;
		font-size: 12px;
		color: #FFF;*/
	}

	#feature h3.f_01 span {
		display: inline;
	}

	#social_bg .c10{
		width: 80%;
		margin: 20px 0 0 0;
		float: none;
	}
	#social_bg .c11{
		width: 80%;
		margin: 20px 0 0 0;
		float: none;
	}

/* 768px */}


/*	. 少人数教育
------------------------------------------------------------------------------*/

#teacher01 {
	position: relative;
}

#teacher01 figure {
	margin: 0;
}

#teacher01 figure img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

#teacher01 h5 {
	position: relative;
	margin: 30px 0 15px;
	padding: .125em;
	background: #007dc7;
	border-radius: 1.5em;
	text-align: center;
	font-size: 125%;
	color: #FFF;
}

#teacher01 h5:before {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 0;
	height: 0;
	margin: -40px 0 0 -20px;
	border: 20px solid transparent;
	border-bottom-color: #007dc7;
}

#teacher01 h6 {
	margin: 0 0 .25em;
	font-size: 150%;
	color: #007dc7;
}


/*	. 活躍をサポート
------------------------------------------------------------------------------*/

#teacher02 .balloon {
	position: relative;
	margin: 0 0 30px;
	padding: 1em;
	background: #E3DDEE;
	border-radius: 5px;
}

#teacher02 .balloon:before {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -60px;
	width: 0;
	height: 0;
	margin: 0 0 0 -30px;
	border: 30px solid transparent;
	border-top-color: #E3DDEE;
}

#nextgene {
	position: relative;
	margin: 0 0 30px;
}

#nextgene #col1 {
	float: left;
	width: 48%;
}

#nextgene #col2 {
	float: right;
	width: 48%;
}

#nextgene h5 {
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 0;
	width: 14%;
	height: 100%;
	margin: 0 0 0 -7%;
	background: url(../img/nextgene_title.png) no-repeat center top;
	background-size: contain;
	border: 3px solid #999;
	border-top: none;
	border-bottom: none;
	/**/
	text-indent: 100%;
	white-space: nowrap;
	outline: none;
}

#nextgene h5:before {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 88%;
	height: 0;
	margin: 0 0 0 -44%;
	padding: 150% 0 0;
	background: url(../img/nextgene_icon.png) no-repeat center bottom;
	background-size: contain;
}

#nextgene .term {
	position: relative;
	margin: 0 0 1.5em;
	padding-left: 75px;
	line-height: 1.5;
    min-height: 310px;
    clear: both;
}

#nextgene .term figure {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	margin: 0;
}

#nextgene .term img {
	display: block;
	width: 100%;
	height: auto;
}

#nextgene .term h6 {
	margin: 0 0 .25em;
	color: #007dc7;
}

#nextgene .term span {
    display: block;
    color: #ec6d81;
}

#nextgene .term p {
	width: 50%;
	margin: 0;
	float: left;
}

#teacher02 .pickup {
	position: relative;
	margin: 60px 0;
	padding: 1.5em;
	border: 1px solid #999;
	line-height: 1.5;
	font-size: 87.5%;
}

#teacher02 .pickup .col {
	margin-bottom: 0;
}

#teacher02 .pickup h4 {
	margin: 0 0 .5em;
	line-height: 1.25;
}

#teacher02 .pickup h4:before {
	top: .625em;
	margin: -.5em 0 0;
}

#teacher02 .pickup:before {
	display: block;
	content: 'Pick Up';
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Times New Roman", Times, serif;
	margin: -1.1em 0;
	font-size: 200%;
}

#nextgene .spacer img {
	display: inline-block;
	width: 50%;
	height: auto;
	vertical-align: bottom;
}

#nextgene #f4,
#nextgene .spacer {
	margin-bottom: 0;
}


@media screen and (max-width: 768px){

	#nextgene #col1,
	#nextgene #col2 {
		float: none;
		width: 100%;
	}

	#nextgene .term {
		padding-left: 45px;
	}

	#nextgene .term figure {
		width: 35px;
	}

	#nextgene h5 {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		margin: 0 0 30px;
		padding: 1em 0 1em 75px;
		background: none;
		border: none;
		border: 3px solid #999;
		border-left: none;
		border-right: none;
		text-indent: inherit;
		white-space: normal;
		line-height: 1.25;
		font-size: 125%;
		/**/
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#nextgene h5:before {
		left: 0;
		top: 0;
		bottom: auto;
		width: 60px;
		height: 100%;
		margin: 0% 0 0;
		padding: 0;
		background-size: contain;
	}

	#teacher02 .pickup .c4 {
		margin: 1em 0 0;
	}

	#teacher02 .pickup .c4 img {
		display: block;
		width: 100%;
		height: auto;
	}

	#nextgene #f4 {
		  margin: 0 0 1.5em;
	}

/* 768px */}


/*------------------------------------------------------------------------------

	12. 特色共通

------------------------------------------------------------------------------*/

#f_qualification .group {
	position: relative;
	margin: 0 0 20px;
}

#f_qualification .group #cross {
	display: block;
	content: '';
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 0;
	width: 10%;
	height: 319px;
	margin: 0 0 0 -5%;
	background: url(../img/cross.png?20160210) no-repeat center center;
	background-size: contain;
}

#f_qualification .group .row {
    width: 100%;
}

#f_qualification .group .note {
	margin-top: 1em;
}

#q_main,
#q_other {
	position: relative;
	width: 46%;
	height: 0;
	padding-bottom: 35.21%;
}

#q_main {
	background: url(../img/qualification_main.gif) no-repeat;
	background-size: 100%;
}

#q_other {
	background: url(../img/qualification_other.gif) no-repeat;
	background-size: 100%;
}

#q_main {
	float: left;
}

#q_other {
	float: right;
}

@media screen and (max-width: 960px){



/* 768px */}

@media screen and (max-width: 768px){

	#f_qualification .group #cross {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		height: 0;
		margin: -3% auto 0;
		padding: 0 0 20%;
	}

	#q_main,
	#q_other {
		float: none;
		width: 100%;
		padding-bottom: 76.56%;
	}

	#q_other {
		margin-top: -3%;
	}

/* 768px */}


/*------------------------------------------------------------------------------

	13. 特色共通 - 設備環境

------------------------------------------------------------------------------*/

#facility {
	position: relative;
}

#report h6 em,
#facility figcaption {
	display: inline-block;
	padding: 0.2em 0.5em;
	background: #007dc7;
	color: #FFF;
}
#facility figure{ min-height: 42px; }
#facility figure span{
	font-size: 80%;
	display: block;
	padding: 0 0 0 25px;
	line-height: 40%;
}

#facility h6 {
	margin-bottom: 5px;
}

#facility dl {
	font-size: 14px;
}

#facility dt {
	border-bottom: 1px solid #007dc7;
}

#facility dd {
	margin: 0;
}

#facility .message {
	margin-bottom: 30px;
}

#facility .message .c3,
#facility .message .c9 {
	margin-bottom: 0;
}

#facility .message .c4,
#facility .message .c8 {
	width: 80%;
}

#facility .message .c4 {
	margin-bottom: 15px;
}

#support .support .c4 {
    width: 330px;
}

#support .support .c5 {
    margin: 0;
}

#support .support .c10 {
    width: 480px;
}

#support .support .c11 {
    width: 580px;
}

#support .support_list {
    margin: 0;
    padding-left: 0;
}

#support .support_list li {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    margin-right: 0.7em;
    padding: 0.3em 1em;
    background: #ccc;
    border-radius: 5px;
}


@media screen and (max-width: 960px){

	#facility .sec1 .col {
		width: 38.3%;/* 2段組み幅 */
	}

	#facility .min_hi {
		min-height: 12.6em;
	}

	#facility .sec1 .col img {
		width: 100%;
	}

	#facility .sec2 h4 {
		margin-top: 0;
	}

	#facility .message {
		margin-bottom: 0;
	}

	#col2group:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	#col2group {
		*zoom: 1;
	}



/* 960px */}


@media screen and (max-width: 768px){

	#facility .min_hi {
		min-height: 18em;
	}

	#facility .message .c4 {
		width: 24.4%;
		margin-bottom: 30px;
	}

	#facility .message .c8 {
		width: 52.2%;
	}

    #support .support .c4,
    #support .support .c10 {
        width: 100%;
    }

    #support .support .support_list li {
        margin-bottom: 0.7em;
    }

/* 768px */}


@media screen and (max-width: 620px){

	.row{ width: 110%; }

	#qualification .shikaku_list dl dd{
		width: 110%;
		margin: 0;
	}

	#facility .min_hi {
		min-height: 21.6em;
	}

	#support .support .c4,
    #support .support .c5,
    #support .support .c10,
    #support .support .c11 {
        width: 100%;
    }

    #social_bg .c4,
    #social_bg .c8,
    #social_bg .c9,
    #social_bg .c10,
    #social_bg .c11,
    #social_bg .c12,
    #social_bg .c13{
    	width: 90%;
    }

    #social_bg .c13 img{
    	float: none;
    	margin: 15px auto;
    }

    #social_bg .c13 p{
    	text-align: center;
    }

    #social_bg .c13 span{
    	float: none;
    	width: 100%;
    }

	#nextgene .term p{
    	width: 100%;
    	float: none;
    	margin-bottom: 15px;
    }

/* 620px */}


@media screen and (max-width: 480px){

	#facility .min_hi {
		min-height: inherit;
	}

	#facility .sec1 .col {
		width: 90%;/* 全幅 */
	}

    #facility .support .col {
		width: 100%;
	}

    #facility .support .support_list li {
		width: 100%;
        margin-right: 0;
	}

	.composing2 .col4group .c3 img{ max-width: 70%; height: auto; }

/* 480px */}


/*------------------------------------------------------------------------------

	14. 卒業後の進路

------------------------------------------------------------------------------*/

#career {
    margin: 32px auto;
}

#career-inner {
	padding: 20px;
	background: #eaf6fd;
}

#career-inner h2 {
	margin-top: 0;
	background: #FFF;
}

#foundwork .col {
	margin-bottom: 0;
}

#career .career_list {
    padding-left: 0;
    margin-bottom: 15px;
    text-align: center;
}

#career .career_list li {
    box-sizing: border-box;
    display: inline-block;
    width: 24%;
    margin-right: 1.2%;
    margin-bottom: 10px;
    padding: 0.3em 0;
    background: #fabe00;
    border-radius: 5px;
}

#career .career_list li:nth-child(4n) {
    margin-right: 0;
}

#career .career_list li span {
    font-size: 0.8em;
}

@media screen and (max-width: 960px){

/* 960px */}


@media screen and (max-width: 768px){

	#career .career_list li {
        width: 100%;
        margin-right: 0;
    }

/* 768px */}


/*------------------------------------------------------------------------------

	15. OBOGレポート

------------------------------------------------------------------------------*/

#report h2 {
	margin-top: 90px;
}

#report .text {
	margin-top: 5px;
}

#report .col {
	margin-bottom: 10px;
}

#report .profile {
	padding: 3%;
	background: #eaf6fd;
	border: 1px solid #eaf6fd;
	font-size: 14px;
}

#report .profile ul {
	margin: 0;
}

#report .profile {
	min-height: 165px;
}

#report .js_folding {
	margin-top: 40px;
}

#report .js_folding_container a {
	float: right;
	font-size: 14px;
}

#report em {
	position: absolute;
	left: 140px;
	top: 1px;
	margin: 0;
	padding: .125em .5em;
	background: #007dc7;
	font-size: 75%;
	color: #FFF;
}


@media screen and (max-width: 960px){

	#report .profile {
		min-height: inherit;
	}

/* 960px */}


@media screen and (max-width: 768px){

	#report .col {
		margin-bottom: 15px;
	}

	#report h2 {
		margin-top: 20px;
	}

/* 768px */}


@media screen and (max-width: 960px){

	#report .js_folding_container a {
		float: none;
	}

/* 480px */}


/*------------------------------------------------------------------------------

	16. 資料請求など

------------------------------------------------------------------------------*/

#induction img {
    width: 100%;
    vertical-align: middle;
}

#induction .text {
	margin-bottom: 0.3em;
}

#induction .row {
	margin-top: 30px;
}

#induction ul {
	margin: 0;
	padding: 0;
}


#induction h2 {
	display: inline;
	border: none;
	padding: 0;
	background: url(../img/feature_h4.gif?20150126) repeat-x bottom;
	line-height: 1.5;
	font-weight: bold;
}

#induction #check {
	display: block;
	margin-bottom: 0.5em;
	padding: 0.2em 0.5em;
	background: #007dc7;
	color: #FFF;
}

