<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

h2 {
	font-size: 4.2rem;
	letter-spacing: 0.1rem;
	text-align: center;
	color: var(--main-color);
	margin-bottom: 50px;
	span {
		display: block;
		font-size: 2.0rem;
		color: #333;
	}
}
div.admissionInner {
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto;
}

@media only screen and (max-width:999px) {
	
	h2 {
		font-size: 2.8rem;
		margin-bottom: 25px;
		span {
			font-size: 1.6rem;
		}
	}
    div.admissionInner {
		max-width: 100%;
		min-width: 100%;
		padding: 0 15px;
	}
	
}

/* ------------------------
メイン画像
------------------------ */

.admissionSlider {
	ul.slick-dots {
		li {
			width: 10px!important;
			height: 10px!important;
			margin-right: 10px!important;
			border-radius: 50%;
			padding: 0!important;
			&amp;:last-child {
				margin-right: 0px!important;
			}
			button {
				font-size: 0!important;
				line-height: 0!important;
				width: 10px!important;
				height: 10px!important;
				border-radius: 50%;
				padding: 0!important;
				&amp;::before {
					font-family: ''!important;
					font-size: 1.6rem!important;
					line-height: normal!important;
					width: 10px!important;
					height: 10px!important;
					border-radius: 50%;
					background: #ccc!important;
					content: ''!important;
					opacity: 1!important;
				}
			}
		}
		li.slick-active {
			button {
				&amp;::before {
					opacity: 1!important;
					background: var(--main-color)!important;
				}
			}			
		}
	}
}


/* ------------------------
ページリンク集
------------------------ */

#admissionLinks {
	padding: 75px 0;
	@media (height &lt;= 720px) {
		padding: 25px 0;		
	}
}
ul.linkList01 {
	display: flex;
	flex-wrap: wrap;
	li:nth-of-type(1),
	li:nth-of-type(2) {
		width: calc(( 100% - 50px ) / 2 );
	}
	li:nth-of-type(3),
	li:nth-of-type(4),
	li:nth-of-type(5) {
		width: calc(( 100% - 50px ) / 3 );
	}
	li:nth-of-type(1),
	li:nth-of-type(3),
	li:nth-of-type(4) {
		margin-right: 25px;		
	}
	li {
		margin-bottom: 75px;
		a {
			text-decoration: none;
			color: #333;
			div.text {
				display: flex;
				align-items: center;
				margin-bottom: 15px;
			}
			div.text::before {
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				content: "\f13a";
				color: var(--main-color);
				margin-right: 10px;
			}
			div.img {
				margin-right: 25px;
				img {
					display: block;
					width: 100%;
					transition: all 0.5s;
				}
			}
		}
	}
	li:nth-of-type(1) div.text,
    li:nth-of-type(2) div.text {
        font-size: 3.2rem;
    }
    li:nth-of-type(3) div.text,
    li:nth-of-type(4) div.text,
    li:nth-of-type(5) div.text {
        font-size: 2.4rem;
    }
	li:nth-of-type(1) div.img,
    li:nth-of-type(2) div.img {
        box-shadow: 25px 25px 0 var(--main-color);
    }
    li:nth-of-type(3) div.img,
    li:nth-of-type(4) div.img,
    li:nth-of-type(5) div.img {
		box-shadow: 25px 25px 0 var(--color-light-red);
	}
    li:hover img {
		transform: translate(25px,25px);
		transition: all 0.5s;
	}
}
ul.linkList02 {
	display: flex;
	li {
		width: calc(( 100% - 100px ) / 4 );
		margin: 0 25px 0 0;
		a {
			display: flex;
			align-items: center;
			height: 60px;
			padding: 0 15px;
			border: solid 1px #e5e5e5;
			text-decoration: none;
			color: #333;
		}
		a::before {
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			color: var(--main-color);
			margin-right: 10px;
			font-size: 2.0rem;
		}
		a::after {
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			content: "\f054";
			color: var(--main-color);
			flex-grow: 1;
			text-align: right;
		}
	}
	li:nth-of-type(1) a::before { content: "\f559"; }
	li:nth-of-type(2) a::before { content: "\f4ad"; }
	li:nth-of-type(3) a::before { content: "\f15c"; }
	li:nth-of-type(4) a::before { content: "\f51e"; }
	li:nth-of-type(5) a::before { content: "\f501"; }
	li:last-child {
		margin: 0;
	}
	li:hover a {
		background: var(--main-color);
		color: #fff;
	}
	li:hover a::before,
	li:hover a::after {
		color: #fff;
	}
}

