/* トップページ:PCスタイル */
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&display=swap');




/*-----------------------------------------------------
メイン画像スライド
-------------------------------------------------------*/
#slider{
	position: relative;
	font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",sans-serif;
}

#slider .inner{
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#slider-main{
	width:100%;
	height: 50vw;
	min-height: 580px;
	max-height: 630px;
	visibility:hidden;
}

#slider-main.slick-initialized {
	visibility:visible;
}

#slider-main li{
	width: 100%;
	height: 50vw;
	min-height: 580px;
	max-height: 630px;
	position: relative;
	overflow: hidden;
}

#slider-main .slider-image{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    position: absolute;
    top: 0;
}

#slider-main li .textWrap {
	position: absolute;
	top: -20px;
	width: 100%;
	height: 100%;
    color: #ffffff;
    font-size: 46px;
    line-height: 1;
    text-align: center;
}

#slider-main li .textWrap:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: auto;
    transition: all 2.0s ease-out 0s;
}

#slider-main li.slide-animation .textWrap:before{
    content: "";
    width: 100%;
}

#slider-main li .textWrap .textTop {
    overflow: hidden;
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    z-index: 2;
}

#slider-main li .textWrap .textBottom {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
}

#slider-main li .textWrap p{
	font-family: 'Noto Serif JP', serif;
    text-align: center;
	opacity: 0;
	letter-spacing: 0.1em;
	transition: all 2.0s ease-out 0s;
}
#slider-main li .textWrap .textTop p{
	opacity: 1;
	margin: 0 0 0.62em 0;
}

#slider-main li .textWrap .textBottom p{
	opacity: 1;
    margin: 0.51em 0 0 0;
}


/* #slider-main li .textWrap .textTop p{
	transform: translateY(100px);
    margin: 0 0 0.62em 0;
}

#slider-main li .textWrap .textBottom p{
	transform: translateY(-100px);
    margin: 0.51em 0 0 0;
}


#slider-main li.slide-animation .textWrap .textTop p{
	opacity: 1;
	transform: translateY(0);
}

#slider-main li.slide-animation .textWrap .textBottom p{
	opacity: 1;
	transform: translateY(0);
} */

#slider-main li .brand-site {
    position: absolute;
    top: 65%;
	left: 0;
	right: 0;
    z-index: 2;
    text-align: center;
}

#slider-main li .brand-site a {
	font-size: 18px;
	color: #ffffff;
	background-color:  rgba(0, 0, 0, 0.2);
	padding: .4em .8em;
	display: inline-block;
	text-decoration: none;
	line-height: 1em;
	transition: all .07s ease-out 0s;
}

@media (min-width: 481px) {
	#slider-main li .brand-site a:hover {
		transform: scale(1.05);
	}
}

#slider-main .slider-text-1,
#slider-main .slider-text-2{
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
    position: absolute;
}

@media (min-width: 481px) {
#slider-main .slider-text-1{
	opacity: 0;
	width: 280px;
	height: 280px;
}

#slider-main .slider-text-2{
	opacity: 0;
	height: 160px;
	display: block;
}

/* スライド1 */
#slider-main .item-1 .slider-image{background-image:url('/common/img/slide/pc/slider1.png')}

/* スライド2 */
#slider-main .item-2 .slider-image{background-image:url('/common/img/slide/pc/slider2.jpg')}
#slider-main .item-2 .slider-text-1{background-image:url('/common/img/slide/pc/slider-text2-1.svg'); bottom: 274px; right: 218px;}
#slider-main .item-2 .slider-text-2{background-image:url('/common/img/slide/pc/slider-text2-2.svg'); width: 380px;  bottom: 160px; right: 0;}

