@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

@font-face {
	font-family: 'syusei';
	src: url("../font/syusei.ttf?uq23u7") format("truetype"), url("../font/syusei.woff?uq23u7") format("woff"), url("../font/syusei.svg?uq23u7#syusei") format("svg");
	font-weight: normal;
	font-style: normal;
}
.ico {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'syusei' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico.i_close:before {
	content: "\e90e";
}

.ico.i_menu:before {
	content: "\e90d";
}

.ico.i_01:before {
	content: "\e900";
}

.ico.i_02:before {
	content: "\e901";
}

.ico.i_03:before {
	content: "\e902";
}

.ico.i_04:before {
	content: "\e903";
}

.ico.i_05:before {
	content: "\e904";
}

.ico.i_06:before {
	content: "\e905";
}

.ico.i_07:before {
	content: "\e906";
}

.ico.i_08:before {
	content: "\e907";
}

.ico.i_09:before {
	content: "\e908";
}

.ico.i_10:before {
	content: "\e909";
}

.ico.i_home:before {
	content: "\e90c";
}

.ico.i_syusei:before {
	content: "\e90a";
}

.ico.logo:before {
	content: "\e90b";
}

#main-header {
	position: relative;
	background: #1d2088;
	color: #ffffff;
}
#main-header .inner {
	width: 960px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 10px 0 10px;
}
#main-header .inner .header-left {
	width: 360px;
}
#main-header .inner .header-left #header-logo {
	position: relative;
	/* display: none; */
}

#main-header .inner .header-left #header-logo a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main-header .inner .header-left #header-logo span {
	display: inline-block;
	overflow: hidden;
	text-indent: -102%;
}
#main-header .inner .header-left .copy {
	margin-top: 10px;
	font-size: 1.8rem;
	line-height: 1;
}

#main-header .inner .header-right {
	flex:1 1 auto;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
	justify-content: flex-end;
	padding-bottom: 4px;
}

#main-header .inner .header-right .opencampus,
#main-header .inner .header-right .document-request{
	display: inline-block;
	width: 154px;
	height: 52px;
	line-height: 52px;
	background: #fff699;
	color: #1d2088;
	border-radius: 12px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: opacity 300ms ease-out;
	opacity:1;
}

#main-header .inner .header-right .opencampus:hover,
#main-header .inner .header-right .document-request:hover{opacity:0.9;}

#main-header .inner .header-right .opencampus {width: 334px;margin-right: 20px;}
#main-header .inner .header-right .opencampus br{display: none;}
#main-header .inner .header-right .opencampus span{display: inline;}

#main-header .inner .header-right .document-request { width: 154px;}
#main-header .inner .header-right .document-request br{display: none;}


