.main_slide {
	position: relative;
	background: bottom #29483f;
	border-bottom: 20px solid #cf9e2d;
}

.main_slide:before,
.main_slide:after {
	content: "";
	position: absolute;
	z-index: 10;
	bottom: 0;
}

.main_slide:before {
	width: 210px;
	height: 175px;
	left: 50px;
	background: url(../img/top/slide_icon.png) left top no-repeat;
}

.main_slide:after {
	width: 143px;
	height: 39px;
	right: 100px;
	background: url(../img/top/slide_base_bg.png) left top no-repeat;
}

.main_slide li {
	color: #fff;
	text-align: center;
	height: 500px;
	overflow: hidden;
	padding: 30px 50px;
}

.main_slide li .txt_box {
	text-align: left;
}

.main_slide li .txt_box .hl1 {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 30px;
	color: #f7ac00;
	padding: 7px 0 10px;
}

.main_slide li .txt_box .hl2 {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 22px;
	margin-bottom: 25px;
}

.main_slide li .txt_box .cap {
	padding-bottom: 2px;
	font-size: 14px;
	line-height: 50px;
	margin-bottom: 30px;
	background: url(../img/top/slide_line.png) left top/566px repeat-y;
}

.main_slide li .txt_box .mod_btn1 {
	margin: 0;
}

.main_slide .slick_arrow .slick-prev,
.main_slide .slick_arrow .slick-next {
	top: 48%;
}

.main_slide .renew_main_lide_wrap {
	opacity: 0;
}

.main_slide .renew_main_lide_wrap.fade_fast {
	-webkit-animation: fade_slide 1000ms both;
	animation: fade_slide 1000ms both;
}

/*new type MV*/

.top_mv_new {
	position: relative;
	background: bottom #29483f;
	border-bottom: 20px solid #cf9e2d;
}

.top_mv_new:before,
.top_mv_new:after {
	content: "";
	position: absolute;
	z-index: 10;
	bottom: 0;
}

.top_mv_new:before {
	width: 210px;
	height: 175px;
	left: 50px;
	background: url(../img/top/slide_icon.png) left top no-repeat;
}

.top_mv_new:after {
	width: 143px;
	height: 39px;
	right: 100px;
	background: url(../img/top/slide_base_bg.png) left top no-repeat;
}

.top_mv_new li {
	color: #fff;
	text-align: center;
	min-height: 500px;
	overflow: hidden;
	padding: 30px 50px;
}

.top_mv_new li .txt_box {
	text-align: left;
}

.top_mv_new li .txt_box .hl1 {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 30px;
	color: #f7ac00;
	padding: 9px 0 12px;
	line-height:1.4;
}

.top_mv_new li .txt_box .hl2 {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 22px;
	margin-bottom: 25px;
	line-height:1.5;
}

@media only screen and (min-width: 769px) {
}


.top_mv_new li .txt_box .cap {
	padding-bottom: 2px;
	font-size: 14px;
	line-height: 50px;
	margin-bottom: 30px;
	background: url(../img/top/slide_line.png) left top/566px repeat-y;
}

.top_mv_new li .txt_box .mod_btn1 {
	margin: 0;
}




.top_contact {
	margin-bottom: 170px;
}

.top_course {
	padding: 50px 0 0;
}

.top_course .txt {
	text-align: center;
	margin-bottom: 37px;
}

.top_course .course_link {
	position: relative;
}

.top_course .course_link:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.top_course .course_link li {
	float: left;
	width: 23%;
	position: relative;
	border-radius: 10px;
	margin-bottom: 40px;
	background: #fef2b8;
	border-radius: 10px;
	margin-right: 2.6%;
	text-align: center;
	border: 2px solid #fce473;
	padding: 90px 0 22px;
}

.top_course .course_link li a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 22px;
}