/* スライド3 */
#slider-main .item-3 .slider-image{background-image:url('/common/img/slide/pc/slider3.jpg')}
#slider-main .item-3 .slider-text-1{background-image:url('/common/img/slide/pc/slider-text3-1.svg'); bottom: 174px; left: -37px;}
#slider-main .item-3 .slider-text-2{background-image:url('/common/img/slide/pc/slider-text3-2.svg'); width: 380px;  bottom: 64px; left: 40px;}

/* スライド4 */
#slider-main .item-4 .slider-image{background-image:url('/common/img/slide/pc/slider4.jpg')}
#slider-main .item-4 .slider-text-1{background-image:url('/common/img/slide/pc/slider-text4-1.svg'); bottom: 176px; left: -20px;}
#slider-main .item-4 .slider-text-2{background-image:url('/common/img/slide/pc/slider-text4-2.svg'); width: 590px;  bottom: 80px; left: 10px;}

/* スライド5 */
#slider-main .item-5 .slider-image{background-image:url('/common/img/slide/pc/slider5.jpg')}
#slider-main .item-5 .slider-text-1{background-image:url('/common/img/slide/pc/slider-text5-1.svg'); bottom: 298px; right: 258px;}
#slider-main .item-5 .slider-text-2{background-image:url('/common/img/slide/pc/slider-text5-2.svg'); width: 380px;  bottom: 260px; right: 0;}

}

#slider-main li.slide-animation .slider-image {
	animation-name: slide_zoomfade;
    animation-duration: 8s;
	animation-timing-function: linear;
	animation-fill-mode:forwards;
}

@keyframes slide_zoomfade {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}

#slider-main li.slide-animation .slider-text-1{
	animation-name: slider-text;
	animation-delay: 0.1s;
    animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode:forwards;
}
  
@keyframes slider-text {
  0% {
	opacity: 0;
	transform: translateX(-40px);
  }
  60% {
	transform: translateX(0px);
  }

  100% {
	opacity: .4;
	transform: translateX(0px);
  }
}

#slider-main li.slide-animation .slider-text-2{
	animation-name: slider-text2;
	animation-delay: 0.6s;
    animation-duration: 1.0s;
	animation-timing-function: ease;
	animation-fill-mode:forwards;
}
  
@keyframes slider-text2 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.slider-other{
	position: relative;
	width: 100%;
	height: 81px;
	margin-top: -81px;
	background-position: top center;
	background-repeat: repeat-x;
	background-image: url(/common/img/back-top.png);
}

#slider-navi{
	position: absolute;
	height: 62px;
	width: 100%;
	margin-top: -36px;
}

#slider-navi ul{
	display: flex;
	justify-content: space-between;
}

#slider-navi ul>li.item{
	width: 190px;
	height: 62px;
	background-color: #fff;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

#slider-navi ul>li .item-inner{
	width: 190px;
	height: 100%;
	position: relative;
}

#slider-navi ul>li .item-inner2{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	opacity: .3;
	transition: .2s;
}


#slider-navi ul>li.item-current .item-inner2{
	opacity: 1;
}

@media (min-width: 481px) {
	#slider-navi ul>li.item:hover .item-inner2{
		opacity: 1;
	}
}

#slider-navi ul>li .slider-icon{
	width: 62px;
	height: 62px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#slider-navi ul>li .slider-icon img{
	width: 48px;
	height: 48px;
}

#slider-navi ul>li .slider-text{
	color: #222;
	width: 130px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2em;
	padding: 5px;
	user-select: none;
}

#slider-navi ul>li .slider-text .pc-text {
	display: inline-block;
}

#slider-navi ul>li .slider-text .sp-text{
	display: none;
}

#slider-navi .progress{
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 2px;
	background-color: #fff;
	opacity: 1;
}
  
#slider-navi .progress-bar{
	width: 0%;
	height: 2px;
	background-color: #5FA9DC;
}

#slider-navi .item-current .progress-bar {
	animation: progress_bar 4.5s linear 0s backwards;
}
  
#slider-navi .progress.hide-progress {
	opacity: 1;
	transform: scale(-1,1);
}

