@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400i');
/* font-family: 'Roboto', sans-serif;*/
/* PREFIX
l-/ Layout

*/

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

当CSSには、webサイト内の全ページに共通する要素（ヘッダー・グローバルナビ・ローカルナビ・コンテナ・レイアウト用ボックス設定・
パンくず・ページ上部メインイメージ・フッター など）の基本レイアウトに関する設定を記述してください

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
html{
	min-width: 1000px;
}
body {
	min-width: 1000px;
	background: #DEDEDE;
}


#header {
	background: #fff;
	width:100%;
	height: 7vw;
	min-width: 1000px;
	min-height: 80px;
	margin:0;
	padding:20px 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    position: fixed;
    justify-content: flex-start;
    z-index: 1000;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
}
#header h1.content_title {
	width: 25%;
	margin-right: 2%;
}
#header h1.content_title a img{
	width: 100%;
}
#header h1.content_title span{
	display: block;
	color: #FFFFFF;
	font-size: 1.0vw;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin-top: 3px;
}
.header_link {
	width: 50%;
	width: 53%;
	text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}
.header_link li a{
	padding: 3px 0;
	border: solid #2B5DC3;
	border-width: 1px 0 1px 1px;
	display: block;
	color: #2B5DC3;
	/*font-size: 13px;*/
	font-size: 1.00vw;
	/*min-width: 100px;*/
	text-align: center;
}
.header_link li.header_normal a{
	width: 100px;
	width: 7.50vw;
}
.header_link li:nth-child(2) a{
	border-width: 1px ;
}
.header_link li.header_request a {
	border: none;
	color: #FFF;
	margin: 0 0.90vw 0 1.80vw;
	background: rgba(50,100,185,1);
	font-weight: 600;
	font-size: 1.20vw;
	min-width: 90px;
	width: 9.00vw;
	position: relative;
	height: 3.10vw;
	box-sizing: border-box;
}
.header_link li.header_oclink a {
	border: none;
	color: #FFF;
	margin: 0 ;
	background: rgba(50,150,200,1);
	font-weight: 600;
	font-size: 1.10vw;
	line-height:1.2em;
	min-width: 90px;
	width: 9.00vw;
	position: relative;
	height: 3.10vw;
	box-sizing: border-box;
}

.header_link li.header_webform a {
	border: none;
	color: #FFF;
	margin: 0 0.90vw 0 0.90vw;
	background: #FF5800;
	font-weight: 600;
	font-size: 1.10vw;
	line-height:1.2em;
	min-width: 90px;
	width: 9.00vw;
	position: relative;
	height: 3.10vw;
	box-sizing: border-box;
}

.header_link li.header_linelink a {
	border: none;
	color: #FFF;
	margin: 0 0 0 0;
	background: rgba(6,199,85,1);
	font-weight: 600;
	font-size: 1.20vw;
	line-height:1.2em;
	min-width: 90px;
	width: 9.00vw;
	position: relative;
	height: 3.10vw;
	box-sizing: border-box;
}
.header_link li.header_request a span,
.header_link li.header_oclink a span,
.header_link li.header_webform a span,
.header_link li.header_linelink a span{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	display: inline-block;
	width: 100%;
}

.navi-btn {
	display: inline-block;
	width: 50px;
	height: 100px;
	transition: all .4s;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 4%;
	margin: auto;
	cursor: pointer;
}

.navi-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #2B5DC3;
  border-radius: 2px;
}
.navi-btn span:nth-of-type(1) {
  top: 35%;
}
.navi-btn span:nth-of-type(2) {
  top: 50%;
}
.navi-btn span:nth-of-type(3) {
  top: 65%;
}

.navi-btn.active {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#navi-menu {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 7vw;
	left: 0;
	z-index: 500;
	padding: 30px 10% 50px;
    background: rgba(20,20,20,.8);
    display: none;

}
#navi-menu>ul{
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
#navi-menu>ul>li {
	width: 25%;
	margin-bottom: 15px;
}
#navi-menu>ul>li>a{
	display: block;
	width: 90%;
	margin-right: 10%;
	margin-bottom: 5px;
	padding: 6px 10px ;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	border: 1px solid #FFF;
}

#navi-menu>ul ul.navi-menu_sub>li>a{
	display: block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	color: #FFF;
	padding: 5px 10px 0;
}

