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



/* fv
------------------- */
#fv {
	width: 100%;
}
	#fv h1 {
		width: 800px;
		margin: 0 auto;
		text-indent: -25px;
		padding: 100px 0;
	}

	#fv .scroll {
		width: 100%;
		position: absolute;
		bottom: -50px;
		left: 0;
		z-index: 2;
	}
		#fv .scroll a {
			display: block;
			width: 100px;
			height: 100px;
			margin: 0 auto;
			background: #fff url("../img/i-seifu_navi/icon_scroll_arrow.svg") no-repeat center bottom 30px;
			overflow: hidden;
			border-radius: 50%;
			font-size: 1.4rem;
			font-weight: 500;
			text-align: center;
			padding-top: 30px;
			box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
		}
		#fv .scroll a:hover {
			width: 110px;
			height: 110px;
			padding-top: 35px;
			opacity: 1;
		}

	#fv .loopSlider {
		height: 320px;
		overflow: hidden;
		position: relative;
	}
		#fv .loopSlider .loopslider_wrap {
			height: 320px;
			display: -webkit-flex;
			display: flex;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
		}
			#fv .loopSlider .loopslider_wrap ul {
				display: -webkit-flex;
				display: flex;
			}
				#fv .loopSlider .loopslider_wrap ul li {
					width: 266px;
					overflow: hidden;
					margin: 0 22px;
					border-radius: 10px;
				}



/* message
------------------- */
#message h2 {
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 30px;
}
	#message h2 span {
		display: inline-block;
		position: relative;
		padding-bottom: 10px;
	}
	#message h2 span:before {
		content: "";
		width: 100%;
		height: 5px;
		background: rgb(254,190,118);
		background: linear-gradient(90deg, rgba(254,190,118,1) 0%, rgba(253,193,192,1) 20%, rgba(242,143,143,1) 40%, rgba(206,154,204,1) 60%, rgba(149,191,235,1) 80%, rgba(141,222,163,1) 100%);
		position: absolute;
		bottom: 0;
		left: 0;
	}

#message .read {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2em;
	text-align: center;
}



/* data
------------------- */
#data {
	overflow: hidden;
	position: relative;
}
#data:before {
	content: "";
	width: 100%;
	height: 65%;
	background: rgb(254,190,118);
	background: linear-gradient(90deg, rgba(254,190,118,0.1) 0%, rgba(253,193,192,0.1) 20%, rgba(242,143,143,0.1) 40%, rgba(206,154,204,0.1) 60%, rgba(149,191,235,0.1) 80%, rgba(141,222,163,0.1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
	#data .data-list .box {
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 3.5%;
		border-radius: 10px;
		padding: 30px;
		background: #fff;
		box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.05);
	}
	#data .data-list .box:nth-child(3n) {
		margin-right: 0;
	}
		#data .data-list .box h3 {
			font-size: 2.4rem;
			font-weight: 700;
			line-height: 1.2em;
			text-align: center;
			margin-bottom: 25px;
		}
			#data .data-list .box h3 span {
				display: block;
				font-size: 1.2rem;
				line-height: 1.2;
			}

		#data .data-list .box .number {
			font-size: 4.0rem;
			font-weight: 700;
			line-height: 1.3em;
			text-align: center;
			margin-bottom: 20px;
		}
			#data .data-list .box .number .en {
				font-size: 7.0rem;
			}

		#data .data-list .box .pht {
			padding: 0 10px;
			margin-bottom: 20px;
		}

		#data .data-list .box .read {
			font-size: 1.4rem;
			line-height: 1.6em;
		}



/* senpai-learning
------------------- */
#senpai-learning {
	overflow: hidden;
}
	#senpai-learning .senpai-swiper {
		position: relative;
		padding-bottom: 50px;
	}
		#senpai-learning .senpai-swiper a.linkbox {
			display: block;
			padding: 25px 35px 35px 35px;
			border-radius: 10px;
			border: solid 1px #EDEDED;
			box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.05);
		}
		#senpai-learning .senpai-swiper a.linkbox:hover {
			opacity: 1;
		}
			#senpai-learning .senpai-swiper a.linkbox .pht {
				overflow: visible;
			}

			#senpai-learning .senpai-swiper a.linkbox .head {
				font-size: 1.3rem;
				font-weight: 600;
				text-align: center;
				line-height: 1.4em;
				margin-top: 18px;
			}

			#senpai-learning .senpai-swiper a.linkbox h3 {
				font-size: 2.2rem;
				font-weight: 700;
				line-height: 1;
				text-align: center;
				margin-top: 8px;
				margin-bottom: 20px;
			}
				#senpai-learning .senpai-swiper a.linkbox h3 span {
					font-size: 1.6rem;
				}


	#senpai-learning .senpai-swiper .swiper-pagination {
		bottom: 0;
	}
		#senpai-learning .senpai-swiper .swiper-pagination .swiper-pagination-bullet {
			width: 10px;
			height: 10px;
			background: #fff;
			border: solid 1px #2C2C2C;
			border-radius: 50%;
			opacity: 1.0;
		}
		#senpai-learning .senpai-swiper .swiper-pagination .swiper-pagination-bullet-active {
			background: #2C2C2C;
		}


	#senpai-learning .view-more {
		position: absolute;
		top: 40px;
		right: 0;
	}



