@charset "utf-8";
/* CSS Document */

#mainvisual{
    width: 100%;
    position: relative;
	aspect-ratio: 7 / 10;
	overflow:hidden;
}
.sliderArea{
	width: 100%;
}
.sliderArea img{
	max-width: 100%;
	height:auto;
}
.ao_mian img{
	display:block;
	width:94%;
	margin:20px auto;
}
.ao_mian a:hover{
	opacity:0.8;
}

/*////////////////////緊急告知////////////////////*/
.kinyu{
	position:absolute;
	bottom: -25px;
	width:100%;
	z-index:999;
	/*margin-bottom:20px;*/
	margin-bottom:40px;
}
.main_list{
	width: 90%;
	background-color: rgba(0,0,0,0.65);
	overflow:hidden;
	/*padding-top:20px;*/
}
.main_list li{
	/*margin:10px 0;*/ 
	padding:0 10px 0;
	overflow:hidden;
}
.main_list li a{
	color: #fff;
	padding:10px 5px;
	display: block;
    text-decoration: underline;
}
.main_list li a:hover{
	color: #fff100;
	opacity: 0.6;
}

/*////////////////////重要なお知らせ////////////////////*/
.topic_news{
	background-color: #fff;
	display: grid;
	align-content: center;
	padding: 20px 2%;
	position:relative;
	z-index:999;
}
.topic_news_inner{
	width: 100%;
	height: 60px;
	display: flex;
	display: table;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	letter-spacing: 1px;
}
.jyuyou{
	width: 30%;
	height: 60px;
	font-size: ;
	background-color: #C10000;
	border: 1px solid #C10000;
	color: #fff;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	/*padding: 10px 5px 0;*/
	font-size:93%;
}
.jyuyou_title{
	display:block;
	width: 100%;
	border: 1px solid #C10000;
	color: #C10000;
	background:#fff;
	text-align: left;
	padding: 10px 10px 0;
	font-size:93%;
}

.jyuyou_title a{
	display:block;
	color: #C10000;
	padding-bottom:10px;
}
.topic_news_inner a:hover{
	text-decoration: underline;
}

/*////////////////////PICK UP////////////////////*/
.you_box{
	height: auto;
	background-color: #ecebeb;
	padding: 40px 0;
}
.you_box_slider{
	width: 85%;
	margin: 0 auto;
}
ul.slider img{
	width: 100%;
	height: auto;
}
ul.slider img:hover{
	opacity: 0.7;
}
.slider .slick-slide {
    margin:0 5px;
}
h2.you_box_title{
	font-size: 30px;
	margin-bottom: 5x;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 26%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    height: 40px;
    width: 30px;
	z-index: 99;
}
.slick-prev {/*戻る矢印の位置と形状*/
    left: -6%;
	background-image: url(../img/arrow-prev.gif);
	background-size: cover;
}
.slick-next {/*次へ矢印の位置と形状*/
    right: -6%;
	background-image: url(../img/arrow-next.gif);
	background-size: cover;
}

/*ドットナビゲーションの設定*/
.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}
.slick-dots li {
    display:inline-block;
	margin:0 5px;
}
.slick-dots button {
    color: transparent;
    outline: none;
	border: none;
    width: 25px;/*ドットボタンのサイズ*/
	height: 3px;
    display:block;
    background:#ccc;/*ドットボタンの色*/
}
.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}


.gakuhi_banner img{
	display:block;
	width:94%;
	margin:20px auto 0;
}


/*contents
================================== */
#contents{
	width: 100%;
	height: auto;
	background-color: #f7f7f7;
}