.header_webform_sp{
	display: none;
}


@media screen and (max-width: 761px ) {
	.header_webform_sp{
	display: block;
}
	.header_webform_sp a{
    display: block;
    text-align: center;
    border: none;
    color: #FFF;
    background: #FF5800;
    font-weight: 800;
    font-size: 13.5px;
    line-height: 42px;
    width: 90px;
    position: relative;
    height: 40px;
    box-sizing: border-box;
}
}

.main_img {
	width: 100%;
	height: 38vw;
	background: #AAA;
	position: relative;
}
.about .main_img {
	background: url(../images/main_visual/main_visual_about.png) no-repeat center center;
	background-size: cover;
}
.about.special .main_img {
	background: url(../images/main_visual/main_visual_special.png) no-repeat center center;
	background-size: cover;
}
.about.principal .main_img,
.news .main_img {
	background: url(../images/main_visual/main_visual_about_principal.jpg) no-repeat center center;
	background-size: cover;
}
.about.access .main_img {
	background: url(../images/main_visual/main_visual_about_access.png) no-repeat center 80px;
	background-size: cover;
}
.about.qa .main_img {
	background: url(../images/main_visual/main_visual_about_qa.png) no-repeat center center;
	background-size: cover;
}
.opencampus .main_img {
	background: url(../images/main_visual/main_visual_oc.png) no-repeat center 80px;
	background-size: cover;
}
.requirement .main_img {
	background: url(../images/main_visual/main_visual_requirement.png) no-repeat center center;
	background-size: cover;
}
.campuslife .main_img {
	background: url(../images/main_visual/main_visual_campuslife_index.png) no-repeat center center;
	background-size: cover;
}
.campuslife.activity .main_img {
	background: url(../images/main_visual/main_visual_campuslife_activity.jpg) no-repeat center center;
	background-size: cover;
}
.employment .main_img {
	background: url(../images/main_visual/main_visual_employment.png) no-repeat center 80px;
	background-size: cover;
}
.overseas .main_img {
	background: url(../images/main_visual/main_visual_overseas.png) no-repeat center center;
	background-size: cover;
}
.overseas.qa .main_img {
	background: url(../images/main_visual/main_visual_overseas_qa.png) no-repeat center center;
	background-size: cover;
}
.overseas.course .main_img {
	background: url(../images/main_visual/main_visual_overseas_course.png) no-repeat center center;
	background-size: cover;
}
.highschool .main_img {
	background: url("../images/main_visual/main_visual_highschool.jpg") no-repeat center top;
	background-size: cover;
}
.graduated .main_img {
	background: url("../images/main_visual/main_visual_graduated.jpg") no-repeat center top;
	background-size: cover;
}

.alumni .main_img ,
.companies .main_img ,
.disclosure .main_img ,
.graduates .main_img {
	background: url(../images/main_visual/main_visual_info.png) no-repeat center center;
	background-size: cover;
}





.employment.introduction01 .main_img {
	background: url(../images/employment/employment_introduction_img01.png) no-repeat center center;
	background-size: cover;
}
.employment.introduction02 .main_img {
	background: url(../images/employment/employment_introduction_img03.png) no-repeat center center;
	background-size: cover;
}
.employment.introduction03 .main_img {
	background: url(../images/employment/employment_introduction_img05.png) no-repeat center center;
	background-size: cover;
}

.main_img .content-head{
	background: #FFF;
	position: absolute;
	top: 45%;
	left: 0;
	padding: 0 5% 0 3%;
	min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	align-items: center;
	color: rgba(50,100,185,1);
	font-size: 24px;
	font-weight: 600;

}
.main_img .content-head::before{
	content: '';
	width: 40px;
	height: 40px;
	display: inline-block;
	border: 6px solid rgba(50,100,185,1);
	border-radius: 20px;
	margin-right: 15px;
}
.main_img .content-head::after{
	content: '';
	width: 40px;
	height: 3px;
	display: inline-block;
	background:rgba(50,100,185,1);
	border-radius: 20px;
	position: absolute;
	right: -20px;
	top: 50%;
}
.about.special .main_img .content-head{
	width: 35%;
	height: 40%;
	background: url(../images/about/special_logo.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 3%;
	top: 32%;

}
.about.special .main_img .content-head::before ,
.about.special .main_img .content-head::after{
	display: none;
}
.opencampus .main_img {
	height: 40vw;
	position: relative;
	padding: 0;
}
.opencampus .main_img .content-head{
	width: 40%;
	height: calc(100% - 5vw);
	position: absolute;
	left: 30%;
	top: 5vw;
	background: none;
	text-align: center;
	padding: 0;
}
.opencampus .main_img .content-head img{
	height: 100%;
	display: block;
	margin: 0 auto;
}
.opencampus .main_img .content-head::before,
.opencampus .main_img .content-head::after {
	display: none;
}







#main_content {
	width: 94%;
	margin: -5vw 3% 40px;
	background: #FFF;
	padding-bottom: 100px;
	position: relative;
	z-index: 2;
}