/* school-life
------------------- */
#school-life {
	overflow: hidden;
	position: relative;
}
#school-life:before {
	content: "";
	width: 100%;
	height: 70%;
	background: rgb(254,190,118);
	background: linear-gradient(90deg, rgba(254,190,118,0.1) 0%, rgba(253,193,192,0.1) 20%, rgba(242,143,143,0.1) 40%, rgba(206,154,204,0.1) 60%, rgba(149,191,235,0.1) 80%, rgba(141,222,163,0.1) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
	#school-life .life-list a.linkbox {
		display: block;
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 30px;
	}
	#school-life .life-list a.linkbox:nth-child(3n) {
		margin-right: 0;
	}
		#school-life .life-list a.linkbox .pht {
			border-radius: 10px;
			position: relative;
		}
		#school-life .life-list a.linkbox .pht:before {
			content: "";
			width: 77px;
			height: 70px;
			position: absolute;
			bottom: 0;
			right: 0;
			z-index: 2;
		}
		#school-life .life-list a.linkbox:nth-child(1) .pht:before {
			background: url("../img/i-seifu_navi/icon_popup01.svg") no-repeat center / 100%;
		}
		#school-life .life-list a.linkbox:nth-child(2) .pht:before {
			background: url("../img/i-seifu_navi/icon_popup02.svg") no-repeat center / 100%;
		}
		#school-life .life-list a.linkbox:nth-child(3) .pht:before {
			background: url("../img/i-seifu_navi/icon_popup03.svg") no-repeat center / 100%;
		}
		#school-life .life-list a.linkbox:nth-child(4) .pht:before {
			background: url("../img/i-seifu_navi/icon_popup04.svg") no-repeat center / 100%;
		}
		#school-life .life-list a.linkbox:nth-child(5) .pht:before {
			background: url("../img/i-seifu_navi/icon_popup05.svg") no-repeat center / 100%;
		}
		#school-life .life-list a.linkbox:nth-child(6) .pht:before {
			background: url("../img/i-seifu_navi/icon_popup06.svg") no-repeat center / 100%;
		}

		#school-life .life-list a.linkbox .text {
			padding: 14px 20px 0 20px;
		}
			#school-life .life-list a.linkbox .text h3 {
				font-size: 2.4rem;
				font-weight: 700;
				line-height: 1.4em;
				margin-bottom: 8px;
				text-align: center;
			}

			#school-life .life-list a.linkbox .text .read {
				font-size: 1.4rem;
			}



/* movie
------------------- */
#movie {
	overflow: hidden;
}
	#movie a.linkbox .pht {
		width: 100%;
		aspect-ratio: 16 / 9;
	}
		#movie a.linkbox .pht img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

	#movie .view-more {
		position: absolute;
		top: 10px;
		right: 0;
	}



/* successful-graduates
------------------- */
#successful-graduates {
	overflow: hidden;
	background: url("../img/i-seifu_navi/bg_motif.svg") no-repeat center top 70px / 100%;
}
	#successful-graduates .graduates-swiper {
		position: relative;
		margin-top: 50px;
		padding-bottom: 45px;
	}
		#successful-graduates .graduates-swiper a.linkbox {
			display: block;
		}
		#successful-graduates .graduates-swiper a.linkbox:hover {
			opacity: 1;
		}
			#successful-graduates .graduates-swiper a.linkbox .pht {
				border-radius: 10px;
			}

			#successful-graduates .graduates-swiper a.linkbox .text {
				padding-top: 20px;
			}
				#successful-graduates .graduates-swiper a.linkbox .text .catch {
					width: 50%;
					padding-top: 15px;
				}

				#successful-graduates .graduates-swiper a.linkbox .text .profile {
					width: 50%;
					padding-left: 6%;
				}
					#successful-graduates .graduates-swiper a.linkbox .text .company {
						font-size: 1.4rem;
						line-height: 1.5em;
						margin-bottom: 5px;
					}

					#successful-graduates .graduates-swiper a.linkbox .text h3 {
						font-size: 2.6rem;
						font-weight: 700;
						line-height: 1.3em;
						margin-bottom: 5px;
					}
						#successful-graduates .graduates-swiper a.linkbox .text h3 span {
							font-size: 1.8rem;
						}

					#successful-graduates .graduates-swiper a.linkbox .text .profile .course {
						font-size: 1.4rem;
						line-height: 1.5em;
						margin-bottom: 20px;
					}

					#successful-graduates .graduates-swiper a.linkbox .text .profile .btn {
						margin: 0;
					}


	#successful-graduates .graduates-swiper .swiper-pagination {
		bottom: 0;
	}
		#successful-graduates .graduates-swiper .swiper-pagination .swiper-pagination-bullet {
			width: 10px;
			height: 10px;
			background: #fff;
			border: solid 1px #2C2C2C;
			border-radius: 50%;
			opacity: 1.0;
		}
		#successful-graduates .graduates-swiper .swiper-pagination .swiper-pagination-bullet-active {
			background: #2C2C2C;
		}


	#successful-graduates .view-more {
		position: absolute;
		top: 40px;
		right: 0;
	}