@media only screen and (max-width:999px) {
	
   #admissionLinks {
		padding: 25px 0 50px;
	}
	ul.linkList01 {
		display: block;
		li {
			width:100%!important;
			margin: 0 0 30px 0!important;
			a {
				div.text {
					font-size: 2.0rem!important;
					margin-bottom: 5px!important;
				}
				div.img {
					margin-right: 15px!important;
				}
			}
		}
		li:nth-of-type(1) div.img,
		li:nth-of-type(2) div.img {
			box-shadow: 15px 15px 0 var(--main-color)!important;
		}
		li:nth-of-type(3) div.img,
		li:nth-of-type(4) div.img,
		li:nth-of-type(5) div.img {
			box-shadow: 15px 15px 0 var(--color-light-red)!important;
		}
		li:hover img {
			transform: translate(0px,0px)!important;
		}
	}
	ul.linkList02 {
		display: block;
		li {
			width:100%;
			margin: 0 0 15px 0;
		}
	}
}


/* ------------------------
NEWS
------------------------ */

#admissionNews {
	padding: 50px 0;
	background: var(--color-gray);
	position: relative;
	
	.admissionInner {
		display: flex;
		align-items: center;
		.midashiBox {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			width: 285px;
			position: relative;
			z-index: 2;
			h2 {
				color: #fff;
				margin-bottom: 10px;
				font-size: 3.2rem!important;
			}
			a {
				display: flex;
				align-items: center;
				justify-content: center;
				width: 100px;
				height: 50px;
				background: #fff;
				border-radius: 50px;
				text-decoration: none;
				color: #333;
			}
			a::after {
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				content: "\f054";
				color: var(--main-color);
				margin-left: 10px;
			}
		}
		ul.newsList {
			padding-left: 50px;
			width: calc( 1115px - 285px );
			li {
				display: flex;
				align-items: center;
				margin-bottom: 15px;
				.date {
					color: #999;
                    margin-right: 15px;
                    min-width: 120px;
                    font-size: 1.4rem;
                    letter-spacing: 0.05em;
				}
				.cate {
					margin-right: 25px;
					a {
						display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 100px;
                        height: 30px;
                        border-radius: 15px;
                        text-decoration: none;
                        text-align: center;
                        color: #fff;
                        background: var(--main-color2);
                        font-size: 1.4rem;
					}
					/*a.cat_stand-out { background: #333; }
					a.cat_news { background: #333; }
					a.cat_event { background: #333; }
					a.cat_exam { background: #333; }
					a.cat_abroad { background: #333; }
					a.cat_domestic { background: #333; }*/
				}
				.title a {
					color: #333;
					text-decoration: none;
					overflow: hidden;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 1;
				}
			}
			li:last-child {
				margin-bottom: 0;
			}
			li .cate:hover a {
				opacity: 0.8;
			}
			li .title:hover a {
				text-decoration: underline;
			}
		}
	}
}
#admissionNews::before {
	content: "";
    display: block;
    width: calc(((100% - 1115px) / 2) + 285px);
    height: 100%;
    background: var(--main-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media only screen and (max-width:999px) {
	
	#admissionNews {
		padding: 0 0 25px;
		.admissionInner {
			display: block;
			.midashiBox {
				width: calc(100% + 30px);
                padding: 10px 0 15px;
                margin: 0 0 25px -15px;
				background: var(--main-color);
				h2 {
					margin-bottom: 5px;
				}
				a {
					height: 40px;
					border-radius: 40px;
					font-size: 1.4rem;
				}
				a::after {
					margin-left: 15px;
				}
			}
			ul.newsList {
				padding-left: 0px;
				width: 100%;
				li {
					display: block;
					padding-bottom: 15px;
                    margin-bottom: 15px;
					border-bottom: dotted 1px #ccc;
					.date {
						font-size: 1.4rem;
                        margin: 0 0 10px 0;
					}
					.cate {
						margin: 0 0 15px 0;
						a {
							width: 100%;
						}
					}
				}
			}
		}
	}
	#admissionNews::before {
		display: none;
	}
	
}

/* ------------------------
学部・学科コース
------------------------ */

#admissionCourse {
	padding: 75px 0 65px;
	
	@media (width &lt;= 999px) {
		padding: 50px 0 60px;
	}
	
	h3 {
		padding: 10px 15px;
        font-size: 2.2rem;
        margin-bottom: 25px;
        border-left: solid 5px;
        background: #f5f5f5;
		&amp;.midashi-international {
			border-color: var(--course-international-community);
		}
		&amp;.midashi-digital {
			border-color: var(--course-digital);
		}
	}
}/*--admissionCourse --*/