.top #main_content,
.course #main_content {
	width: 100%;
	margin:  0;
	padding-top: 7vw;
	padding-bottom: 0;
}
.opencampus #main_content {
	width: 100%;
	margin:  0;
	background: none;
	padding-bottom: 0;
}
.opencampus #main_content .oc_main_content{
	width: 94%;
	margin: -5vw 3% 40px;
	background: #FFF;
	margin-bottom: 40px;
	padding-bottom: 30px;
	position: relative;
	z-index: 4;
}
.highschool #main_content,
.graduated #main_content {
	width: 94%;
	margin: -5vw 3% 40px;
	padding-bottom: 0;
}

.local_navi {
	display: none;
    margin-bottom: 30px;
}
.local_navi.current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.local_navi li {
	flex-grow: 1;
}
.local_navi li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	text-align: center;
	width: 100%;
	font-size: 16px;
	letter-spacing: .05em;
	font-weight: 600;
	line-height: 1.4em;
	height: 72px;
	border-top: 1px solid #FFF;
	border-bottom: 8px solid rgba(50,100,185,1);
	background: #FFF;
	align-items: center;
	justify-content:center;
}
.local_navi li.local_navi-long_text a{
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 600;
	line-height: 1.4em;
}
.local_navi li a.stay_page{
	background: rgba(50,100,185,1);
	color: #FFF;
}



#footer{
}

#footer .footer-sns_list{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#footer .footer-sns_list li{
	width: 50.0%;
}
#footer .footer-sns_list li a{
	display: block;
	padding: 8px 0 8px 30px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
}
#footer .footer-sns_list li:first-child a{
	background: #000;
}
#footer .footer-sns_list li:nth-child(2) a{
	background: #E1306C;
}

#footer .footer-info{
	background: #4D708F;
	color: #FFF;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    padding: 25px 5%;
    font-size: 13px;
    border-bottom: 1px solid #FFF;
}
#footer .footer-info dt{
	width: 35%;
	max-width: 350px;
	margin-right: 5%;

}
#footer .footer-info dt img{
	width: 88.0%;
	max-width: 360px;
}

#footer .footer-info dt .address{
	margin-top: 8px;
}
#footer .footer-info dd {
	width: 35%;

}
#footer .footer-info dd p{
    font-size: 13px;
    line-height: 1.6em;
}
#footer .footer-info dd .tel_num{
	font-size: 21px;
	font-weight: 600;
	line-height: 1em;
}
#footer .footer-info dd .tel_num span{
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	padding: 3px 7px;
	border: 1px solid #FFF;
	font-size: 13px;
	margin: 0 15px 5px 0;
}

#footer .footer-info dd.footer-info_navi{
	width: 25%;
	margin: 0;

}
#footer .footer-info dd.footer-info_navi ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
#footer .footer-info dd.footer-info_navi ul li {
	width: 50%;
	margin: 3px 0;
}
#footer .footer-info dd.footer-info_navi ul li a{
	display: block;
	text-decoration: underline;
	color: #FFF;
	font-size: 14px;
}

#footer .footer-navi {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    background: #5A5D5F;
    padding: 30px 5%;
}

#footer .footer-navi ul{
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 20px;
}
#footer .footer-navi ul:nth-child(5){
	margin-right: 0;
}
#footer .footer-navi ul a{
	color: #FFF;
	display: block;
	font-size: 14px;
}
#footer .footer-navi ul li.footer-navi-cat_title a{
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #FFF;
}
#footer .footer-copyright {
	width: 100%;
	padding: 25px 0;
	text-align: center;
	font-size: 13px;
	color: #FFF;
	border-top: 1px solid #FFF;
    background: #5A5D5F;
}