/* major
------------------- */
#major {
	overflow: hidden;
}
	#major .major-list a.linkbox {
		display: block;
		width: 22.5%;
	}
		#major .major-list a.linkbox .pht {
			border-radius: 10px;
		}

		#major .major-list a.linkbox h3 {
			font-size: 2.1rem;
			font-weight: 700;
			line-height: 1.3em;
			margin-top: 14px;
			margin-bottom: 5px;
			padding-left: 26px;
			background: url("../img/i-seifu_navi/icon_arrow.svg") no-repeat left top 5px;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		#major .major-list a.linkbox:hover h3 {
			background: url("../img/i-seifu_navi/icon_arrow.svg") no-repeat left 3px top 5px;
		}

		#major .major-list a.linkbox .txt {
			font-size: 1.4rem;
			line-height: 1.8em;
		}


	#major .work {
		margin-top: 60px;
		position: relative;
	}
		#major .work .work-tit {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			margin-bottom: 30px;
		}
			#major .work .work-tit h2 {
				font-size: 3.2rem;
				font-weight: 700;
				line-height: 1.3em;
				margin-right: 20px;
			}
			#major .work .work-tit .en {
				font-size: 1.4rem;
				color: #C7C7C7;
			}


		#major .work .tabbox ul.tab {
			width: 480px;
			position: absolute;
			top: -5px;
			right: 0;
		}
			#major .work .tabbox ul.tab li {
				display: flex;
				justify-content: center;
				align-items: center;
				width: 32%;
				height: 46px;
				border: solid 1px #ddd;
				border-radius: 5px;
				font-size: 1.8rem;
				font-weight: 500;
				line-height: 1.3em;
				text-align: center;
				cursor: pointer;
			}
			#major .work .tabbox ul.tab li.design {
				color: #E74291;
			}
			#major .work .tabbox ul.tab li.game {
				color: #009FB0;
			}
			#major .work .tabbox ul.tab li.it {
				color: #0089D3;
			}

			#major .work .tabbox ul.tab li.select {
				font-weight: 600;
				position: relative;
			}
			#major .work .tabbox ul.tab li.design.select {
				background: #E74291;
				color: #fff;
			}
			#major .work .tabbox ul.tab li.game.select {
				background: #009FB0;
				color: #fff;
			}
			#major .work .tabbox ul.tab li.it.select {
				background: #0089D3;
				color: #fff;
			}

			#major .work .tabbox ul.tab li.select:before {
				content: "";
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 10px 10px 0px 10px;
				position: absolute;
				bottom: -10px;
				left: 50%;
				margin-left: -10px;
			}
			#major .work .tabbox ul.tab li.design.select:before {
				border-color: #e74291 transparent transparent transparent;
			}
			#major .work .tabbox ul.tab li.game.select:before {
				border-color: #009FB0 transparent transparent transparent;
			}
			#major .work .tabbox ul.tab li.it.select:before {
				border-color: #0089D3 transparent transparent transparent;
			}


		#major .work .tabbox .tab-cont.hide {
			display: none;
		}



/* company-voice
------------------- */
#company-voice {
	display: none;
	overflow: hidden;
}
	#company-voice .view-more {
		position: absolute;
		top: 40px;
		right: 0;
	}



/* blog
------------------- */
#blog {
	overflow: hidden;
}
	#blog .view-more {
		position: absolute;
		top: 40px;
		right: 0;
	}



/* principal-room
------------------- */
#principal-room {
	overflow: hidden;
}
	#principal-room .view-more {
		position: absolute;
		top: 40px;
		right: 0;
	}



/* professional
------------------- */
#professional .linklist {
	margin-top: 40px;
}
	#professional .linklist a.linkbox {
		display: block;
		border-top: solid 1px #ddd;
	}
	#professional .linklist a.linkbox:hover {
		opacity: 1;
		background: #F5F5F5;
	}
	#professional .linklist a.linkbox:nth-last-child(1) {
		border-bottom: solid 1px #ddd;
	}
		#professional .linklist a.linkbox .inner {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			height: 150px;
			position: relative;
		}
			#professional .linklist a.linkbox .inner h2 {
				width: 300px;
				font-size: 3.0rem;
				font-weight: 700;
				line-height: 1;
			}

			#professional .linklist a.linkbox .inner .en-txt {
				width: -webkit-calc(100% - 300px);
				width: calc(100% - 300px);
				font-size: 1.4rem;
				font-weight: 500;
				line-height: 1;
			}

			#professional .linklist a.linkbox .inner .btn {
				position: absolute;
				top: 50%;
				margin-top: -25px;
				right: 0;
			}



/* bnr-area
------------------- */
#bnr-area .marquee {
	display: flex;
	width: 100%;
	overflow: hidden;
	color: #F5F5F5;
	z-index: 1;
}
	#bnr-area .marquee .marquee__item {
		flex: 0 0 auto;
		overflow: hidden;
		font-size: 12.0rem;
		font-weight: 700;
		white-space: nowrap;
		line-height: 1;
		padding-right: 20px;
	}
	#bnr-area .marquee .marquee__item:nth-child(odd) {
		animation: loop 80s -40s linear infinite;
	}
	#bnr-area .marquee .marquee__item:nth-child(even) {
		animation: loop2 80s linear infinite;
	}
	@keyframes loop {
		0% {
			transform: translateX(100%);
		}
		to {
			transform: translateX(-100%);
		}
	}
	@keyframes loop2 {
		0% {
			transform: translateX(0);
		}
		to {
			transform: translateX(-200%);
		}
	}


#bnr-area ul.bnr-list li {
	width: 23.5%;
	margin-right: 2%;
	margin-top: 2%;
}
#bnr-area ul.bnr-list li:nth-child(4n) {
	margin-right: 0;
}
	#bnr-area ul.bnr-list li a {
		display: block;
	}
		#bnr-area ul.bnr-list li a img {
			border-radius: 10px;
		}

		#bnr-area ul.bnr-list li a span {
			display: block;
			margin-top: 8px;
			font-size: 1.5rem;
			font-weight: 500;
			line-height: 1.3em;
			text-align: center;
		}