#main-header .inner .header-right .sp-button {
	display: none;
	text-decoration: none;
	color: #ffffff;
}
#main-header .main-menu {
	width: 100%;
	background: #e8e9f3;
	padding: 5px 0;
}
#main-header .main-menu .menu-list {
	width: 960px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	align-items: center;
}
#main-header .main-menu .menu-list:after {
	content: "";
	width: 18%;
	height: 0;
	margin: 5px 1%;
}
#main-header .main-menu .menu-list li {
	width: 18%;
	margin: 5px 1%;
}
#main-header .main-menu .menu-list li.menu-close, #main-header .main-menu .menu-list li.menu-home, #main-header .main-menu .menu-list li.menu-official {
	display: none;
}
#main-header .main-menu .menu-list li.menu-01, #main-header .main-menu .menu-list li.menu-02, #main-header .main-menu .menu-list li.menu-03, #main-header .main-menu .menu-list li.menu-04, #main-header .main-menu .menu-list li.menu-05, #main-header .main-menu .menu-list li.menu-06 {
	padding-bottom: 10px;
	border-bottom: 1px solid #1d2088;
}
#main-header .main-menu .menu-list li.menu-01 {
	display: none;
}
#main-header .main-menu .menu-list li.menu-03 a:before {
	font-size: 2.8rem;
	letter-spacing: -0.2rem;
}
#main-header .main-menu .menu-list li.menu-04 a:before {
	font-size: 2.8rem;
}
#main-header .main-menu .menu-list li.menu-05 a:before {
	font-size: 1.8rem;
}
#main-header .main-menu .menu-list li.menu-06 a:before {
	font-size: 2.6rem;
}
#main-header .main-menu .menu-list li.menu-08 a:before {
	font-size: 2.2rem;
}
#main-header .main-menu .menu-list li.menu-09 a:before {
	letter-spacing: -0.2rem;
}
#main-header .main-menu .menu-list li.menu-10 a:before {
	font-size: 2.6rem;
	letter-spacing: -0.4rem;
}
#main-header .main-menu .menu-list li a {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	text-decoration: none;
	color: #1d2088;
}
#main-header .main-menu .menu-list li a:before {
	display: block;
	box-sizing: border-box;
	width: 48px;
	height: 48px;
	line-height: 48px;
	background: #ffffff;
	border: 1px solid #1d2088;
	border-radius: 50%;
	font-size: 2.2rem;
	text-align: center;
}
#main-header .main-menu .menu-list li a:hover:before, #main-header .main-menu .menu-list li a .selected {
	background: #1d2088;
	color: #ffffff;
}
#main-header .main-menu .menu-list li a .text {
	padding: 0 0 0 0.3rem;
	font-size: 1.2rem;
	line-height: 1.4;
}
/* PCのロゴ表示対応 */
@media screen and (min-width: 1024px) {
	#main-header .inner {
		padding: 20px 10px;
	}
	#main-header .inner .header-left #header-logo.ico.logo:before {
		display: block;
		/* width: 320px; */
		font-size: 52px;
	}
}
/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 1024px) {
	#main-header {
		background: #ffffff;
	}
	#main-header .inner {
		width: 100%;
		margin: 0;
		padding: 0 2%;
	}
	#main-header .inner .header-left {
		float: none;
		width: 100%;
		margin-bottom: 2%;
		padding-top: 10px;
	}
	#main-header .inner .header-left #header-logo {
		display: block;
		font-size: 5rem;
		margin-bottom: 2%;
		color: #1d2088;
	}
	#main-header .inner .header-left #header-logo span {
		display: none;
	}
	#main-header .inner .header-left .copy {
		background: #e8e9f3;
		color: #1d2088;
		margin-top: 0;
		height: 40px;
		line-height: 42px;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
	}
	#main-header .inner .header-right {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 100%;
		height: 68px;
	}

	#main-header .inner .header-right .opencampus,
	#main-header .inner .header-right .document-request{
		display: flex;
		justify-content: center;
		align-items: center;
		float: none;
		height: 68px;
		line-height: 1.4;
		padding:0 4px;
		background: #1d2088;
		color: #ffffff;
		border-radius: 0;
		font-size: 1.4rem;
		font-weight: normal;
		text-align: center;
		text-decoration: none;
		letter-spacing: 0.25rem;
		transition: none;
		opacity:1;
	}

	#main-header .inner .header-right .opencampus:hover,
	#main-header .inner .header-right .document-request:hover{opacity:1;}

	#main-header .inner .header-right .opencampus {width: 58%;margin-right: 0;}
	#main-header .inner .header-right .opencampus br{display: block;}
	#main-header .inner .header-right .opencampus span{display: none;}

	#main-header .inner .header-right .document-request {width: 18%;}
	#main-header .inner .header-right .document-request br{display: block;}

	#main-header .inner .header-right .sp-button {
		display: block;
		width: 20%;
		height: 68px;
		line-height: 68px;
		background: #1d2088;
		color: #ffffff;
		font-size: 3rem;
		text-align: center;
	}
	#main-header .main-menu {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
		background: #e8e9f3;
	}
	#main-header .main-menu .menu-list {
		width: 100%;
		margin: 0;
		padding: 0 2%;
		display: flex;
		flex-flow: column wrap;
		justify-content: space-between;
		align-items: center;
	}
	#main-header .main-menu .menu-list li {
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 1px solid #1d2088;
	}
	#main-header .main-menu .menu-list li.menu-close, #main-header .main-menu .menu-list li.menu-home, #main-header .main-menu .menu-list li.menu-official {
		display: block;
	}
	#main-header .main-menu .menu-list li.menu-close {
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 90px;
	}
	#main-header .main-menu .menu-list li.menu-close a {
		display: block;
		position: absolute;
		right: 0;
		width: 70px;
		text-align: center;
	}
	#main-header .main-menu .menu-list li.menu-01, #main-header .main-menu .menu-list li.menu-02, #main-header .main-menu .menu-list li.menu-03, #main-header .main-menu .menu-list li.menu-04, #main-header .main-menu .menu-list li.menu-05 {
		padding-bottom: 0;
	}
	#main-header .main-menu .menu-list li:last-child {
		margin: 0;
		padding: 0;
		border-bottom: none;
	}
	#main-header .main-menu .menu-list li a {
		display: flex;
		flex-flow: row wrap;
		justify-content: left;
		align-items: center;
		text-decoration: none;
		padding: 10px 2%;
		color: #1d2088;
	}
	#main-header .main-menu .menu-list li a:before {
		display: block;
		box-sizing: border-box;
		width: 48px;
		height: 48px;
		line-height: 48px;
		margin-right: 1rem;
		background: #ffffff;
		border: 1px solid #1d2088;
		border-radius: 50%;
		font-size: 2.2rem;
		text-align: center;
	}
	#main-header .main-menu .menu-list li a:hover:before, #main-header .main-menu .menu-list li a .selected {
		background: #1d2088;
		color: #ffffff;
	}
	#main-header .main-menu .menu-list li a .text {
		padding: 0 0 0 0.3rem;
		font-size: 1.6rem;
		line-height: 1.4;
	}
}
@media screen and (max-width: 736px) {
	#main-header {
		background: #ffffff;
	}
	#main-header .inner {
		width: 100%;
		margin: 0;
		padding: 0 2%;
	}
}
@media screen and (max-width: 320px) {
	#main-header {
		background: #ffffff;
	}
	#main-header .inner {
		width: 100%;
		margin: 0;
		padding: 0 2%;
	}
}
#main-footer {
	background: #1d2088;
	color: #ffffff;
}
#main-footer .inner {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-content: center;
	align-content: center;
}
#main-footer .inner .footer_left {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-content: center;
	align-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 81%;
	height: 100%;
}
#main-footer .inner .footer_left #footer-logo {
	margin: 10px 20px 10px 0;
}
#main-footer .inner .footer_left #footer-logo:before {
	font-size: 4rem;
}
#main-footer .inner .footer_left #footer-logo span {
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	text-indent: -102%;
}
#main-footer .inner .footer_left #school-address {
	font-size: 1.2rem;
}
#main-footer .inner .footer_left #school-address dl {
	display: inline;
}
#main-footer .inner .footer_left #school-address dl dt, #main-footer .inner .footer_left #school-address dl dd {
	display: inline;
	vertical-align: middle;
}
#main-footer .inner .footer_left #school-address dl dd {
	margin-right: 1rem;
}
#main-footer .inner #footer-menu {
	display: table-cell;
	vertical-align: middle;
}
#main-footer .inner #footer-menu ul {
	display: table;
	height: 100%;
}
#main-footer .inner #footer-menu ul li {
	display: table-cell;
	vertical-align: middle;
}
#main-footer .inner #footer-menu ul li:nth-child(1) {
	padding-right: 20px;
}
#main-footer .inner #footer-menu ul li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
#main-footer .inner #footer-menu ul li a.ico:before {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin: 0 auto 5px auto;
	border: 2px solid #ffffff;
	border-radius: 50%;
	color: #ffffff;
	font-size: 2rem;
	text-align: center;
}
#main-footer .inner #footer-menu ul li a span {
	padding-bottom: 3px;
}
#main-footer .inner #footer-menu ul li a:hover span {
	border-bottom: 1px solid #ffffff;
}