.top_course .course_link li .tit {
	position: absolute;
	background-image: url(../img/cmn/arrow_w.png);
	/*background-position: 89% center;*/
        background-position: 98% center;
	background-repeat: no-repeat;
	background-size: 8px;
	left: -4%;
	right: 0;
	top: 18px;
	width: 108%;
	z-index: 5;
	padding: 5px;
        height:49px;
}

.top_course .course_link li .tit.course_yoji {
	background-color: #75cffd;
}

.top_course .course_link li .tit.course_shogaku {
	background-color: #e782d5;
}

.top_course .course_link li .tit.course_zero {
	background-color: #99c945;
}

.top_course .course_link li .tit.course_eigo {
	background-color: #f4a418;
}

.top_course .course_link li .tit.course_taikyo {
	background-color: #ab8e48;
}

.top_course .course_link li .tit.course_happy {
	background-color: #e7cf00;
}

.top_course .course_link li .tit.course_ongaku {
	background-color: #689ee9;
}

.top_course .course_link li .tit.course_shogai {
	background-color: #fd86ad;
}

/*20190303追加*/
.top_course .course_link li .tit.course_noiku {
	background-color: #ff6347;
}

/*20201218追加*/
.top_course .course_link li .tit.course_prog {
	background-color: #0f9e8d;
        font-size:20px;
}

.top_course .course_link li .tit:after,
.top_course .course_link li .tit:before {
	content: "";
	bottom: -10px;
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
}

.top_course .course_link li .tit:after {
	left: 0;
	border-width: 0 10px 10px 0;
}

.top_course .course_link li .tit:before {
	right: 0;
	border-width: 10px 10px 0 0;
}

.top_course .course_link li .tit.course_yoji:after {
	border-color: transparent #3ea3d7 transparent transparent;
}

.top_course .course_link li .tit.course_yoji:before {
	border-color: #3ea3d7 transparent transparent transparent;
}

.top_course .course_link li .tit.course_shogaku:after {
	border-color: transparent #b864a9 transparent transparent;
}

.top_course .course_link li .tit.course_shogaku:before {
	border-color: #b864a9 transparent transparent transparent;
}

.top_course .course_link li .tit.course_zero:after {
	border-color: transparent #749932 transparent transparent;
}

.top_course .course_link li .tit.course_zero:before {
	border-color: #749932 transparent transparent transparent;
}

.top_course .course_link li .tit.course_eigo:after {
	border-color: transparent #c3820f transparent transparent;
}

.top_course .course_link li .tit.course_eigo:before {
	border-color: #c3820f transparent transparent transparent;
}

.top_course .course_link li .tit.course_taikyo:after {
	border-color: transparent #7a642d transparent transparent;
}

.top_course .course_link li .tit.course_taikyo:before {
	border-color: #7a642d transparent transparent transparent;
}

.top_course .course_link li .tit.course_happy:after {
	border-color: transparent #a08f00 transparent transparent;
}

.top_course .course_link li .tit.course_happy:before {
	border-color: #a08f00 transparent transparent transparent;
}

.top_course .course_link li .tit.course_ongaku:after {
	border-color: transparent #4976b4 transparent transparent;
}

.top_course .course_link li .tit.course_ongaku:before {
	border-color: #4976b4 transparent transparent transparent;
}

.top_course .course_link li .tit.course_shogai:after {
	border-color: transparent #bd5477 transparent transparent;
}

.top_course .course_link li .tit.course_shogai:before {
	border-color: #bd5477 transparent transparent transparent;
}

.top_course .course_link li .tit.course_noiku:after {
	border-color: transparent #a9422f transparent transparent;
}
.top_course .course_link li .tit.course_noiku:before {
	border-color: #a9422f transparent transparent transparent;
}

.top_course .course_link li .tit.course_prog:after {
	border-color: transparent #0a6b5f transparent transparent;
}
.top_course .course_link li .tit.course_prog:before {
	border-color: #0a6b5f transparent transparent transparent;
}