/* disclaimer
------------------- */
#disclaimer .bgbox {
	background: #F8F8F8;
	padding: 30px 50px;
	position: relative;
}
	#disclaimer .bgbox h2 {
		font-size: 2.2rem;
		font-weight: 700;
		line-height: 1.3em;
		position: absolute;
		top: -15px;
		left: 50px;
	}

	#disclaimer .bgbox p {
		font-size: 1.4rem;
		line-height: 1.7em;
	}
		#disclaimer .bgbox p a {
			color: #1a73e8;
			text-decoration: underline;
		}
		#disclaimer .bgbox p a:hover {
			text-decoration: none;
		}




/* animatedModal */
.animatedModal {
	background: url("../img/i-seifu_navi/life/modal_bg.svg") no-repeat center / cover !important;
	height: 100vh;
}
	.animatedModal .close {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		cursor: pointer;
		transition: all 0.2s;
		z-index: 1;
	}
		.animatedModal .close img {
			margin-top: 40px;
			width: 40px;
			transition: all 0.2s;
			margin-left: -webkit-calc(100% - 80px);
			margin-left: calc(100% - 80px);
		}
		.animatedModal .close img:hover {
			transform: rotate(90deg);
		}

	.animatedModal .modal-content {
		width: 80%;
		max-width: 1100px;
		background: #fff;
		overflow: hidden;
		position: relative;
		z-index: 2;
	}
		.animatedModal .modal-content .cont {
			height: 100vh;
			padding: 20px 0 80px 0;
			overflow-y: scroll;
		}
			.animatedModal .modal-content .cont::-webkit-scrollbar {
				width: 5px;
				height: 5px;
			}
			.animatedModal .modal-content .cont::-webkit-scrollbar-track {
				background: #eeeeee;
			}
			.animatedModal .modal-content .cont::-webkit-scrollbar-thumb {
				background: #3B3B3B;
			}
				.animatedModal .modal-content .cont .marquee {
					display: flex;
					width: 100%;
					overflow: hidden;
				}
				#life01.animatedModal .modal-content .cont .marquee {
					color: #FEBE76;
				}
				#life02.animatedModal .modal-content .cont .marquee {
					color: #FDC1C0;
				}
				#life03.animatedModal .modal-content .cont .marquee {
					color: #F28F8F;
				}
				#life04.animatedModal .modal-content .cont .marquee {
					color: #CE9ACC;
				}
				#life05.animatedModal .modal-content .cont .marquee {
					color: #95BFEB;
				}
				#life06.animatedModal .modal-content .cont .marquee {
					color: #8DDEA3;
				}
					.animatedModal .modal-content .cont .marquee .marquee__item {
						flex: 0 0 auto;
						overflow: hidden;
						font-size: 9.0rem;
						font-weight: 700;
						white-space: nowrap;
						line-height: 1.3em;
						padding-right: 20px;
					}
					.animatedModal .modal-content .cont .marquee .marquee__item:nth-child(odd) {
						animation: loop 80s -40s linear infinite;
					}
					.animatedModal .modal-content .cont .marquee .marquee__item:nth-child(even) {
						animation: loop2 80s linear infinite;
					}
					@keyframes loop {
						0% {
							transform: translateX(100%);
						}
						to {
							transform: translateX(-100%);
						}
					}
					@keyframes loop2 {
						0% {
							transform: translateX(0);
						}
						to {
							transform: translateX(-200%);
						}
					}

				.animatedModal .modal-content .cont .headtit {
					padding: 0 70px 30px 70px;
				}
					.animatedModal .modal-content .cont .headtit h2 {
						font-size: 4.4rem;
						font-weight: 700;
						line-height: 1.3em;
						margin-bottom: 10px;
					}

				.animatedModal .modal-content .cont .area {
					padding: 30px 70px 30px 70px;
				}


				#life01 .cell {
					border-bottom: dashed 1px #ddd;
					padding-bottom: 40px;
					margin-bottom: 40px;
				}
				#life01 .cell:nth-last-child(1) {
					border-bottom: none;
					padding-bottom: 0;
					margin-bottom: 0;
				}
					#life01 .cell .pht {
						width: 40%;
					}
					#life01 .cell:nth-child(2n) .pht {
						order: 2;
					}
						#life01 .cell .pht img {
							border-radius: 10px;
						}

					#life01 .cell .text {
						width: 60%;
						padding-left: 5%;
					}
					#life01 .cell:nth-child(2n) .text {
						order: 1;
						padding-left: 0;
						padding-right: 5%;
					}
						#life01 .cell .text .en {
							font-size: 1.6rem;
							font-weight: 700;
							line-height: 1;
							color: #FEBE76;
							margin-bottom: 5px;
						}
						#life01 .cell .text h3 {
							font-size: 2.6rem;
							font-weight: 700;
							line-height: 1.3em;
							margin-bottom: 12px;
						}


				#life02 .list {
					position: relative;
				}
				#life02 .list:before {
					content: "";
					width: 2px;
					height: -webkit-calc(100% - 40px);
					height: calc(100% - 40px);
					background: #FDC1C0;
					position: absolute;
					top: 0;
					left: 50%;
					margin-left: -1px;
				}
					#life02 .list .days {
						padding-bottom: 60px;
						position: relative;
					}
					#life02 .list .days:nth-last-child(1) {
						padding-bottom: 0;
					}
					#life02 .list .days:before {
						content: "";
						width: 20px;
						height: 20px;
						background: #FDC1C0;
						border-radius: 50%;
						position: absolute;
						top: 0;
						left: 50%;
						margin-left: -10px;
					}
						#life02 .list .days .text {
							width: 46%;
							padding-top: 3px;
						}
						#life02 .list .days.flex-start .text {
							order: 2;
						}
							#life02 .list .days .text .en {
								display: block;
								font-size: 1.6rem;
								font-weight: 700;
								line-height: 1;
								color: #FDC1C0;
								margin-bottom: 3px;
							}
							#life02 .list .days .text h3 {
								font-size: 2.2rem;
								font-weight: 700;
								line-height: 1.3em;
							}
							#life02 .list .days .text .txt {
								margin-top: 8px;
							}

						#life02 .list .days .pht {
							width: 46%;
						}
						#life02 .list .days.flex-start .pht {
							order: 1;
						}
							#life02 .list .days .pht img {
								border-radius: 10px;
							}


				#life03 .list .box {
					width: 31%;
					margin-right: 3.5%;
					margin-bottom: 30px;
				}
				#life03 .list .box:nth-child(3n) {
					margin-right: 0;
				}
					#life03 .list .box img {
						border-radius: 10px;
					}

					#life03 .list .box .text {
						padding-top: 25px;
						position: relative;
					}
						#life03 .list .box .text .years {
							width: 90px;
							height: 30px;
							background: #F28F8F;
							border-radius: 15px;
							font-size: 1.8rem;
							font-weight: 700;
							line-height: 30px;
							color: #fff;
							text-align: center;
							position: absolute;
							top: -15px;
							left: 50%;
							margin-left: -45px;
						}

						#life03 .list .box .text ul.list-icon li {
							margin-top: 3px;
							font-size: 1.5rem;
							letter-spacing: 0;
							line-height: 1.3em;
							padding-left: 12px;
							position: relative;
						}
						#life03 .list .box .text ul.list-icon li:before {
							content: "";
							width: 8px;
							height: 8px;
							border-radius: 50%;
							background: #F8D7D7;
							position: absolute;
							top: 7px;
							left: 0;
						}


				#life04 ul.list li {
					width: 48%;
					margin-right: 4%;
					margin-bottom: 4%;
				}
				#life04 ul.list li:nth-child(2n) {
					margin-right: 0;
				}
					#life04 ul.list li img {
						border-radius: 10px;
					}


				#life05 .list .box {
					width: 48%;
					margin-right: 4%;
					margin-bottom: 30px;
				}
				#life05 .list .box:nth-child(2n){
					margin-right: 0;
				}
				#life05 .list .box:nth-last-child(1){
					margin-bottom: 0;
				}
					#life05 .list .box img {
						border-radius: 10px;
					}

					#life05 .list .box h3 {
						margin-top: 12px;
						margin-bottom: 7px;
						font-size: 2.4rem;
						font-weight: 700;
						line-height: 1.3em;
					}


				#life06 .cell {
					border-bottom: dashed 1px #ddd;
					padding-bottom: 40px;
					margin-bottom: 40px;
				}
				#life06 .cell:nth-last-child(1) {
					border-bottom: none;
					padding-bottom: 0;
					margin-bottom: 0;
				}
					#life06 .cell.flex-start .pht {
						width: 40%;
					}
						#life06 .cell.flex-start .pht img {
							border-radius: 10px;
						}

					#life06 .cell.flex-start .text {
						width: 60%;
						padding-right: 5%;
					}
						#life06 .cell .text h3 {
							font-size: 2.6rem;
							font-weight: 700;
							line-height: 1.3em;
							margin-bottom: 12px;
						}

						#life06 .cell .text ul.list-icon li {
							margin-top: 5px;
							font-size: 1.5rem;
							letter-spacing: 0;
							line-height: 1.3em;
							padding-left: 12px;
							position: relative;
						}
						#life06 .cell .text ul.list-icon li:before {
							content: "";
							width: 8px;
							height: 8px;
							border-radius: 50%;
							background: #8DDEA3;
							position: absolute;
							top: 7px;
							left: 0;
						}

					#life06 .cell ul.number {
						margin-top: 20px;
					}
						#life06 .cell ul.number li {
							padding: 18px 18px 18px 65px;
							font-size: 1.8rem;
							font-weight: 700;
							line-height: 1.3em;
							position: relative;
							background: #F3FCF6;
							counter-increment: mycounter;
						}
						#life06 .cell ul.number li:nth-child(2n) {
							background: #fff;
						}
						#life06 .cell ul.number li:before {
							display: flex;
							justify-content: flex-start;
							align-items: center;
							content: counter(mycounter, decimal-leading-zero);
							height: 100%;
							font-size: 2.2rem;
							font-weight: 700;
							color: #8DDEA3;
							line-height: 1;
							position: absolute;
							top: 0;
							left: 20px;
						}