/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 1024px) {
	#main-footer {
		background: #1d2088;
		color: #ffffff;
	}
	#main-footer .inner {
		width: 100%;
		margin: 0;
		padding: 0 2%;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		height: auto;
		padding: 4%;
	}
	#main-footer .inner .footer_left {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 66%;
	}
	#main-footer .inner .footer_left #footer-logo {
		display: block;
		vertical-align: middle;
		margin-bottom: 2%;
	}
	#main-footer .inner .footer_left #footer-logo:before {
		font-size: 6rem;
	}
	#main-footer .inner .footer_left #school-address {
		display: block;
		vertical-align: middle;
		font-size: 1.4rem;
	}
	#main-footer .inner .footer_left #school-address .address {
		margin-bottom: 2%;
	}
	#main-footer .inner .footer_left #school-address dl {
		display: block;
	}
	#main-footer .inner .footer_left #school-address dl dd {
		padding-right: 0.5rem;
	}
	#main-footer .inner #footer-menu {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		width: 34%;
		vertical-align: middle;
	}
	#main-footer .inner #footer-menu ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		align-items: center;
		width: 100%;
	}
	#main-footer .inner #footer-menu ul li {
		display: block;
		width: 50%;
		vertical-align: middle;
		text-align: center;
	}
	#main-footer .inner #footer-menu ul li:nth-child(1) {
		padding-right: 0;
	}
	#main-footer .inner #footer-menu ul li a.ico:before {
		width: 64px;
		height: 64px;
		line-height: 64px;
		font-size: 3.4rem;
		margin-bottom: 2px;
	}
	#main-footer .inner #footer-menu ul li a span {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 736px) {
	#main-footer {
		background: #1d2088;
		color: #ffffff;
	}
	#main-footer .inner {
		width: 100%;
		margin: 0;
		padding: 0 2%;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		height: auto;
		padding: 4%;
	}
	#main-footer .inner .footer_left {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 66%;
	}
	#main-footer .inner .footer_left #footer-logo {
		display: block;
		vertical-align: middle;
		margin-bottom: 2%;
	}
	#main-footer .inner .footer_left #footer-logo:before {
		font-size: 3.4rem;
	}
	#main-footer .inner .footer_left #school-address {
		display: block;
		vertical-align: middle;
		font-size: 1.1rem;
	}
	#main-footer .inner .footer_left #school-address .address {
		margin-bottom: 2%;
	}
	#main-footer .inner .footer_left #school-address dl {
		display: block;
	}
	#main-footer .inner .footer_left #school-address dl dd {
		padding-right: 0.5rem;
	}
	#main-footer .inner #footer-menu {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		width: 34%;
		vertical-align: middle;
	}
	#main-footer .inner #footer-menu ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		align-items: center;
		width: 100%;
	}
	#main-footer .inner #footer-menu ul li {
		display: block;
		width: 50%;
		vertical-align: middle;
		text-align: center;
	}
	#main-footer .inner #footer-menu ul li:nth-child(1) {
		padding-right: 0;
	}
	#main-footer .inner #footer-menu ul li a.ico:before {
		width: 32px;
		height: 32px;
		line-height: 32px;
		margin-bottom: 2px;
		font-size: 1.4rem;
	}
	#main-footer .inner #footer-menu ul li a span {
		font-size: 1rem;
	}
}
@media screen and (max-width: 320px) {
	#main-footer {
		background: #1d2088;
		color: #ffffff;
	}
	#main-footer .inner .footer_left #school-address .address {
		margin-bottom: 2%;
	}
	#main-footer .inner .footer_left #school-address dl:nth-last-child(1), #main-footer .inner .footer_left #school-address dl:nth-last-child(2) {
		display: block;
	}
}
#main-content {
	position: relative;
	-webkit-flex: 1;
	flex: 1;
	width: 960px;
	margin: 0 auto;
}