/* News */
.news{
	width: 100%;
	padding: 60px 0 60px;
	margin: 0 auto;
	display:;
}
.news-title{
	position: relative;
	display: grid;
	justify-content: center;
}
.news-title h2{
	font-size: 250%;
	position: relative;
}
.news-title h2::before{
	content: '';
	width: 20px;
	height: 20px;
	background-color: #00467e;
	position: absolute;
	top: -8px;
	left: -18px;
}
.news ul{
	margin: 0 auto;
	padding-top: 10px;
}
@media all and (min-width: 568px){
	.news ul{
		width: 65%;
	}
}
.news ul li{
	padding: 10px 2%;
	letter-spacing: 1px;
	position: relative;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	border-bottom:1px dotted #ccc;
	width:96%;
	margin:0 auto;
}
.news ul li a{
	color: #000;
}
.news ul li a:hover{
	color: #00467e;
	opacity: 0.8;
	/*border-bottom: 1px solid  rgba(0,70,126,0.5);*/
}
span.gray{
	color: #666;
}

.fa-play{
	padding:0 10px;
}

.news ul li:last-child{
	border:none !important;
}
/*news一覧ボタン*/
.news-button{
	display: block;
	width: 60%;
	height: 50px;
	line-height: 50px;
	margin: 20px auto 0;
	text-align: center;
	letter-spacing: 1px;
	color: #00467e;
	position: relative;
	transition: .2s;
	border: 1px solid #00467e;
}
.news-button:hover{
	opacity: 0.7;
}
.news-button img{
	vertical-align: middle;
	margin-left: 5px;
}
.news-button::after{
	content: '';/* 矢印 */
	position: absolute;
	top: 14px;
	right: 15px;
	background:url(../img/top/arrow-round.png);
	background-size: cover;
	background-position: center;
	width: 20px;
	height: 20px;
	transition: .2s;
}


/* department */
.department{
	/*padding: 0 0 40px;*/
}
h2.department-title{
	font-size: 123.1%;
	text-align: center;
	/*letter-spacing: 1px;*/
	padding-bottom: 10px;
}
span.big{
	font-size: 187%;
}

.bunya_photo img{
	width:100%;
}
.back{
	background:url(../img/top/course-background.png);
	background-size:contain;
	padding-bottom:20px;
}
.bunya_box{
	display: flex;
    justify-content: center;
	padding:15px 0 20px;
}
.left_box{
	text-align:center;
	background:#535353;
	display: flex;
    align-items: center;
	font-weight:bold;
	font-size:150%;
	padding:10px;
	margin-right:20px;
	color:#fff;
}
.right_box li{
	font-weight:bold;
	font-size:108%;
}
.banner-button a{
	display:block;
	width:84%;
	margin:0 auto 20px;
	color:#333;
	padding:10px 20px;
	border-radius:5px;
	font-weight:bold;
	font-size:116%;
}
.surface img{
	display:block;
	width:80%;
	margin:35px auto 0;
}
/*.department-inner{
	width: 100%;
	display: grid;
}
.field{
	width: 100%;
	position: relative;
}
.field-button{
	display: flex;
}
.field-button img{
	width: 100%;
	height: 100%;
	transition: .3s ease-in-out;
	transform: scale(1);
}
.field-button a{
	overflow: hidden;
}
.field-button img:hover{
	opacity: 0.8;
	transform: scale(1.05, 1.05);
}*/

/* pointo */
.pointo{
	width: 100%;
	margin: 0 auto;
	/*padding: 0 0 100px;*/
}
.pointo-inner{
	width: 100%;
	/*height: 520px;*/
	/*background-image: url(../img/top/point7_1.jpg);*/
	background-size: cover;
	background-position: center;
	position: relative;
}
.pointo-text{
	/*width: 80%;*/
	height: 450px;
	background-color: #00467e;
	/*position: absolute;
	top: 25%;
	right: 0;*/
	z-index: 9;
}
h2.pointo-title{
	padding: 70px 0 0 8%;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: min(5.5vw, 22.7px);
	color:#fff;
}
.pointo-text p{
	padding: 30px 8% 30px;
	letter-spacing: 1px;
	line-height: 1.7;
	font-size: 100%;
	color:#fff;
}
span.big-pointo{
	font-size: 197%;
	vertical-align: top;
}
span.round{
	display: inline-block;
	font-size: 189%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	background-color: #fff;
	color: #00467e;
	text-align: center;
	font-weight: bold;
	margin: 5px 0 0 5px;
}
.pointo-text a{
	display: block;
	width: 84%;
	margin: 0 auto;
	text-align: center;
	color: #00467e;
	border: 1px solid #00467e;
	padding: 13px 0;
	font-size: 108%;
	background:#fff;
}
.pointo-text a:hover{
	opacity: 0.7;
}