.top_course .course_link li img {
	border: solid 2px #fff;
	box-sizing: border-box;
	border-radius: 10px;
}

.top_recruit {
	overflow: hidden;
}

.top_recruit .img {
	max-width: 390px;
	margin: 0 auto;
	position: relative;
}

.top_recruit .img:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 23px 18px 0;
	border-color: transparent #fff transparent transparent;
}

.top_recruit .txt_box {
	position: relative;
}

.top_recruit .txt_box .hl {
	padding-bottom: 6px;
	color: #ff9191;
	margin-bottom: 24px;
	font-weight: bold;
	font-family: "M PLUS Rounded 1c", sans-serif;
	border-bottom: 1px solid #f68500;
	width: 98%;
	font-size: 34px;
}

.top_recruit .txt_box .txt {
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 16px;
}

.top_recruit .txt_box .mod_btn1 {
	margin: 0;
}

.top_recruit .txt_box .bird {
	position: absolute;
	right: 0;
	bottom: -30px;
}

.top_articlelist .top_articlelist_box {
        overflow: hidden;
        padding-bottom: 19px;
        margin-bottom: 19px;
        border-bottom: 2px dotted #ccc;
}

.top_articlelist .top_articlelist_box .img {
        float: left;
        width: 19.3%;
}

.top_articlelist .top_articlelist_box .img img {
        overflow: hidden;
        border-radius: 10px;
        border: 1px solid #bfbfbf;
        margin: 0 auto;
        display: block;
}

.top_articlelist .top_articlelist_box .txt {
	float: right;
	width: 77.5%;
	font-weight: bold;
	line-height: 2.2;
}

.top_articlelist .top_articlelist_box .txt .tit {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 4px;
}

.top_articlelist .top_articlelist_box .txt .tit a {
	text-decoration: none;
}

.top_articlelist .top_articlelist_box .txt .excerpt {
	font-size: 14px;
	word-break: break-all;
}

.top_news {
	padding: 0 0 65px;
}

.top_news .top_catlist li a {
	width: 260px;
}

.top_news .top_articlelist_box .txt .cat li span {
	border-color: #ccc !important;
}

.top_news .hl {
	position: relative;
	top: -68px;
	text-align: center;
	color: #fff;
	min-height: 102px;
	padding-top: 24px;
	line-height: 1.5;
	background: url(../img/top/hl_bg2.png) no-repeat center top;
	font-weight: bold;
}

.top_news .hl .icon {
	font-size: 24px;
	position: relative;
}

.top_news .hl .icon img {
	width: 46px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -54px;
}

.top_news .hl .alp {
	display: block;
	font-size: 14px;
}

@media only screen and (min-width: 769px) {

.main_slide li.n01 {
	background: url(../img/top/slide1_bg.png) left center no-repeat;
}

.main_slide li .img {
	width: 43%;
	float: left;
}

.main_slide li .txt_box {
	width: 52%;
	float: right;
}

/*new type MV*/
.top_mv_new li.n01 {
	background: url(../img/top/slide1_bg.png) left bottom no-repeat;
}

.top_mv_new li .img {
	width: 43%;
	float: left;
}

.top_mv_new li .txt_box {
	width: 52%;
	float: right;
}

.top_course .course_link li:nth-child(4n) {
	float: right;
	margin-right: 0;
}

.top_course .course_link li:nth-child(4n+5) {
	clear: both;
}

.top_recruit .img {
	float: left;
	width: 32.5%;
}

.top_recruit .txt_box {
	float: right;
	width: 62%;
	padding: 65px 100px 0 0;
}

}