/* max 1300px */
@media screen and (max-width: 1300px) {



/* professional
------------------- */
#professional .linklist a.linkbox .inner .btn {
	right: 5%;
}



/* senpai-learning
------------------- */
#senpai-learning .view-more {
	right: 5%;
}



/* movie
------------------- */
#movie .view-more {
	right: 5%;
}



/* successful-graduates
------------------- */
#successful-graduates .view-more {
	right: 5%;
}



/* company-voice
------------------- */
#company-voice .view-more {
	right: 5%;
}



/* blog
------------------- */
#blog .view-more {
	right: 5%;
}



/* principal-room
------------------- */
#principal-room .view-more {
	right: 5%;
}
	
	
}




/* 1024px */
@media screen and (max-width: 1024px) {



/* fv
------------------- */
#fv h1 {
	width: 600px;
}



/* message
------------------- */
#message h2 {
	font-size: 3.0rem;
}

#message .read {
	font-size: 1.6rem;
}



/* data
------------------- */
#data .data-list .box {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 30px 20px;
}
	#data .data-list .box h3 {
		font-size: 2.0rem;
	}
		#data .data-list .box h3 span {
			font-size: 1.0rem;
		}

	#data .data-list .box .number {
		font-size: 2.4rem;
	}
		#data .data-list .box .number .en {
			font-size: 4.6rem;
		}

	#data .data-list .box .pht {
		padding: 0;
	}

	#data .data-list .box .read {
		font-size: 1.3rem;
		line-height: 1.5em;
	}



