/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
		margin:0;
		padding:0;
		border:0;
		outline:0;
		font-size:100%;
		vertical-align:baseline;
		background:transparent;
}

body {
		line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
		display:block;
}

nav ul {
		list-style:none;
}

blockquote, q {
		quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
		content:'';
		content:none;
}

a {
		margin:0;
		padding:0;
		font-size:100%;
		vertical-align:baseline;
		background:transparent;
}

/* change colours to suit your needs */
ins {
		background-color:#ff9;
		color:#000;
		text-decoration:none;
}

mark {
		background-color:#ff9;
		color:#000;
		font-style:italic;
		font-weight:bold;
}

del {
		text-decoration: line-through;
}

abbr[title], dfn[title] {
		border-bottom:1px dotted;
		cursor:help;
}

table {
		border-collapse:collapse;
		border-spacing:0;
}

hr {
		display:block;
		height:1px;
		border:0;	
		border-top:1px solid #cccccc;
		margin:1em 0;
		padding:0;
}

input, select {
		vertical-align:middle;
}

/**** Reset CSS end ****/
/****  ****/

html {
	font-size: 62.5%;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
	}
body {
	color: #111;
	position: relative;
	}
	
li {list-style: none;}
	

a {
	text-decoration: none;
	transition: all 0.3s ease;
	}
	a:hover {opacity: 0.7;} 

br {
	display: inherit;
	line-height: 0;
	height: 0;
	}
	
img {width: 100%;}
	
h1, h2, h3, h4, h5, h6{line-height:1;}
h1{font-size:;}
h2{font-size:3.2rem;}
h3{font-size:2.4rem;}
h4{font-size:2.0rem;}
h5{font-size:1.8rem;}
h6{font-size:1.6rem;}

strong{font-weight:700;}

/****  ****/

header {
	height: 112px;
	overflow: hidden; }
	header .logo {
		float: left;
		padding: 31px 0 0 29px; }
		header .logo a {
			display: block; }
	header .right {
		float: right;
		padding: 31px 31px 0 0; }
		header .right ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex; }
		header .right li {
			width: 166px;
			height: 50px; }
			header .right li:first-child {
				margin-right: 10px; }
			header .right li:last-child a {
				background-color: #0b3a6c; }
		header .right a {
			width: 100%;
			height: 100%;
			background-color: #000;
			border-radius: 25px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			justify-content: center;
			flex-flow: column;
			text-align: center;
			font-size: 16px;
			color: #fff;
			text-decoration: none; }
			header .right a:hover {
				opacity: 0.5; }

@media screen and (max-width: 980px) {
	header {
		height: 11.4vw; }
		header .logo {
			padding: 3.1vw 0 0 2.9vw;
			width: 42.8vw; }
			header .logo img {
				width: 100%;
				display: block; }
		header .right {
			padding: 3.1vw 3.1vw 0 0; }
			header .right li {
				width: 16.9vw;
				height: 5.1vw; }
				header .right li:first-child {
					margin-right: 1vw; }
				header .right li a {
					border-radius: 2.55vw;
					font-size: 1.6vw; } }

	@media screen and (max-width: 768px) {
	footer {}
	.contact {}
	}

.mv {
	padding: 0 20px;
	background-image: url(/applicant/event/images/header_2024.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 1000px;
	position: relative; }
	.mv__inner {
		width: 100%;
		max-width: 980px;
		}

.mv h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); }
	

@media screen and (max-width: 768px) {
	.mv {
		padding: 50px 15px 50px;
		height: 75vh;
		}
		
	.mv h1 {
		transform: initial;
		text-align: center;
		position: relative;
		left: initial;
		}
	.mv h1 img {
		max-width: 500px;}
}


.container {
	clear: both;
	display:contents;
	display: block;
	float:none;
	margin: 0 auto;
	width:80%;
	max-width:980px;
	position: relative;
	overflow: hidden;
	}

	@media screen and (max-width: 768px) {
	.container {
		width:90%;
		max-width:700px;
		margin: 25px auto;
		}
	}



