@charset "UTF-8";
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

当CSSには、TOPページを除く各ページごとのコンテンツを掲載・レイアウトするにあたって、使用する要素（見出し・リードコピー・本文テキスト・画像の掲載・トピックスボックス・
リスト表示・リンクリスト・リンクボタン・テーブルなど）の基本設定を記述してください

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/



@media only screen and (min-width: 1001px) {
div.cat_title{
	width:77.8%;
	margin: 35px 0 25px 22.2%;
}

}
@media only screen and (min-width: 1181px) {
div.cat_title{
	background-size:cover;
}

}

/* -- Media query	762px - 780pxの場合 タブレット設定------------------------------------------------------------- */



@media only screen and (min-device-width: 762px)
	and (max-device-width: 780px){


}


/* -- Media query	761px以下の場合 スマートフォン設定------------------------------------------------------------- */
@media only screen and (max-width: 761px ) {


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

■page_共通設定

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

h3.content_head{
	padding:110px 5px 10px;
	margin-top: -100px;
}
.content_head_v2 {
	font-size: 22px;
	font-weight:600;
	padding: 0 0 10px;
	color: #100D03;
	margin-bottom: 25px;
	border-bottom: 2px solid #e4027f;
}
.content_head_v2 > span{
	color: #e4027f;
	font-weight:600;
}
.content_head_v2 + p {
	margin-bottom: 30px !important;
}


.linklist_archive li{
	width: 100%;
	border-bottom: 1px solid #CCC;
	padding: 10px 5px;
}

.linklist_archive li span{
	display: block;
	width: 24%;
	float: left;
}
.linklist_archive li a{
	display: block;
	width: 76%;
	float: right;
}
.linklist_archive li::after{
	clear:both;
	content:"";
	height: 0;
	display: block;
	visibility: hidden;
}

a.tel_link {
	text-decoration: underline;
	pointer-events: auto;
}




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

■ catindex_navi

**************************************************************************************************/
.catindex>ul li.catindex_subtitle {
	font-size: 20px;
	text-align: center;
	background-color: rgba(0,0,0,.7);
	border: 1px solid #888;
	padding: 20px 0;
	margin: 20px 0 10px;
	color: #FFF;
	clear: both;
}
.catindex>ul li a {
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	width: 100%;
	height: 60px;
	background:#FFF url(../images/common/catindex_btn.png) right center no-repeat;
	background-size: contain;
	padding: 20px 25px;
	float: none;
	margin: 0 0 5px 0 !important;
}

.catindex>ul li.catindex_bnr01 a {
	width: 100%;
	height: 31vw;
	font-size: 19px;
	font-weight: 600;
	line-height: 20px;
	display:block;
	background-color: rgba(255,255,255,1);
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 15px 15px 0;
	margin-bottom: 20px;
}
.catindex>ul li.catindex_bnr01.btn_about01 a {
	background-image: url(../images/about/catindex_btn_about01_res.png);
}
.catindex>ul li.catindex_bnr01.btn_about02 a {
	background-image: url(../images/about/catindex_btn_about02_res.png);
}
.catindex>ul li.catindex_bnr01.btn_about03 a {
	background-image: url(../images/about/catindex_btn_about03_res.png);
}



.course .catindex>ul li {
	float: left;
	width: 50%;
	margin: 0  ;
}
.course .catindex>ul li a {
	width: 100%;
	height: 190px;
	background:rgba(255,255,255,.85);
	padding: 140px 0 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 20px;
	text-align: center;
	line-height: 1.6em;
	color: #FFF;
	letter-spacing: 0;
}

.course .catindex>ul li.btn_course13 a {
	padding: 90px 0 0 0;
}

.course .catindex>ul.course_graduate_bnr {
	margin-top: 40px;
}
.course .catindex>ul.course_graduate_bnr li:first-child  {
	width: 50%;
	float: left;
	margin: 0;
}
.course .catindex>ul.course_graduate_bnr li:last-child {
	width: 50%;
	float: left;
	margin: 0;
}

.course .catindex>ul.course_graduate_bnr li a {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 20px;
    text-align: center;
    line-height: 1.6em;
    color: #FFF;
}
.course .catindex>ul.course_graduate_bnr li:last-child a {
	margin: 10px 0 0 0;
}
.course .catindex>ul.course_graduate_bnr li a img {
	width: 100%;
}
.course_graduate_bnr_res{
	background: url(../images/course/course_graduate_bnr01_res.png)no-repeat center center;
	background-size: cover;
	width: 100%; /*追加170907*/
	height: 190px;
	padding-top: 120px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	font-size: 20px;
}
.course .catindex>ul.course_graduate_bnr li:nth-child(2) a .course_graduate_bnr_res{
	background: url(../images/course/course_graduate_bnr02_res.png)no-repeat center center;
	background-size: cover;
}
.course .catindex>ul li:nth-child(4n) {
	margin: 0;
}

.catindex>ul.col4to2 {
	margin-left: 2%;
}
.catindex>ul.col4to2 li a{
	width: 48%;
	float: left;
}
.catindex>ul.col4to2 li:nth-of-type(1n) a {
	margin-right: 2% !important;
}




.pages_cmslist_visual li a {
    float: left;
    width: 50%;
    margin-right: 0;
}
.pages_cmslist_visual li a img{
	height:auto;
	width:100%;
	object-fit: cover;
}

.pages_cmslist_text li a.outerlink > p {
	padding-right: 5.86667vw;
	background-size: 3.73333vw;
	background-position: right 0 bottom 1.06667vw;
}
.ttl_bg_black {
	font-size: 2rem;
	text-align: center;
	padding: 20px 0;
}

.featurelist__warp .featurelist__item {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.featurelist__warp .featurelist__item a {
	flex-direction: column;
}

.featurelist__warp .featurelist__textbox {
	width: 100%;
	height: auto;
	position: relative;
	padding: 15px 3.33% 15px;
	background: #fff url(../images/common/catindex_btn.png) right center no-repeat;
}

.featurelist__warp .featurelist__num {
	position: absolute;
	top: 53%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	margin: 0;
	font-size: 60px;
}

.featurelist__warp .featurelist__desc {
	padding-left: 9.6%;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	margin: 0;
}

.featurelist__warp .featurelist__title {
	padding-left: 9.6%;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	margin: 10px 0 0 0;
}

.featurelist__warp .featurelist__image {
	width: 100%;
	height: 18.933vw;
	background-repeat: no-repeat;
	background-size: contain;
}
.featurelist__item:nth-of-type(1) .featurelist__image { background-image: url(../images/about/img_tokusyoku_sp01.jpg); }
.featurelist__item:nth-of-type(2) .featurelist__image { background-image: url(../images/about/img_tokusyoku_sp02.jpg); }
.featurelist__item:nth-of-type(3) .featurelist__image { background-image: url(../images/about/img_tokusyoku_sp03.jpg); }
.featurelist__item:nth-of-type(4) .featurelist__image { background-image: url(../images/about/img_tokusyoku_sp04.jpg); }
.featurelist__item:nth-of-type(5) .featurelist__image { background-image: url(../images/about/img_tokusyoku_sp05.jpg); }
.featurelist__item:nth-of-type(6) .featurelist__image { background-image: url(../images/about/img_tokusyoku_sp06.jpg); }

.featurelist__item.comingsoon:before {
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../images/about/img_tokusyoku_comingsoon_sp.png) no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 10;
}
/*******************************

CMS_feed

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


.feed_area li {
	float: none;
	width: 100%;
	margin: 0 0 20px;
	min-height:280px;

	text-align: center;
}
.feed_area li:nth-child(2) {
	margin:0;
}

.linklist_box li a{
  width:100%;
  margin-right:0;
}
table.table_std.house th,
table.table_std.house td{
	display:block;
	width:100%;
	border:none;
}
table.table_std.house th{
	border-bottom:1px solid #888;
}
#page_local_navi{
	background: rgba(56,49,42,0.85);
	background: -moz-linear-gradient(top, rgba(56,49,42,0.85) 0%, rgba(23,14,5,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(56,49,42,0.85)), color-stop(100%, rgba(23,14,5,1)));
	background: -webkit-linear-gradient(top, rgba(56,49,42,0.85) 0%, rgba(23,14,5,1) 100%);
	background: -o-linear-gradient(top, rgba(56,49,42,0.85) 0%, rgba(23,14,5,1) 100%);
	background: -ms-linear-gradient(top, rgba(56,49,42,0.85) 0%, rgba(23,14,5,1) 100%);
	background: linear-gradient(to bottom, rgba(56,49,42,0.85) 0%, rgba(23,14,5,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38312a', endColorstr='#170e05', GradientType=0 );
}
#page_local_navi li{
	width:50%;
	margin-right:0;
}
#page_local_navi li:nth-child(odd){
	border-right:1px solid #666;
}
#page_local_navi li a{
	display:-webkit-flex;display:flex;
	-webkit-align-items:center;align-items:center;
	-webkit-justify-content:center;justify-content:center;
	width:100% !important;
	min-height:40px !important;
	padding:0;
	background:none;
}
#page_local_navi.btn_four li a,
#page_local_navi.btn_five li a,
#page_local_navi.btn_six li a,
#page_local_navi.btn_seven li a,
#page_local_navi li.twoline a{
	padding:0;
}
table.table_std.house span{
	width:auto;
}

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

■ pulldown

**************************************************************************************************/
.content_pulldown_btn{
	margin-top: 0 !important;
	padding-top: 10px !important;
}

.content_pulldown_btn.btn_open{
}

.content_pulldown_slide {
}
}