/* senpai-learning
------------------- */
#senpai-learning .senpai-swiper a.linkbox .head {
	font-size: 1.2rem;
}

#senpai-learning .senpai-swiper a.linkbox h3 {
	font-size: 2.0rem;
}
	#senpai-learning .senpai-swiper a.linkbox h3 span {
		font-size: 1.4rem;
	}


#senpai-learning .view-more {
	top: 100px;
}



/* school-life
------------------- */
#school-life:before {
	height: 70%;
}
	#school-life .life-list a.linkbox .pht:before {
		width: 57px;
		height: 50px;
	}

	#school-life .life-list a.linkbox .text {
		padding: 14px 0 0 0;
	}
		#school-life .life-list a.linkbox .text h3 {
			font-size: 2.0rem;
		}

		#school-life .life-list a.linkbox .text .read {
			font-size: 1.3rem;
		}



/* successful-graduates
------------------- */
#successful-graduates {
	background: url("../img/i-seifu_navi/bg_motif.svg") no-repeat center top 50px / 150%;
}
	#successful-graduates .graduates-swiper {
		margin-top: 30px;
	}
		#successful-graduates .graduates-swiper a.linkbox .text .company {
			font-size: 1.3rem;
		}

		#successful-graduates .graduates-swiper a.linkbox .text h3 {
			font-size: 2.4rem;
		}
			#successful-graduates .graduates-swiper a.linkbox .text h3 span {
				font-size: 1.6rem;
			}

		#successful-graduates .graduates-swiper a.linkbox .text .profile .course {
			font-size: 1.3rem;
			margin-bottom: 16px;
		}

	#successful-graduates .view-more {
		top: 100px;
	}



/* major
------------------- */
#major .major-list a.linkbox h3 {
	font-size: 1.6rem;
	background: url("../img/i-seifu_navi/icon_arrow.svg") no-repeat left top 0;
}
#major .major-list a.linkbox:hover h3 {
	background: url("../img/i-seifu_navi/icon_arrow.svg") no-repeat left 3px top 0;
}

#major .major-list a.linkbox .txt {
	font-size: 1.2rem;
	line-height: 1.6em;
}


#major .work {
	margin-top: 50px;
}
	#major .work .work-tit h2 {
		font-size: 2.6rem;
		margin-right: 15px;
	}
	#major .work .work-tit .en {
		font-size: 1.2rem;
	}


	#major .work .tabbox ul.tab {
		width: 340px;
	}
		#major .work .tabbox ul.tab li {
			height: 40px;
			font-size: 1.6rem;
		}



/* company-voice
------------------- */
#company-voice .view-more {
	top: 100px;
}



/* blog
------------------- */
#blog .view-more {
	top: 100px;
}



/* principal-room
------------------- */
#principal-room .view-more {
	top: 100px;
}



/* professional
------------------- */
#professional .linklist {
	margin-top: 30px;
}
	#professional .linklist a.linkbox .inner {
		height: 130px;
	}
		#professional .linklist a.linkbox .inner h2 {
			width: 230px;
			font-size: 2.4rem;
		}

		#professional .linklist a.linkbox .inner .en-txt {
			width: -webkit-calc(100% - 230px);
			width: calc(100% - 230px);
			font-size: 1.2rem;
		}



/* bnr-area
------------------- */
#bnr-area .marquee .marquee__item {
	font-size: 10.0rem;
}
	#bnr-area ul.bnr-list li a span {
		font-size: 1.4rem;
	}
	
	
	
/* animatedModal */
.animatedModal .modal-content {
	width: 85%;
}
	.animatedModal .modal-content .cont {
		padding: 30px 0 50px 0;
	}
		.animatedModal .modal-content .cont .marquee .marquee__item {
			font-size: 7.0rem;
		}

		.animatedModal .modal-content .cont .headtit {
			padding: 0 40px 20px 40px;
		}
			.animatedModal .modal-content .cont .headtit h2 {
				font-size: 3.6rem;
			}

		.animatedModal .modal-content .cont .area {
			padding: 30px 40px 30px 40px;
		}


		#life01 .cell {
			padding-bottom: 40px;
			margin-bottom: 40px;
		}
			#life01 .cell .text .en {
				font-size: 1.4rem;
			}
			#life01 .cell .text h3 {
				font-size: 2.4rem;
			}


		#life02 .list .days {
			padding-bottom: 50px;
		}
		#life02 .list .days:before {
			width: 18px;
			height: 18px;
			margin-left: -9px;
		}
			#life02 .list .days .text {
				padding-top: 2px;
			}
				#life02 .list .days .text .en {
					font-size: 1.4rem;
				}
				#life02 .list .days .text h3 {
					font-size: 2.0rem;
				}


		#life03 .list .box .text {
			padding-top: 22px;
		}
			#life03 .list .box .text .years {
				width: 80px;
				height: 26px;
				border-radius: 13px;
				font-size: 1.6rem;
				line-height: 26px;
				top: -13px;
				margin-left: -40px;
			}

			#life03 .list .box .text ul.list-icon li {
				font-size: 1.4rem;
			}
			#life03 .list .box .text ul.list-icon li:before {
				top: 6px;
			}


		#life05 .list .box h3 {
			font-size: 2.2rem;
		}


		#life06 .cell {
			padding-bottom: 35px;
			margin-bottom: 35px;
		}
			#life06 .cell .text h3 {
				font-size: 2.0rem;
			}

			#life06 .cell .text ul.list-icon li {
				font-size: 1.4rem;
			}
			#life06 .cell .text ul.list-icon li:before {
				top: 6px;
			}

			#life06 .cell ul.number {
				margin-top: 18px;
			}
				#life06 .cell ul.number li {
					font-size: 1.6rem;
				}
				#life06 .cell ul.number li:before {
					font-size: 2.0rem;
				}










}	