#slider-navi .progress.hide-progress .progress-bar {
	animation: progress_bar_hide 0.3s ease-in-out 0s backwards;
}


@keyframes progress_bar {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@keyframes progress_bar_hide {
	0% {
		width: 64%;
		opacity: 0.6;
	}
	100% {
		width: 0%;
		opacity: 0;
	}
}

/*-----------------------------------------------------
目的でさがすボタン
-------------------------------------------------------*/
.find_target_btn{
	position: absolute;
	display: block;
	top: -46px;
	right: 0;
	background-color: #f7931e;
	width: 178px;
	height: 76px;
	border-radius: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 122px 22px;
	background-image: url(/common/img/find_target_text.png);
	transition-duration: 0.1s;
	border: solid 2px #fff;
}

@media (min-width: 481px) {
.find_target_btn:hover{
	transform: scale(1.08,1.08);
}
}


/*-----------------------------------------------------
バナー
-------------------------------------------------------*/
.top-banner-contents{
	padding-top: 100px;
	padding-bottom: 80px;
}

.top-banner-contents ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:flex-start
}

.top-banner-contents ul::after{
	content:"";
	display:block;
	width: 320px;
	height:0;
}

.top-banner-contents ul li{
	width: 320px;
	margin-bottom: 20px;
}


.top-banner-contents ul li img{
	width: 100%;
	max-width: 100%;
	border-radius: 12px;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
}

@media (min-width: 481px) {
.top-banner-contents ul li img:hover{
	opacity: .7;
}
}

.scroll-animation {
    opacity: 0;
    transform: translateY(40px);
}

.scroll-animation.play {
    opacity: 1;
    transform: translateY(0);
	transition: .6s opacity linear,1s transform cubic-bezier(.25,.45,.45,.94);
	
}



/*-----------------------------------------------------
背景
-------------------------------------------------------*/
.back_border{
	width: 100%;
	background-position: top center;
	background-repeat: repeat;
	background-image: url(/common/img/back_border.png);
	padding: 15px 0;
}

.back_border.campus-wrap{
	padding-bottom: 0;
}

.back_border.timeline-wrap{
	padding-top: 0;
}

.inner-w{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: rgba(255,255,255,0.6);
	height: 100%;
}

.top-contents{
	padding-top: 35px;
	padding-bottom: 50px;
}

.top-page{
	padding-top: 120px;
}

/*-----------------------------------------------------
見出し
-------------------------------------------------------*/
.top-page h2{
	font-family: 'Courier Prime', monospace;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #f7931e;
	font-size: 40px;
	text-align: center;
	line-height: 1em;
	position: relative;
}

.top-page h2 span::before{
	content: "";
	position: absolute;
	width: 100vw;
	right: 0;
	bottom: 0;
	border-bottom: solid 4px #f7931e;
}

.top-page h2 span{
	position: relative;
	display: inline-block;
}

/*-----------------------------------------------------
NEWS
-------------------------------------------------------*/
.news-list{
	margin-top: 50px;
}

.news-list li{
	width: 216px;
	padding: 0 8px;
	margin-bottom: 10px;
}

.news-list li a{
	text-decoration: none;
}

.news-list li .date-info{
	font-size: 16px;
}

.news-list li .date-info time{
	color: #666666;
}

.news-list li .date-info .new-icon{
	padding-left: 3.4em;
	padding-top: .5em;
	padding-bottom: .5em;
	background: url(/common/img/icon_new.svg) no-repeat left center / 3em 2em;
}

.news-list li h3{
	font-size: 16px;
	line-height: 1.5em;
}

.news-list li a:hover h3{
	text-decoration: underline;
}

.news-list li p{
	font-size: 14px;
	line-height: 1.5em;
	color: #282828;
}

.news-list li hr{
	height: 5px;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	margin: 0.5em 0;
}

.news-list li p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	overflow: hidden;
}