@media only screen and (max-width: 768px) {

.main_slide:before {
	display: none;
}

.main_slide:after {
	right: 0;
}

.main_slide li {
	padding: 10px 10px 40px;
	height: auto;
}

.main_slide li .img {
	width: 80%;
	margin: 0 auto;
}

.main_slide li .txt_box .hl1 {
	font-size: 20px;
}

.main_slide li .txt_box .hl2 {
	font-size: 16px;
}

.main_slide .mod_inner1 {
	padding: 0;
}

/*new type MV*/
.top_mv_new:before {
	display: none;
}

.top_mv_new:after {
	right: 0;
}

.top_mv_new li {
	padding: 10px 10px 40px;
	height: auto;
}

.top_mv_new li .img {
	width: 80%;
	margin: 0 auto;
}

.top_mv_new li .txt_box .hl1 {
	font-size: 20px;
	padding:7px 0 8px;
	line-height:1.6;
}

.top_mv_new li .txt_box .hl2 {
	font-size: 16px;
	margin-bottom:10px;
}

.top_mv_new .mod_inner1 {
	padding: 0;
}

.top_mv_new li .txt_box .cap {
	padding-bottom: 2px;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 20px;
	background: url(../img/top/slide_line.png) left top/340px;
}




.top_contact {
	margin-bottom: 70px;
}

.top_course .txt {
	text-align: left;
}

.top_course .course_link li {
	width: 90%;
	float: none;
	margin: 0 auto 20px;
}

.top_course .course_link li a {
	font-size: 20px;
}

.top_recruit .img:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	top: auto;
	bottom: -10px;
	left: 0;
}

.top_recruit .img {
	text-align: center;
	padding-top: 10px;
}

.top_recruit .txt_box {
	padding: 20px 0 70px;
}

.top_recruit .txt_box .hl {
	font-size: 22px;
	line-height: 1.4;
}

.top_recruit .txt_box .bird {
	width: 50px;
	bottom: 20px;
}

.top_articlelist .top_articlelist_box .img {
	width: 100%;
	margin: 0 auto 20px;
	float: none;
}

.top_articlelist .top_articlelist_box .txt {
	width: 100%;
}

.top_news .top_catlist li a {
	width: 150px;
}

.top_news .hl {
	line-height: 1.25;
	background-size: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding-top: 14px;
	min-height: 85px;
	top: -45px;
}

.top_news .hl .icon {
	font-size: 18px;
}

.top_news .hl .icon img {
	width: 30px;
	top: -35px;
}

.top_news .hl .alp {
	font-size: 12px;
}

}