ul.courseList {
	display: flex;
	flex-wrap: wrap;
	
	@media (width &lt;= 999px) {
		display: block;
		margin-bottom: 25px;
	}
	
	li {
		width: calc(( 100% - 30px ) / 3 );
		margin: 0 15px 15px 0;
		border: solid 1px #eee;
		
		@media (width &lt;= 999px) {
			width: 100%;
			margin: 0 0 15px 0;
			&amp;:last-child {
				margin-bottom: 0;
			}
		}
		
		a {
			display: flex;
			align-items: center;
			justify-content: space-between;
			height: 80px;
			padding: 0 15px;
			background: #fff;
			text-decoration: none;
			color: #333;
			font-size: 2.0rem;
			
			@media (width &lt;= 999px) {
				font-size: 1.6rem;
			}
			
			&amp;::after {
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				content: "\f054";
				color: var(--main-color);
			}
		}		
		&amp;:nth-of-type(3n) {
			margin-right: 0px;
		}
		&amp;:hover a {
			color: #fff;
			&amp;::after {
				color: #fff;
			}
		}
		&amp;.english:hover a { background:var(--course-english); }
		&amp;.international:hover a { background:var(--course-international); }
		&amp;.information:hover a { background:var(--course-information); }
		&amp;.psychology:hover a { background:var(--course-psychology); }
		&amp;.childhood:hover a { background:var(--course-childhood); }
		&amp;.childcare:hover a { background:var(--course-childcare); }
		&amp;.digital:hover a { background:var(--course-digital); }	
	}/*-- li --*/
	
}/*-- courseList --*/

ul.digital-bg {
	position: relative;
}
ul.digital-bg::after {
	content: "";
	display: block;
	width: 727px;
	height: 100%;
	background: #e5e5e5;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}


/* ------------------------
TOPICS
------------------------ */

#admissionTopics {
	padding: 75px 0;
	background: #f5f5f5;
	background-image: linear-gradient(-45deg, #eef1f1 25%, #e5e8e8 25%, #e5e8e8 50%, #eef1f1 50%, #eef1f1 75%, #e5e8e8 75%, #e5e8e8);
  	background-size: 6px 6px;
}
ul.topicList {
	display: flex;
	flex-wrap: wrap;
	li {
		width: calc(( 100% - 50px ) / 3);
		margin: 0 25px 25px 0;
		aspect-ratio: 1 / 1;
		a {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			height: 100%;
			padding: 10px;
			background: #fff;
			border-radius: 10px;
			text-decoration: none;
			transition: all 0.1s;
			position: relative;
			&amp;::before {
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				content: "\f0c1";
				display: flex;
				align-items: center;
				justify-content: center;
				text-align: center;
				width: 50px;
				height: 50px;
				color: var(--main-color2);
				background: var(--color-gray);
				border-radius: 50%;
				position: absolute;
				top: 10px;
				left: 10px;
			}
			.img {
				margin-bottom: 25px;
				img {
					display: block;
				}
			}
			.midashi {
				display: flex;
                align-items: center;
                justify-content: center;
                width: 200px;
                height: 30px;
                margin: 0 auto;
                background: var(--main-color2);
                border-radius: 15px;
                font-size: 1.8rem;
                color: #fff;
                text-align: center;			
			}
			.title {
				font-size: 3.2rem;
				color: #333;
				text-align: center;
				line-height: 45px;
                height: 55px;
				margin: 15px 0 10px 0;
				&gt; span {
					font-size: 6.8rem;
					color: var(--main-color);
					margin: 0 5px;
					&gt; span {
						font-size: 3.2rem;
					}
				}
			}
			p {
				font-size: 1.4rem;
				text-align: center;
				color: #333;
			}
		}
		&amp;:nth-of-type(3n) {
			margin-right: 0;
		}
		&amp;:hover a::before {
			color: #fff;
			background: var(--main-color2);
			transition: all 0.1s;
		}
	}
}

@media only screen and (max-width:999px) {
	
    #admissionTopics {
		padding: 50px 0;
	}
	ul.topicList {
		display: block;
		li {
			width:100%;
			margin: 0 0 15px 0;
			a {
				padding: 25px 10px 10px;
				.img {
					margin-bottom: 15px;
					img {
						width: 80%;
						margin: 0 auto;
					}
				}
				.midashi {
					font-size: 1.8rem;
				}
				.title {
					font-size: 2.4rem;
					margin: 10px 0 5px 0;
					&gt; span {
						font-size: 5.4rem;
						margin: 0 5px;
						&gt; span {
							font-size: 2.7rem;
						}
					}
				}
			}
		}
	}
	
}


</pre></body></html>