a.no-link {
	pointer-events: none;
}




.signature_box{
	display: block;
}
.signature {
	text-align: right;
}


/*----------------------------------
top & news
-----------------------------------*/
.news #main_content{
	text-align: center;
}
.content_inner._wide-content {
	margin: 0 auto;
	padding-top: 100px;
	width: 100%!important;
	min-width: 720px;
	max-width: 100%!important;
	position: relative;
}
.top-cms_wrap {
	width: 100%;
	background: #DFDFDF;
	margin-top: -120px;
	padding-top: 120px;
	padding-bottom: 20px;
}

.top-news-list_wrap{
	width: 100%!important;
	display: block!important;
	max-width: 1420px;
	margin: 0 auto;
}
ul.top-news-list_wrap_ul{
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.top-news-list_wrap_ul li{
	width: 33.0%;
	max-width: 450px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: left;
	position: relative;
}
ul.top-news-list_wrap_ul li:nth-child(3n){
	/*margin-right: 0;*/
}
ul.top-news-list_wrap_ul li:nth-child(n+4){
	margin-bottom: 0;
}
@media screen and (max-width: 1460px ) {
	ul.top-news-list_wrap_ul li:nth-child(3n){
		/*margin-right: 20px;*/
	}
	.ul.top-news-list_wrap_ul li:nth-child(even){
		/*margin-right: 0;*/
	}
}
@media screen and (max-width: 761px ) {
	.content_inner._wide-content {
		min-width: 0;
		padding-top: 60px;
	}
	ul.top-news-list_wrap_ul{
		padding: 0;
		box-sizing: border-box;
	}
	ul.top-news-list_wrap_ul li{
		width: 40.0%;
		/*margin-right: 0;*/
		margin-bottom: 20px;
	}
	ul.top-news-list_wrap_ul li:nth-child(3n){
		/*margin-right: 0;*/
	}
	.ul.top-news-list_wrap_ul li:nth-child(even){
		/*margin-right: 0;*/
	}
	ul.top-news-list_wrap_ul li:nth-child(n+4){
		margin-bottom: 20px;
	}
	ul.top-news-list_wrap_ul li:nth-child(n+5){
		margin-bottom: 0;
	}
}
@media screen and (max-width: 540px ) {
	.content_inner._wide-content {
		padding-top: 30px;
	}
	ul.top-news-list_wrap_ul{
		display: block;
	}
	ul.top-news-list_wrap_ul li{
		width: auto;
		max-width: 540px;
		box-sizing: border-box;
	}
	ul.top-news-list_wrap_ul li:nth-child(n+5){
		margin-bottom: 20px;
	}
	ul.top-news-list_wrap_ul li:last-child{
		margin-bottom: 0;
	}
}
ul.top-news-list_wrap_ul li a {
	display: block;
	position: relative;
	z-index: 1;
	padding: 0;
	border-top: 8px solid #000;
}
.top-news-list_wrap p{
	margin-top: 40px;
}
.top-news-list_wrap a.top-news_btn{
	position: relative;
	display: block;
	width: 350px;
	height: 60px;
	background-color: #2B5A9F;
	margin: 0 auto;
	color: #FFFFFF;
}
@media screen and (max-width: 540px ) {
	.top-news-list_wrap a.top-news_btn{
		width: auto;
		max-width: 280px;
	}
}
.top-news-list_wrap a.top-news_btn span.txt{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	font-weight: bold!important;
}
.top-cms_img {
	width: 100%;
	height: 14vw;
	min-height: 140px;
	overflow: hidden;
}
.top-cms_bnr .top-cms_img {
	width: 100%;
	height: calc(23vw + 8px) ;
	min-height: 238px;
}

.top-cms_img img {
  width: 100%;
  height: 100%;
	object-fit: cover;
}



.top-cms_box {
	width: 100%;
	height: 9vw;
	min-height: 90px;
	background: #000;
	padding: 5px 10px 10px;
}
@media screen and (max-width: 761px ) {
	.top-cms_box {
		height: 20.0vw;
	}
}
.top-cms_date {
	font-size: 12px;
	color: #FFF;
	font-weight: 600;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
.top-cms_title {
	font-size: 15px;
	font-weight: 600;
	color: #FFF;
}
.top-cms_cat {
	position: absolute;
	top: -12px;
	left: 10px;
	padding: 6px 15px;
	color: #FFF;
	font-size: 14px;
	line-height: 1em;
	font-weight: 600;
	z-index: 1000;
}
.top-cms_cat.news {
	background: rgba(0,210,220,.8);
}
.top-cms_cat.admission_news {
	background: rgba(255,170,186,.8);
}
.top-cms_cat.event_news {
	background: rgba(168,152,205,.8);
}


.pagination{
   margin: 50px auto 0;
	 display: inline-block;
	 *display: inline;
	 *zoom: 1;
}
.nav-links{
}
.pagination .page-numbers{
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
}
.pagination .page-numbers li{
	border: solid 1px #DFDFDF;
	border-right: none;
}
.pagination .page-numbers li:last-child{
	border-right: solid 1px #DFDFDF;
}
.pagination .page-numbers li:first-child,
.pagination .page-numbers li:first-child a,
.pagination .page-numbers li:first-child span{
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
}
.pagination .page-numbers li:last-child,
.pagination .page-numbers li:last-child a,
.pagination .page-numbers li:last-child span{
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}
.pagination .page-numbers li a{
	padding: 10px 12px;
	background-color: #fff;
	color: #3264CD;
}
.pagination .page-numbers li span{
	padding: 10px 12px;
	background-color: #3264CD;
	color: #fff;
}
.pagination .prev,
.pagination .next{
   background:transparent;
   box-shadow:none;
   color:#69a4db;
}
.pagination .dots{
   background:transparent;
   box-shadow:none;
}

/*追記CSS*/
/*PC*/
@media only screen and (min-width: 762px) {
	.pc { 
		display: block !important; 
	}
	
	.smp { 
		display: none !important; 
	}
	
	/*固定フッター*/
	.ft_fixed {
		display: none;
	}
	
	.hd_btn,
	.ft_btn {
		display: none;
	}
	
	/*10.トップページ*/
	.top-target_navi {
		position: relative;
	}
	
	.top-target_navi::before {
		content: "";
		z-index: -1;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 120px;
		background: #DEDEDE;
	}
	
	.top-cms_wrap {
		margin-top: 0!important;
		padding-top: 80px!important;
	}
	
	#top_add {
		display: none;
	}
	
	#top_add01 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.add03 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 70px 0 70px 0;
		background: #2B5DC3;
	}
	
	.add03 h2 {
		margin-bottom: 45px;
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 30px;
		text-align: center;
		color: #fff;
	}
	
	.add03 h2 span {
		display: block;
		position: relative;
		margin-bottom: 15px;
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #fff;
	}
	
	.add03 .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 1130px;
		height: auto;
		margin: 0 auto 45px auto;
	}
	
	.add03 .con .ptn {
		display: block;
		position: relative;
		width: 350px;
		height: auto;
		padding: 30px 35px 35px 35px;
		background: #fff;
		border-radius: 10px;
		box-sizing: border-box;
	}
	
	.add03 .con .ptn h3 {
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: center;
		color: #2B5DC3;
	}
	
	.add03 .con .ptn p {
		margin: 20px auto 20px auto;
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
		color: #000000;
	}
	
	.add03 .con .ptn a {
		display: block;
		position: relative;
		width: 220px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 14px 0 14px 0;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #fff;
		background: #2B5A9F;
		border-radius: 0;
	}
	
	.add03 a.btn {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 18px 0 18px 0;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #2B5A9F;
		background: #fff;
		border-radius: 0;
	}
	
	/*アクセス*/
	.ac_01 {
		position: relative;
		width: 600px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.ac_01 img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
	}
	
	.ac_01 .text {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.ac_01 .text p {
		position: relative;
		padding-left: 15px;
		font-size: 16px;
	}
	
	.ac_01 .text p::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 9px;
		height: 9px;
		border-radius: 100px;
		background: #000000;
	}
	
	.ac_02 {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 820px;
		height: auto;
		margin: 60px auto 0 auto;
	}
	
	.ac_02 .ptn {
		position: relative;
		width: 380px;
		height: auto;
		margin-bottom: 50px;
	}
	
	.ac_02 .ptn:nth-of-type(1),
	.ac_02 .ptn:nth-of-type(3) {
		margin-right: 60px;
	}
	
	.ac_02 .ptn:nth-of-type(5) {
		margin-bottom: 0;
	}
	
	.ac_02 .ptn h3 {
		position: relative;
		padding: 3px 0 3px 17px;
		font-size: 22px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
		color: #003894;
	}
	
	.ac_02 .ptn h3::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 7px;
		height: 100%;
		background: #003894;
	}
	
	.ac_02 .ptn iframe {
		display: block;
		position: relative;
		width: 100%;
		height: 300px;
		margin: 20px auto 20px auto;
		object-fit: cover;
		object-position: center;
	}
	
	.ac_02 .ptn a {
		display: block;
		position: relative;
		width: 220px;
		height: auto;
		margin: 0 auto 0 0;
		padding: 15px 0 15px 0;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #fff;
		background: #2B5A9F;
	}
	
}