@-webkit-keyframes fade_slide {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fade_slide {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}


/*# sourceMappingURL=maps/top.css.map */
/*20190212追加　キャンペーン表示対応*/
.top_campain{
    margin-bottom:30px;
    padding-bottom:30px;
    border-bottom: 2px dotted #ccc;
}

.top_campain a,
.top_campain p{
    font-family: "M PLUS Rounded 1c", sans-serif;
}
.top_campain a.campain_image,
.top_campain .campain_text{
    margin-bottom:30px;

}
.top_campain a.campain_image{
    display:block;
    text-align:center;
}
.top_campain h3.campain_title{
         padding-bottom: 6px;
         color: #ff9191;
         margin-bottom: 24px;
         font-weight: bold;
         font-family: "M PLUS Rounded 1c", sans-serif;
         border-bottom: 1px solid #f68500;
}
@media screen and (max-width: 768px){
        .top_campain h3.campain_title{
            font-size:100%;
            width: 98%;
        }
}
@media screen and (min-width: 769px){
        .top_campain h3.campain_title{
            font-size:34px;
        }
}


/*201900910追加　SNS表示対応*/
.top_course .sns_wrapper,
    .top_course .sns_wrapper2{
    width:100%;
     text-align:center;
     margin-bottom:50px;
}
.top_course .sns_wrapper a,
.top_course .sns_wrapper2 a{
    display:inline-block;


}
@media screen and (max-width: 768px){
    .top_course .sns_wrapper a,
    .top_course .sns_wrapper2 a{
        width:50px;
        margin-left:25px;
        margin-right:25px;
    }
}
@media screen and (min-width: 769px){
    .top_course .sns_wrapper a,
    .top_course .sns_wrapper2 a{
        width:60px;
        margin-left:20px;
        margin-right:20px;
    }
}

/*201900920追加　Special_Topics Topics Blog分離対応*/
 .top_news .special_topics_area   figure{
        padding:0;/*reset*/
        margin:0 auto 30px;/*reset*/

}
 .top_news .special_topics_area   figure img{
    width:100%;
    max-width:880px;
}

 .top_news .special_topics_area{
    padding-top:30px;
}
/* 769- */
@media only screen and (min-width: 769px){
    .top_news{
        padding-top:40px;
    }
    .top_news .special_topics_area{
        margin-bottom:60px;
    }
    .special_topics_area  .special_topics_content_area  h1{
        font-size:2em;
        font-weight:bold;
    }
    .special_topics_area  .special_topics_content_area h2{
        font-size:1.5em;
        font-weight:bold;
    }
    .special_topics_area .special_topics_content_area  h3{
        font-size:1.17em;
        font-weight:bold;
    }
    .special_topics_area  .special_topics_content_area h4{
        font-size:1em;
        font-weight:bold;
    }
    .special_topics_area  .special_topics_content_area  h5{
        font-size:0.83em;
        font-weight:bold;
    }

    .top_news .hl{
        top: 0;
        margin-bottom:20px;
    }
    .top_news .hl.hl_red {
        background-image: url(../img/top/hl_bg3.png) ;
        padding-top: 30px;
    }

     .top_news .hl.hl_nosub .icon2{
        width:46px;
        height:46px;
        position: absolute;
        top:-20px;
        left:0;
        right:0;
        margin:0 auto;
    }
    .top_news .hl.hl_nosub span.icon_subtitle{
        font-size:24px;
    }

    .top_news .top_articlelist.topics{
        /*margin-bottom:80px;*/
    }
    .top_news .topics_area{
        margin-bottom:80px;
    }
}

/* - 768 */
@media only screen and (max-width: 768px){

    .top_contact{
        margin-bottom:30px;
    }
    .top_news{
       padding-top:30px;
    }
    .top_news .hl {
        margin: 0 auto 20px auto;
        padding-top: 14px;
        min-height: 85px;
        top: 0 !important;
    }
    .top_news .hl.hl_red {
        background-image: url(../img/top/hl_bg3.png) ;
    }

    .top_news .special_topics_area{
        margin-bottom:40px;
    }

    .top_news .special_topics_area  .special_topics_content_area h1{
    font-size:1.6em;
    font-weight:bold;
    }
    .top_news .special_topics_area  .special_topics_content_area  h2{
        font-size:1.4em;
        font-weight:bold;
    }
    .top_news .special_topics_area .special_topics_content_area  h3{
        font-size:1.2em;
        font-weight:bold;
    }
    .top_news .special_topics_area .special_topics_content_area  h4{
        font-size:1em;
        font-weight:bold;
    }
    .top_news .special_topics_area .special_topics_content_area  h5{
        font-size:0.83em;
        font-weight:bold;
    }

    .top_news .top_articlelist.topics{
        /*margin-bottom:80px;*/
    }
    .top_news .topics_area{
        margin-bottom:80px;
    }

    .top_news .hl.hl_red {
        padding-top: 28px;
    }

     .top_news .hl.hl_nosub .icon2{
        width:30px;
        height:30px;
        position: absolute;
        top:-15px;
        left:0;
        right:0;
        margin:0 auto;
    }
    .top_news .hl.hl_nosub .icon_subtitle{
        font-size:18px !important;
        line-height:1;
    }

}



/*20200617追加　追加ブロック*/
.top_addblock{
    padding:60px 10px 0 10px;
}
.top_addblock a.bnradd{
        display:block;
        width:100%;
        max-width:900px;
        margin:0 auto;
    }