.pointo-text a::after{
	content: '';/* 矢印 */
	position: absolute;
	right: 60px;
	background:url(../img/top/arrow-round.png);
	background-size: cover;
	background-position: center;
	width: 20px;
	height: 20px;
}

/*　OGOB　先輩　*/
.ob-box{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding: 20px 0 40px;
}
.ob-box-inner:nth-child(1){
	margin-right: 5px;
}
.ob-box-inner{
	width: 48%;
	height: auto;
}
.ob-box-inner:hover{
	box-shadow: 2px 2px 6px hsl(0deg 0% 0% / 0.2);
	transform: translate(-2px, -2px);
	opacity: 0.8;
}

.ob-box-inner a{
	display: grid;
	justify-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
	transition: all .2s;
	position: relative;
}
.box{
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	height: 225px;
	display: grid;
	align-items: center;
	justify-items: center;
}
@media all and (min-width: 568px){
	.box{
		height: 300px;
	}
	.box-title{
		font-size: 108%;
	}
}
.box01{
	background-image: url(../img/top/ogob.jpg);
}
.box02{
	background-image: url(../img/top/senpai.jpg);
}
.box-title{
	color: #fff;
	font-size: 93%;
	width: 60%;
	background-color: rgba(0,0,0,0.75);
	text-align: center;
	letter-spacing: 1px;
	padding: 15px 0;
	font-weight: bold;
}
.box-title > span{
	font-size: 165%;
}
.box-text{
	color: #000;
	width: 48%;
	height: 115px;
	letter-spacing: 1px;
	line-height: 1.5;
	text-align: center;
	padding: 0 10px;
	font-size: 93%;
	background-color: #fff;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.box-text::before{
	content: "";/* ボーダーライン */
	display: block;
	width: 70%;
	height: 1px;
	background-color: rgba(0,70,126,0.5);
	position: absolute;
	bottom: 11px;
	left: 15%;
	/*アニメーションの指定*/
    transition: all .3s;
    transform: scale(1, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*左上基点*/
}



/*contents_02
================================== */
#contents_02{
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 40px 0 50px;
}
p.support_title{
	font-size: 180%;
	font-weight:bold;
	text-align: center;
	letter-spacing: 1px;
	padding: 0 4% 10px;
}
p.support_title span{
	font-size: 153.9%;
	padding: 0 10px;
	color: #00467e;
	text-shadow: 1px 2px 0px rgba(255,241,0,0.5);
}