/*SMP*/
@media only screen and (max-width: 761px) {
	.pc { 
		display: none !important; 
	}
	
	.smp { 
		display: block !important; 
	}
	
	/*固定フッター*/
	.header_link {
		display: none;
	}
	
	.ft_fixed {
		z-index: 100;
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 65px;
		background: #2B5DC3;
	}
	
	.ft_fixed font {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 100%;
		font-size: 19px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 19px;
		text-align: center;
		color: #fff;
	}
	
	.ft_fixed font span {
		position: relative;
		margin-left: 8px;
		padding: 8px 16px 8px 16px;
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
		color: #2B5A9F;
		background: #fff;
		border-radius: 100px;
	}
	
	.hd_btn {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.ft_btn {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 45px 0 45px 0;
		background: #fff;
	}
	
	.add_btn {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.add_btn a {
		display: block;
		position: relative;
		width: 325px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 18px 0 18px 0;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
	}
	
	.add_btn a img {
		display: block;
		position: absolute;
		top: 50%;
		left: 87px;
		transform: translateY(-50%) translateX(0);
		width: 50px;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	.add_btn a:nth-of-type(1) {
		margin-bottom: 20px;
		background: #2B5A9F;
	}
	
	.add_btn a:nth-of-type(2) {
		margin-bottom: 20px;
		background: #FF5800;
	}
	
	.add_btn a:nth-of-type(3) {
		background: #4cc764;
	}
	
	/*20.学校長メッセージ*/
	.about_text_bottom {
		padding-bottom: 0px!important;
	}
	
	.local_navi.current {
		z-index: 1;
	}
	
	/*10.トップページ*/
	.top-mv-course_name {
		display: none;
	}
	
	.top-main_visual ul li a {
		background: #fff!important;
	}
	
	#top_add {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
		margin: -76% auto 0 auto;
	}
	
	#top_add a.btn {
		display: block;
		position: relative;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 18px 0 18px 0;
		font-size: 15px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: center;
		border-radius: 0;
	}
	
	.add_h2 {
		margin-bottom: 35px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #2B5DC3;
	}
	
	.add_h2 font {
		position: relative;
		padding: 0 20px;
	}
	
	.add_h2 font::before,.add_h2 font::after {
		content: "";
		position: absolute;
		bottom: 8px;
		width: 19px;
		height: 1.5px;
		background: #2B5DC3;
	}
	
	.add_h2 font::before {
		left: 0;
		transform: rotate(65deg);
	}
	
	.add_h2 font::after {
		right: 0;
		transform: rotate(-65deg);
	}
	
	#top_add .add01,#top_add .add02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 45px 0 45px 0;
	}
	
	#top_add .add01 {
		background: #fff;
	}
	
	#top_add .add02 {
		background: #DCE2F5;
	}
	
	#top_add .add01 .con,#top_add .add02 .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 350px;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	#top_add .add01 .con a,#top_add .add02 .con a {
		display: block;
		position: relative;
		width: 170px;
		height: auto;
		padding: 27px 0 27px 0;
		border-radius: 5px;
	}
	
	#top_add .add01 .con a:nth-of-type(1) {
		background: #D4777A;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	#top_add .add01 .con a:nth-of-type(2) {
		background: #62CCA7;
		margin-bottom: 10px;
	}
	
	#top_add .add01 .con a:nth-of-type(3) {
		background: #A595CC;
		margin-right: 10px;
	}
	
	#top_add .add01 .con a:nth-of-type(4) {
		background: #FFA6B6;
	}
	
	#top_add .add02 .con a:nth-of-type(1) {
		background: #FD9432;
		margin-right: 10px;
	}
	
	#top_add .add02 .con a:nth-of-type(2) {
		background: #44A1D0;
	}
	
	#top_add .add01 .con a img,#top_add .add02 .con a img {
		display: block;
		position: relative;
		width: 60px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#top_add .add01 .con a font,#top_add .add02 .con a font {
		display: block;
		position: relative;
		margin-top: 10px;
		font-size: 15px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: center;
		color: #fff;
	}
	
	
	#top_add .add01 a.btn,#top_add .add02 a.btn {
		width: 225px;
		color: #fff;
		background: #2B5A9F;
	}
	
	.add03 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 35px 0 40px 0;
		background: #2B5DC3;
	}
	
	.add03 h2 {
		margin-bottom: 35px;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: center;
		color: #fff;
	}
	
	.add03 h2 span {
		display: block;
		position: relative;
		margin-bottom: 10px;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: center;
		color: #fff;
	}
	
	.add03 .con {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	.add03 .con .ptn {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
		padding: 30px 27px 27px 27px;
		background: #fff;
		border-radius: 5px;
		box-sizing: border-box;
	}
	
	.add03 .con .ptn:nth-of-type(3) {
		margin-bottom: 0;
	}
	
	.add03 .con .ptn h3 {
		font-size: 17px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: center;
		color: #2B5DC3;
	}
	
	.add03 .con .ptn p {
		margin: 20px auto 20px auto;
		font-size: 14px;
		letter-spacing: 0.5px;
		line-height: 20px;
		text-align: left;
		color: #000000;
	}
	
	.add03 .con .ptn a {
		display: block;
		position: relative;
		width: 220px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 14px 0 14px 0;
		font-size: 15px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: center;
		color: #fff;
		background: #2B5A9F;
		border-radius: 0;
	}
	
	.add03 a.btn {
		width: 270px;
		color: #2B5A9F;
		background: #fff;
	}
	
	.add04 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 45px 0 45px 0;
		background: #DCE2F5;
	}
	
	.add04 a {
		display: block;
		position: relative;
		width: 325px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 18px 0 18px 0;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
	}
	
	.add04 a img {
		display: block;
		position: absolute;
		top: 50%;
		left: 87px;
		transform: translateY(-50%) translateX(0);
		width: 50px;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	.add04 a:nth-of-type(1) {
		margin-bottom: 25px;
		background: #2B5A9F;
	}
	
	.add04 a:nth-of-type(2) {
		background: #4cc764;
	}
	
	#top_add01 {
		display: none;
	}
	
	/*アクセス*/
	.ac_01 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.ac_01 img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 15px auto;
	}
	
	.ac_01 .text {
		position: relative;
		width: 280px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.ac_01 .text p {
		position: relative;
		padding-left: 8px;
		font-size: 14px;
		white-space: nowrap;
	}
	
	.ac_01 .text p::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 4px;
		height: 4px;
		border-radius: 100px;
		background: #000000;
	}
	
	.ac_02 {
		position: relative;
		width: 300px;
		height: auto;
		margin: 45px auto 0 auto;
	}
	
	.ac_02 .ptn {
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	
	.ac_02 .ptn:nth-of-type(5) {
		margin-bottom: 0;
	}
	
	.ac_02 .ptn h3 {
		position: relative;
		padding: 1.5px 0 1.5px 16px;
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #003894;
	}
	
	.ac_02 .ptn h3::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 6px;
		height: 100%;
		background: #003894;
	}
	
	.ac_02 .ptn iframe {
		display: block;
		position: relative;
		width: 100%;
		height: 240px;
		margin: 15px auto 15px auto;
		object-fit: cover;
		object-position: center;
	}
	
	.ac_02 .ptn a {
		display: block;
		position: relative;
		width: 220px;
		height: auto;
		margin: 0 auto 0 0;
		padding: 12px 0 12px 0;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #2B5A9F;
	}
	
	.about #main_content {
		padding-bottom: 250px!important;
	}
	
	.employment #main_content {
		padding-bottom: 20px!important;/*卒業生紹介のタブを復活させる場合は、180pxに戻す*/
	}
	
	.overseas #main_content {
		padding-bottom: 160px!important;
	}
	
}