.top-contents .read-more{
	display: flex;
	justify-content: flex-end;
}

.top-contents .read-more a {
    font-size: 16px;
    position: relative;
}

.top-contents .read-more a::before {
	content: "";
	padding-left: 1.2em;
	background: url(/common/img/icon_arrow_o_right.svg) no-repeat 0 center / 1em 1em;
}


/*-----------------------------------------------------
CAMPUSメニュー
-------------------------------------------------------*/
.campus-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}

.campus-list::before{
	content:"";
	display:block;
	width: 226px;
	height:0;
	order:1;
}

.campus-list::after{
	content:"";
	display:block;
	width: 226px;
	height:0;
}

.campus-list li a{
	border-radius: 50%;
	width: 226px;
	height: 226px;
	position: relative;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 226px;
	border: solid 7px rgba(255,255,255,0.5);
	transition: 0.2s ease;
	margin-bottom: 42px;
}

@media (min-width: 481px) {
.campus-list li a:hover{
	transform: scale(1.08,1.08);
	opacity: .8;
}
}


/*-----------------------------------------------------
Facebook, Twitter
-------------------------------------------------------*/
.timeline{
	display: flex;
	justify-content: space-between;
	padding-bottom: 68px;
	width: 876px;
	margin: 0 auto;
}

.timeline-title{
	text-align: center;
	margin-bottom: 14px;
}

.timeline-title img{
	/*width: 220px;*/
}

.timeline>div{
	width: 415px;
}

.timeline-container{
	height: 522px;
	border: 1px solid #808080;
	background-color: #fff;
}

.timeline .twitter .timeline-container{
	overflow-y: scroll;
}

/*-----------------------------------------------------
その他リンク
-------------------------------------------------------*/
.other-link{
	border-top: 5px solid #0050aa;
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 50px;
}

.other-link ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.other-link ul:before {
	content:"";
	display: block;
	width:220px;
	order:1;
}

.other-link ul:after {
	content:"";
	display: block;
	width:220px;
}



.other-link ul li{
	width: 220px;
	height: 80px;
	margin-bottom: 30px;
}

.other-link ul li a img{
	transition: 0.2s ease-in-out;
}

@media (min-width: 481px) {
	.other-link ul li a:hover img{
		opacity: .7;
	}
}

.other-link::before{
	content:"";
	display:block;
	width: 220px;
	height:0;
	order:1;
}

.other-link::after{
	content:"";
	display:block;
	width: 220px;
	height:0;
}

.other-link ul li a{
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 1.5em;
	display: flex;
	align-items: center;
	text-decoration: none;
	border: 1px solid #8c8c8c;
}



.other-link ul li a.border-none{
	border: none;
}

.other-link ul li a.icon-type img{
	width: 64px;
}

.other-link ul li a.banner-type{
	justify-content: center;
}

.other-link ul li a.banner-type img{
	width: 95%;
}

main {
	border-bottom: none;
}


@media (min-width: 481px) {
.fixed-navi-btn{
	position: fixed;
	top: 32%;
	right: -6px;
	z-index: 100;
}

.fixed-navi-btn ul li a{
	display: block;
	background-color: #305DB7;
	color: #fff;
	text-align: center;
	font-size: 20px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-decoration: none;
	padding: 15px;
	padding-top: 40px;
	padding-right: 19px;
	border-radius: 8px 0 0 8px;
	box-shadow: -1px 2px 2px rgba(0, 0, 0, .3);
	background-size: 28px;
	background-repeat: no-repeat;
	background-position: 15px 10px;
	transition: .05s ease-in-out;
	user-select: none;
}

.fixed-navi-btn ul li a span{
	font-size: 16px;
}

.fixed-navi-btn ul li:hover a{
	padding-right: 22px;
}

.fixed-navi-btn ul li.prospective-students a{
	background-image: url(/common/img/icon-students.svg);
}
}