/* support　*/
.support_01{
	width: 100%;
	padding: 30px 0 0;
}
.support_01 a{
	overflow: hidden;
	font-weight: bold;
}
.support_01 a:hover{
	overflow: hidden;
	transform: scale(1.01, 1.01);
}
.support-text{
	letter-spacing: 1px;
	padding: 0 3%;
}
.support-text h2{
	font-size: 7.5vw;
	font-style: italic;
	font-weight: bold;
	position: relative;
}
.support-text h2::after{
	content: '';/* ボーダーライン */
	display: block;
	width: 57%;
	height: 1px;
	background-color: rgba(0,70,126,0.5);
	position: absolute;
	right: 10px;
	bottom: -17px;
}
.support-text p{
	line-height: 1.7;
	font-size: 93%;
	padding: 30px 3% 10px;
	text-align: justify;
}
span.blue{
	display: inline-block;
	padding: 0 25px;
	background-color: #00467e;
	color: #fff;
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	-webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	-moz-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.support-img{
	width: 100%;
	height: 220px;
	transition: .3s;
	display: grid;
	align-content: center;
	justify-items: center;
}
@media all and (min-width: 568px){
	.support-img{
		height: 370px;
	}
}
.support-img p{
	color: #fff;
  	font-style: italic;
	letter-spacing: 1px;
}
.support-img:hover{
	opacity: 0.8;
	transform: scale(1,1);
}


/* 学費・奨学金　*/
.syogakukin{
	background-image: url(../img/top/support01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.text01-01{
	font-size: 4.5vw;
	padding-bottom: 5px;
	white-space: nowrap;
}
.text01-02{
	width: 31vw;
	height: 31vw;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align:center;
	padding-top: 6%;
	line-height: 0.7;
	font-size: 4.5vw;
}
.text01-02 > span{
	font-size: 11vw;
}
.text01-03{
	font-size: 6.5vw;
	padding-left: 10px;
}

/* 資格　*/
.shikaku{
	background-image: url(../img/top/support02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.text02{
	line-height: 2.1;
	font-size: 4vw;
}
	
/* 就職　*/
.syusyoku{
	background-image: url(../img/top/support03.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.text03-01{
	width: 36vw;
	height: 36vw;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align:center;
	padding-top: 12%;
	line-height: 0;
	font-size: 5vw;
}

.text03-01 > span{
	font-size: 12vw;
}
.text03-02{
	font-size: 4vw;
	line-height: 1;
	padding-top: 10px;
	text-align: right;
}
.text03-02 > span{
	bottom: 1%;
	right: 1%;
	font-size: 40%;
}


/*contents_03
================================== */
#contents_03{
	width: 100%;
	height: auto;
	background-color: #f7f7f7;
	background-image: url(../img/top/blog-bagtitle.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 30px;
	padding: 30px 0 80px;
}
.blog-title{
	width: 100%;
	display: grid;
	justify-content: center;
	color:#333;
}
.blog-title h2{
	text-align: center;
	font-size: 250%;
	position: relative;
	margin-top: 30px;
}
.blog-title h2::before{
	content: '';
	width: 20px;
	height: 20px;
	background-color: #00467e;
	position: absolute;
	top: -9px;
	left: -20px;
}
.blog-bagtitle{
	width: 100%;
	position: absolute;
	right: 0;
}
.blog-bagtitle img{
	width: 100%;
	height: 100%;
	opacity: 0.4;
}
.blog{
	width: 100%;
	margin:0 auto;
	padding:0 2% ;
}
.blog-small{
	font-size: 60%;
	vertical-align: middle;
}
ul.blog-contents{
	padding: 35px 0 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}
ul.blog-contents li{
	width: 100%;
	height: 310px;
	transition: .2s;
	margin: 0 auto;
	box-shadow: 5px 5px 10px hsl(0deg 0% 0% / 0.2);
}
ul.blog-contents li:nth-child(2),
ul.blog-contents li:nth-child(4){
	margin-top: 35px;
}

ul.blog-contents li:hover{
	opacity: 0.8;
}

ul.blog-contents li img{
	width: 100%;
	height: 150px;
	object-fit: cover;
	padding: 0;
}
p.blog-time{
	color: #999;
	font-weight: bold;
	padding: 0 15px;
}
p.blog-text{
	color: #000;
	padding: 0 15px 10px;
}
p.blog-more{
	color: #00467e;
	text-align: center;
	font-size: 93%;
	opacity: 0.7;
	position: relative;
}
p.blog-more::after{
	content: "";/* ボーダーライン */
	display: block;
	width: 50%;
	height: 1px;
	background-color: rgba(0,70,126,0.5);
	position: absolute;
	left: 25%;
	bottom: -5px;
}
.blog-button{
	display: block;
	margin: 25px auto 0;
	width: 85%;
	height: 50px;
	line-height: 50px;
	color: #00467e;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	border: 1px solid #00467e;
}
.blog-button:hover{
	opacity: 0.7;
}
.blog-button::after{
	content: '';/* 矢印 */
	position: absolute;
	background: url(../img/top/arrow-round.png);
	background-size: cover;
	background-position: center;
	width: 20px;
	height: 20px;
	right: 25px;
	top: 13px;
	transition: .3s;

}