/* max 767px */
@media screen and (max-width: 767px) {



/* fv
------------------- */
#fv h1 {
	width: 290px;
	text-indent: -15px;
	padding: 80px 0;
}

#fv .scroll {
	bottom: -45px;
}
	#fv .scroll a {
		width: 90px;
		height: 90px;
		background: #fff url("../img/i-seifu_navi/icon_scroll_arrow.svg") no-repeat center bottom 20px;
	}
	#fv .scroll a:hover {
		width: 90px;
		height: 90px;
		padding-top: 30px;
	}

#fv .loopSlider {
	height: 250px;
}
	#fv .loopSlider .loopslider_wrap {
		height: 250px;
	}
		#fv .loopSlider .loopslider_wrap ul li {
			width: 207px;
			margin: 0 10px;
		}



/* message
------------------- */
#message h2 {
	font-size: 2.4rem;
}

#message .read {
	font-size: 1.6rem;
	line-height: 1.8em;
	text-align: left;
}



/* data
------------------- */
#data:before {
	height: 75%;
}
	#data .data-list .box {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
		padding: 20px 15px;
	}
	#data .data-list .box:nth-child(3n) {
		margin-right: 2%;
	}
	#data .data-list .box:nth-child(2n) {
		margin-right: 0;
	}
		#data .data-list .box h3 {
			font-size: 1.6rem;
			margin-bottom: 15px;
		}
			#data .data-list .box h3 span {
				font-size: 1.0rem;
			}

		#data .data-list .box .number {
			font-size: 1.8rem;
			margin-bottom: 15px;
		}
			#data .data-list .box .number .en {
				font-size: 3.6rem;
			}

		#data .data-list .box .pht {
			margin-bottom: 15px;
		}

		#data .data-list .box .read {
			font-size: 1.2rem;
			line-height: 1.5em;
		}



/* senpai-learning
------------------- */
#senpai-learning .view-more {
	margin-top: 20px;
	text-align: center;
	position: static;
}



/* school-life
------------------- */
#school-life:before {
	height: 70%;
}
	#school-life .life-list a.linkbox {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 25px;
	}
	#school-life .life-list a.linkbox:nth-child(3n) {
		margin-right: 4%;
	}
	#school-life .life-list a.linkbox:nth-child(2n) {
		margin-right: 0;
	}
		#school-life .life-list a.linkbox .pht:before {
			width: 37px;
			height: 30px;
			z-index: 2;
		}

		#school-life .life-list a.linkbox .text {
			padding: 10px 0 0 0;
		}
			#school-life .life-list a.linkbox .text h3 {
				font-size: 1.7rem;
				line-height: 1.2em;
				margin-bottom: 7px;
			}

			#school-life .life-list a.linkbox .text .read {
				line-height: 1.5em;
			}



/* movie
------------------- */
#movie .view-more {
	margin-top: 20px;
	text-align: center;
	position: static;
}



/* successful-graduates
------------------- */
#successful-graduates {
	background: url("../img/i-seifu_navi/bg_motif.svg") no-repeat center top 50px / 260%;
}
	#successful-graduates .graduates-swiper {
		margin-top: 25px;
	}
		#successful-graduates .graduates-swiper a.linkbox {
			position: relative;
			padding-bottom: 60px;
		}
			#successful-graduates .graduates-swiper a.linkbox .text .company {
				font-size: 1.2rem;
			}

			#successful-graduates .graduates-swiper a.linkbox .text h3 {
				font-size: 2.2rem;
			}
				#successful-graduates .graduates-swiper a.linkbox .text h3 span {
					font-size: 1.4rem;
				}

			#successful-graduates .graduates-swiper a.linkbox .text .profile .course {
				font-size: 1.2rem;
				margin-bottom: 0;
			}

			#successful-graduates .graduates-swiper a.linkbox .text .profile .btn {
				position: absolute;
				bottom: 0;
				left: 50%;
				transform: translateY(0) translateX(-50%);
				-webkit-transform: translateY(0) translateX(-50%);
			}

	#successful-graduates .view-more {
		margin-top: 20px;
		text-align: center;
		position: static;
	}



/* major
------------------- */
#major .major-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
	#major .major-list a.linkbox {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 25px;
	}
	#major .major-list a.linkbox:nth-child(2n) {
		margin-right: 0;
	}