/* ¥È¥Ã¥×²¿·Ö */
.top{
	display: block;
	float:none;
	padding: 40px 20px;
	background: linear-gradient(to right, #cbd6e9 0%, #f9f9f9 34%, #dee2ed 73%, #cbd6e9 100%);
}

.top .container>p{
	font-size:2.4rem;
	text-align:center;
	line-height:1.6em;
	}

	@media screen and (max-width: 768px) {
	.top .container>p{
		font-size:1.6rem;
		text-align:center;
		line-height:1.6em;
		}
	}
/* ¥×¥í¥°¥é¥à²¿·Ö */
.program{
	display: block;
	padding: 40px 20px;
	position: relative;
	overflow: hidden;
	zoom: 1;
	}
	.program h2{
		font-family: "Roboto Slab", serif;
		border-bottom: solid 5px #ccffff;
		position: relative;
		}
		.program h2:after {
			position: absolute;
			content: " ";
			display: block;
			border-bottom: solid 5px #0097b2;
			bottom: -5px;
			width: 20%;
			}
			
	.program h3{
		padding:10px 0px 10px 10px;
		text-align:left;
		}
	.program h4{
		background-color:#0097b2;
		border-radius:10px;
		color:#ffffff;
		display:inline-block;
		padding:10px 15px;
		position: relative;
		text-align:left;
		}
		.program h4:after {
			position: absolute;
			content: '';
			top: 100%;
			left: 30px;
			border: 15px solid transparent;
			border-top: 15px solid #0097b2;
			width: 0;
			height: 0;
			}
	.program p{
		font-size:1.6rem;
		line-height:1.5;
		padding:10px;
		}
	.program table{
		width:100%;
		font-size:1.6rem;
		line-height:1.5;
		text-align:center;
		}
		.program thead th{
			background-color:#0097b2;
			color:#ffffff;
			}
		.program tbody th{
			background-color:#ccffff;
			}
		.program th,tr,td{
			border:1px solid #0097b2;
			padding:5px;
			}


/* ×°ï—¥¯¥é¥¹ */
.marker {
	background:linear-gradient(transparent 70%, rgba(0, 151, 178) 30%);
	display: inline;
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition:background-size 1.5s;
	}
	.marker.on {
		background-size: 100% 100%;
	}
.bold{
	font-weight:700;
	}
.small{
	font-size:x-small;
	}
.--left{
	display: block;
	float: left;
	width: 48.07692%;
	clear: both;
	}
.--right{
	display: block;
	float: right;
	width: 48.07692%;
	}

	@media screen and (max-width: 768px) {
	.--left, .--right{
		display: block;
		float: none;
		width: 100%;
		clear: both;
		margin-bottom:50px;
		}
	}


hr.border {
	display:block;
	height:0;
	border:0;
	border-top:5px dashed #0097b2;
	margin:50px auto;
	width:50%;
	}


.pcOnly {display: block;}
.spOnly {display: none;}

	@media screen and (max-width: 768px) {
		.pcOnly {display: none;}
		.spOnly {display: block;}
		}

.imgsBlock {
	clear: both;
	margin: 20px 0;
	zoom: 1;
	}
	.imgsBlock:before, .imgsBlock:after {
		display: block;
		height: 0;
		visibility: hidden;
		content: "\0020";
		}
		.imgsBlock:after {
			clear: both;
			}
		.imgsBlock__item {
			list-style: none;
			overflow: hidden;
			margin: 0 auto;
			text-align: center;
			}
	.imgsBlock__item ul {
	padding: 0; }
	.imgsBlock__item--one .imgsBlock__item__list {
	width: 100%;
	margin: 1% 0%; }
	.imgsBlock__item--two .imgsBlock__item__list {
	width: 48.1%;
	margin: 1% 0 1% 3.8%; }
	.imgsBlock__item--two .imgsBlock__item__list:nth-child(2n+1) {
		clear: both;
		margin-left: 0; }
	.imgsBlock__item--three .imgsBlock__item__list {
	width: 30.8%;
	margin: 1% 0 1% 3.8%; }
	.imgsBlock__item--three .imgsBlock__item__list:nth-child(3n+1) {
		clear: both;
		margin-left: 0; }
	.imgsBlock__item--four .imgsBlock__item__list {
	width: 23.31731%;
	margin: 1% 0 1% 2.16346%; }
	.imgsBlock__item--four .imgsBlock__item__list:nth-child(4n+1) {
		clear: both;
		margin-left: 0; }
	.imgsBlock__item.resiz img {
	width: 100%;
	height: auto; }
	.imgsBlock__item__list {
	float: left;
	list-style: none; }
	.imgsBlock__item__list__img {
		width: 100%;
		text-align: center; }
		.imgsBlock__item__list__img img {
		width: 100%;
		height: auto; }
		.imgsBlock__item__list__img img.w-auto {
			width: auto; }

@media screen and (max-width: 768px) {
	.imgsBlock {
	margin: 2% 0;
	zoom: 1; }
	.imgsBlock:before, .imgsBlock:after {
	display: block;
	height: 0;
	visibility: hidden;
	content: "\0020"; }
	.imgsBlock:after {
	clear: both; }
	.imgsBlock__item {
	overflow: hidden;
	margin: 0; }
	.imgsBlock__item--two .imgsBlock__item__list {
		width: 100%;
		margin: 2.5% 0; }
	.imgsBlock__item--two .imgsBlock__item__list:nth-child(2n+1) {
		clear: both;
		margin-left: 0; }
	.imgsBlock__item--three .imgsBlock__item__list {
		width: 100%;
		margin: 2.5% 0; }
	.imgsBlock__item--three .imgsBlock__item__list:nth-child(3n+1) {
		clear: both;
		margin-left: 0; }
	.imgsBlock__item--four .imgsBlock__item__list {
		float: left;
		width: 48.1%;
		margin: 1.9% 0 1.9% 3.8%; }
	.imgsBlock__item--four .imgsBlock__item__list:nth-child(4n+1) {
		clear: none;
		margin-left: 3.8%; }
	.imgsBlock__item--four .imgsBlock__item__list:nth-child(2n+1) {
		clear: both;
		margin-left: 0; }
	.imgsBlock__item--mb .imgsBlock__item__list {
		margin-bottom: 10%; }
	.imgsBlock__item--univHis .imgsBlock__item__list {
		float: left;
		width: 48.1%;
		margin: 2% 0 2% 3.8%; }
	.imgsBlock__item__list {
		float: none; }
		.imgsBlock__item__list__img {
		width: 100%; }
		.imgsBlock__item__list__img img {
			width: 100%;
			height: auto; }
			}
	

/* ¤ªÉê¤·Þz¤ß·½·¨ */
.entry {
	background: linear-gradient(to right, #cbd6e9 0%, #f9f9f9 34%, #dee2ed 73%, #cbd6e9 100%);
	padding:50px 0;
	text-align: center;
	}
	.entry__inner {
		margin: 0 auto;
		padding: 75px 20px 100px;
		background: #fff; }


	.entry h2{
		border-bottom: solid 5px #0097b2;
		position: relative;
		text-align:left;
		}
		.entry h2:after {
			position: absolute;
			content: " ";
			display: block;
			border-bottom: solid 5px #0b3a6c;
			bottom: -5px;
			width: 20%;
			}
		.entry h2 + p {
			margin-top: 20px;
			font-size: 1.8rem;
			line-height: 1.5;
			}
	.entry h3 {
		margin-top: 50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		max-width: 290px;
		height: 40px;
		font-size: 2.4rem;
		font-weight: normal;
		color: #fff;
		background-color: #0b3a6c;
		box-sizing: border-box;
		z-index: 2; }
		.entry h3::after {
			content: "";
			position: absolute;
			width: 10px;
			top: 0;
			right: -10px;
			z-index: 1;
			border: 20px solid #0b3a6c;
			border-right-color: transparent;
			border-width: 20px 10px 20px; }
	.entryFlex {
		margin-top: 25px; }
		.entryFlex__inner {
			display: flex; }
			.entryFlex__inner > div {
				text-align: center; }
				.entryFlex__inner > div:nth-of-type(1) {
					margin-top: 33px; }
					.entryFlex__inner > div:nth-of-type(1) h4 span {
						margin-right: 15px; }
				.entryFlex__inner > div:nth-of-type(2) {
					padding: 0 40px;
					position: relative; }
					.entryFlex__inner > div:nth-of-type(2) img {
						max-width: 162px;
						margin-left: 30px; }
					.entryFlex__inner > div:nth-of-type(2)::before {
						content: "";
						position: absolute;
						top: 50%;
						transform: translateY(-50%);
						left: 0;
						width: 0;
						height: 0;
						border-style: solid;
						border-width: 14px 0 0px 40px;
						border-color: transparent transparent transparent #0b3a6c; }
					.entryFlex__inner > div:nth-of-type(2)::after {
						content: "";
						position: absolute;
						top: 50%;
						transform: translateY(-50%);
						right: 0;
						width: 0;
						height: 0;
						border-style: solid;
						border-width: 14px 0 0px 40px;
						border-color: transparent transparent transparent #0b3a6c; }
				.entryFlex__inner > div:nth-of-type(3) {
					margin-top: 17px; }
					.entryFlex__inner > div:nth-of-type(3) h4 span {
						margin-right: 58px; }
					.entryFlex__inner > div:nth-of-type(3) img {
						max-width: 173px;
						margin-left: 70px; }
	.entry h4 {
		display: flex;
		align-items: center;
		font-size: 2.4rem;
		line-height: 1.4;
		font-weight: normal; }
		.entry h4::before {
			display: block;
			width: 0;
			height: 0;
			margin-top: calc((1 - 1.4) * 0.5em);
			content: ""; }
		.entry h4::after {
			display: block;
			width: 0;
			height: 0;
			margin-bottom: calc((1 - 1.4) * 0.5em);
			content: ""; }
		.entry h4 + p {
			font-size: 1.6rem;
			line-height: 2;
			margin-top: 65px; }
			.entry h4 + p::before {
				display: block;
				width: 0;
				height: 0;
				margin-top: calc((1 - 2.1) * 0.5em);
				content: ""; }
			.entry h4 + p::after {
				display: block;
				width: 0;
				height: 0;
				margin-bottom: calc((1 - 2.1) * 0.5em);
				content: ""; }
		.entry h4 + img {
			margin-top: 20px; }
			.entry h4 + img + p {
				margin-top: 17px;
				font-size: 1.3rem;
				line-height: 1.4;
				padding-left: 30px; }
				.entry h4 + img + p::before {
					display: block;
					width: 0;
					height: 0;
					margin-top: calc((1 - 1.4) * 0.5em);
					content: ""; }
				.entry h4 + img + p::after {
					display: block;
					width: 0;
					height: 0;
					margin-bottom: calc((1 - 1.4) * 0.5em);
					content: ""; }
		.entry h4 span {
			width: 34px;
			height: 34px;
			border-radius: 50%;
			display: flex;
			justify-content: center;
			align-items: center;
			color: #fff;
			font-size: 2.8rem;
			font-weight: normal;
			background-color: #0b3a6c;
			line-height: 1;
			}
		
@media screen and (max-width: 930px) {
	.entry h4 {
		font-size: 1.8rem; } }

@media screen and (max-width: 768px) {
	.entry {
		padding: 20px 12px; }
		.entry__inner {
			padding: 50px 0; }
		.entry h2 + p {
			font-size: 1.4rem; }
		.entry h3 {
			font-size: 1.8rem;
			margin-top: 25px;
			width: 90%; }
		.entry h4 {
			width: 250px;
			margin: 0 auto; }
			.entry h4 + p {
				font-size: 1.4rem;
				margin-top: 20px; }
			.entry h4 img p {
				padding-left: 0; }
		.entryFlex {
			margin-top: 20px; }
			.entryFlex__inner {
				flex-wrap: wrap; }
				.entryFlex__inner div {
					width: 100%; }
					.entryFlex__inner div:nth-of-type(1) {
						margin-top: 0; }
						.entryFlex__inner div:nth-of-type(1) h4 span {
							margin-right: 10px; }
					.entryFlex__inner div:nth-of-type(2) {
						padding: 60px 0;
						margin: 20px 0; }
						.entryFlex__inner div:nth-of-type(2) h4 span {
							margin-right: 10px; }
						.entryFlex__inner div:nth-of-type(2) img {
							margin-left: 0; }
						.entryFlex__inner div:nth-of-type(2)::before {
							transform: rotate(90deg) translateX(50%);
							top: 0;
							left: 48%; }
						.entryFlex__inner div:nth-of-type(2)::after {
							transform: rotate(90deg) translateX(-50%);
							top: initial;
							bottom: 0;
							left: 48%; }
					.entryFlex__inner div:nth-of-type(3) {
						margin-top: 0; }
						.entryFlex__inner div:nth-of-type(3) h4 span {
							margin-right: 10px; }
						.entryFlex__inner div:nth-of-type(3) img {
							margin-left: 0; }
 }


/* ¥Ü¥¿¥ó */
.button {
	margin: 50px auto 0;
	width: 100%;
	max-width: 800px;
	height: 90px;
	display: flex;
	justify-content: space-between;
	}
	.button__inner {
		width: 45%;
		height: 100%;
		position: relative;
		margin:0.5rem;
		}
	.button__inner .01 {
		width: -webkit-fill-available;
		height: 100%;
		position: relative;
		margin:0.5rem;
		}
		.button__inner a {
			position: absolute;
			display: flex;
			justify-content: center;
			align-items: center;
			color: #fff;
			font-size: 2.4rem;
			width:100%;
			height: 100%;
			border-radius: 50px;
			text-align: center;
			font-weight: bold;
			transition: all 0.3s ease;
			}
				.button__inner a.no1 {
					background-color: #c09361;}
				.button__inner a.no2 {
					background-color: #0b3a6c;}
				.button__inner a:hover {
					opacity: 0.7;
				}

	@media screen and (max-width: 768px) {
	.button {
		width: calc(600 / 702* 100%);
		margin: 25px auto 0;
		flex-flow: column;
		justify-content: center;
		}
		.button__inner{
			width:100%;
			}
			.button__inner a {}
	}

/* ¥µ¥¤¥É¥Ð©`¹Ì¶¨ */
.fixed {
	position: fixed;
	top: 100px;
	right: 0;
	width: 50px;
	z-index: 9999; }
	.fixed__inner > div {
		position: relative;
		width: 50px;
		height: 166px; }
		.fixed__inner > div:nth-of-type(1) a {
			background-color: #000; }
		.fixed__inner > div:nth-of-type(2) {
			margin-top: 10px; }
			.fixed__inner > div:nth-of-type(2) a {
				background-color: #0b3a6c; }
		.fixed__inner > div a {
			position: absolute;
			width: 100%;
			height: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
			writing-mode: vertical-rl;
			color: #fff;
			font-size: 16px;
			font-size: 1.6rem;
			border-radius: 30px 0 0 30px; }

@media screen and (max-width: 768px) {
	.fixed {
		display: none !important; }
	}


footer {
	width:100%;
	background-color: #0b3a6c;
	color:#ffffff;
	}

	footer h2{
		font-size:2.0rem;
		border-bottom: solid 5px #ccffff;
		position: relative;
		padding:1em 0 0.1em;
		}
		footer h2:after {
			position: absolute;
			content: " ";
			display: block;
			border-bottom: solid 5px #0097b2;
			bottom: -5px;
			width: 20%;
			}
	footer h3{
		font-size:1.6rem;
		padding:10px 1em;
		display:inline-block;
		float:left;
		}
	p.contact{
		font-size:1.2rem;
		line-height:1.5;
		margin:5px auto;
		text-align:left;
		width:30em;
		}
		footer p:first-child {
			margin-top:10px;
			}
	footer span{
		color:#0b3a6c;
		display:inline-block;
		background-color:#ffffff;
		margin-right:5px;
		text-align:center;
		width:6em;
		}

	@media screen and (max-width: 768px) {
		footer h3{
			display:block;
			float:none;
			}
		}


/* ¥¢¥Ë¥á©`¥·¥ç¥ó */
.fadein {
	opacity: 0.1;
	transform: translate(0, 100px);
	transition: all 1500ms;
}

.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

/* customized & designed by noizzy data_20240904 */
/*# sourceMappingURL=style.css.map */