/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 1024px) {
	#main-content {
		width: 100%;
		margin: 0;
		padding: 0 2%;
	}
}
@media screen and (max-width: 736px) {
	#main-content {
		width: 100%;
		margin: 0;
		padding: 0 2%;
	}
}
html {
	overflow-y: scroll;
	font-size: 62.5%;
	height: 100%;
}

html.sp-menu {
	overflow-y: hidden;
}

body {
	min-height: 100%;
	flex-direction: column;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.1rem;
	color: #231815;
}

body * {
	box-sizing: border-box;
}

a {
	color: #1d2088;
}
a:hover, a:hover:before {
	text-decoration: none;
	transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

a.button {
	display: block;
	position: relative;
	width: 194px;
	height: 42px;
	line-height: 40px;
	padding-right: 20px;
	border: 2px solid #1d2088;
	color: #1d2088;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
a.button:after, a.button:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 30%;
}
a.button:before {
	z-index: 2;
	width: 0;
	height: 0;
	margin-top: -4px;
	margin-right: 4px;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #ffffff;
}
a.button:after {
	z-index: 1;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-right: 0;
	border-radius: 50%;
	background: #1d2088;
}
a.button:hover {
	color: #ffffff;
	background: #1d2088;
}
a.button:hover:before {
	border-color: transparent transparent transparent #1d2088;
}
a.button:hover:after {
	background: #ffffff;
}

.note {
	position: relative;
	padding-left: 1.4rem;
}
.note:before {
	content: '\203B';
	position: absolute;
	left: 0;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

.pc {
	display: inherit !important;
}

.sp {
	display: none !important;
}

/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 1024px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: inherit !important;
	}
}
@media screen and (max-width: 736px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: inherit !important;
	}
}