#major .work {
	margin-top: 20px;
}
	#major .work .work-tit {
		margin-bottom: 18px;
	}
		#major .work .work-tit h2 {
			font-size: 2.2rem;
			margin-right: 15px;
		}
		#major .work .work-tit .en {
			font-size: 1.0rem;
			margin-top: 5px;
		}


	#major .work .tabbox ul.tab {
		width: 100%;
		position: static;
		margin-bottom: 25px;
	}
		#major .work .tabbox ul.tab li {
			font-size: 1.5rem;
		}



/* company-voice
------------------- */
#company-voice .view-more {
	margin-top: 20px;
	text-align: center;
	position: static;
}



/* blog
------------------- */
#blog .view-more {
	margin-top: 20px;
	text-align: center;
	position: static;
}



/* principal-room
------------------- */
#principal-room .view-more {
	margin-top: 20px;
	text-align: center;
	position: static;
}



/* professional
------------------- */
#professional .linklist {
	margin-top: 30px;
}
	#professional .linklist a.linkbox .inner {
		display: block;
		height: auto;
		padding: 30px 5%;
		text-align: center;
	}
		#professional .linklist a.linkbox .inner h2 {
			width: 100%;
			font-size: 2.0rem;
			margin-bottom: 8px;
		}

		#professional .linklist a.linkbox .inner .en-txt {
			width: 100%;
			font-size: 1.2rem;
			margin-bottom: 20px;
		}

		#professional .linklist a.linkbox .inner .btn {
			position: static;
			margin-top: 0;
		}



/* bnr-area
------------------- */
#bnr-area .marquee .marquee__item {
	font-size: 7.0rem;
}
	#bnr-area ul.bnr-list li {
		width: 48%;
		margin-right: 4%;
		margin-top: 20px;
	}
	#bnr-area ul.bnr-list li:nth-child(2n) {
		margin-right: 0;
	}
		#bnr-area ul.bnr-list li a span {
			font-size: 1.3rem;
		}



/* disclaimer
------------------- */
#disclaimer .bgbox {
	padding: 30px 30px;
}
	#disclaimer .bgbox h2 {
		font-size: 2.0rem;
		top: -14px;
		left: 30px;
	}

	#disclaimer .bgbox p {
		font-size: 1.3rem;
		line-height: 1.6em;
	}




/* animatedModal */
.animatedModal {
	height: 100dvh;
}
.animatedModal .close img {
	margin-top: 15px;
	width: 30px;
	margin-left: -webkit-calc(100% - 40px);
	margin-left: calc(100% - 40px);
}
	
	
.animatedModal .modal-content {
	width: -webkit-calc(100% - 55px);
	width: calc(100% - 55px);
}
	.animatedModal .modal-content .cont {
		padding: 20px 0 0 0;
	}
		.animatedModal .modal-content .cont .marquee .marquee__item {
			font-size: 5.0rem;
		}


		.animatedModal .modal-content .cont .headtit {
			padding: 5px 25px 20px 25px;
		}
			.animatedModal .modal-content .cont .headtit h2 {
				font-size: 2.6rem;
			}

		.animatedModal .modal-content .cont .area {
			padding: 10px 25px 30px 25px;
		}


		#life01 .cell {
			display: block;
			padding-bottom: 30px;
			margin-bottom: 30px;
		}
			#life01 .cell .pht {
				width: 100%;
				margin-bottom: 20px;
			}
	
			#life01 .cell .text {
				display: block;
				width: 100%;
				padding: 0 !important;
			}
				#life01 .cell .text h3 {
					font-size: 2.0rem;
				}


		#life02 .list:before {
			height: -webkit-calc(100% - 40px);
			height: calc(100% - 40px);
			left: 7px;
			margin-left: 0;
		}
			#life02 .list .days {
				display: block;
				padding-left: 30px;
				padding-bottom: 40px;
			}
			#life02 .list .days:before {
				width: 16px;
				height: 16px;
				left: 0;
				margin-left: 0;
			}
				#life02 .list .days .text {
					width: 100%;
					padding-top: 0;
					margin-bottom: 15px;
				}

				#life02 .list .days .pht {
					width: 100%;
				}


		#life03 .list .box {
			width: 48%;
			margin-right: 4%;
			margin-bottom: 25px;
		}
		#life03 .list .box:nth-child(3n) {
			margin-right: 4%;
		}
		#life03 .list .box:nth-child(2n) {
			margin-right: 0;
		}
			#life03 .list .box .text ul.list-icon li {
				font-size: 1.2rem;
				padding-left: 10px;
			}
			#life03 .list .box .text ul.list-icon li:before {
				width: 6px;
				height: 6px;
				top: 6px;
			}


		#life04 ul.list {
			display: block;
		}
			#life04 ul.list li {
				width: 100%;
				margin-right: 0;
				margin-bottom: 20px;
			}
			#life04 ul.list li:nth-last-child(1) {
				margin-bottom: 0;
			}


		#life05 .list {
			display: block;
		}
			#life05 .list .box {
				width: 100%;
				margin-right: 0;
				margin-bottom: 20px;
			}
				#life05 .list .box h3 {
					font-size: 2.1rem;
				}


		#life06 .cell {
			display: block;
			padding-bottom: 30px;
			margin-bottom: 30px;
		}
			#life06 .cell.flex-start .pht {
				width: 100%;
				margin-top: 15px;
			}
	
			#life06 .cell.flex-start .text {
				width: 100%;
			}

			#life06 .cell ul.number {
				margin-top: 15px;
			}
				#life06 .cell ul.number li {
					font-size: 1.6rem;
					padding-left: 50px;
				}
				#life06 .cell ul.number li:before {
					font-size: 2.0rem;
					left: 15px;
				}










}