@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

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

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */

*:first-child+html .clearfix {
	zoom: 1;
}

/* IE7 */

html {
	font-size: 62.5%;
}

body {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 3rem;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-style: normal;
	letter-spacing: .1rem;
	text-align: left;
	color: #000;
	-webkit-text-size-adjust: 100%;
	min-width: 1300px;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	will-change: transform;
}

.linkdeco {
	color: #1D39A7;
	text-decoration: underline;
}

a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	will-change: transform;
}

a:hover img {
	opacity: 0.7;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	will-change: transform;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	margin: 0;
	padding: 0;
}

/* --- base --- */

img {
	width: 100%;
}

.sp {
	display: none;
}

.pc {
	display: block;
}



.mb50 {
	margin-bottom: 50px;
}

.ten {
	font-family: ten-mincho-text, serif;
}

.textL {
	text-align: left;
}

.under-line {
	text-decoration: underline;
}

.fRed_l {
	color: #E50C0C;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
}

.fRed {
	color: #E50C0C;
}

.text-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
	border: 1px solid #707070;
	border-radius: 60px;
	font-size: 1.4rem;
	font-weight: bold;
	background: #fff;
	width: 100%;
	margin: 0 auto;
}

.short a {
	width: 400px;
	margin: 20px auto 40px;
}

.text-btn a::after {
	content: "";
	width: 0;
	height: 0;
	border: solid 3px transparent;
	border-left: solid 5px #000;
	margin-left: 10px;
}

.font-notos {
	font-family: 'Noto Serif JP', serif;
}

.bread {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}

.bread li {
	margin-right: 20px;
	font-size: 1.2rem;
}

.bread li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #0a1054;
}

.bread li a:hover {
	text-decoration: underline;
}

.bread li a::after {
	content: "";
	width: 0;
	height: 0;
		border-top: solid 1px #000;
		border-right: solid 1px #000;
		width: 5px;
		height: 5px;
		transform: rotate(45deg);
		margin-left: 10px;
}

.status {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin: 30px;
}




/* ------------ header ------------ */

header {
	width: 1300px;
	height: 100px;
	min-width: 1140px;
	margin: 0 auto;
	position: absolute;
	top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 2;
	left: 0;
	right: 0;
	padding: 0 10px;
}

header h1 {
	width: 341px;
}

/*  グロナビ  */

header .glnv {
	position: relative;
	background: #0a1054;
	padding: 15px 30px;
	color: #fff;
}

header .glnv ul {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: center;
}

header .glnv ul li {
	margin-right: 30px;
	padding-right: 30px;
	border-right: 2px dotted #fff;
	font-weight: bold;
	font-size: 2rem;
}

header .glnv ul li:last-of-type {
	border: none;
	padding: 0;
	margin: 0;
}

header .glnv ul li a::before {
	content: '';
	display: inline-block;
	background-position: top left;
	vertical-align: middle;
}

header .glnv ul .class a::before {
	width: 55px;
	height: 50px;
	background: url(../img/glnv_icon01.png) no-repeat;
	background-size: 47px auto;
}

header .glnv ul .patient a::before {
	width: 55px;
	height: 50px;
	background: url(../img/glnv_icon02.png) no-repeat;
	background-size: 46px auto;
}

header .glnv ul .student a::before {
	width: 55px;
	height: 50px;
	background: url(../img/glnv_icon03.png) no-repeat;
	background-size: 47px auto;
}

/*  下層ヘッダー  */

#secound header {
	width: 1300px;
	height: 100px;
	min-width: 1140px;
	margin: 0 auto;
	position: absolute;
	top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 2;
	left: 0;
	right: 0;
	padding: 0 10px;
}

.education header .glnv::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 12%;
	border: 13px solid transparent;
	border-top: 13px solid #0a1054;
}

.medical header .glnv::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 42%;
	border: 13px solid transparent;
	border-top: 13px solid #0a1054;
}

.recruit header .glnv::after {
	content: "";
	position: absolute;
	top: 100%;
	right: 18%;
	border: 13px solid transparent;
	border-top: 13px solid #0a1054;
}


/* ------------ footer ------------ */

/*  トップフッター  */



/*  下層フッター  */

footer .sns {
	display: flex;
}

footer .sns li {
	margin-right: 10px;
}

footer .sns li img {
	width: 30px;
}

footer .footer-contents {
	background: #EEE;
	width: 100%;
	padding: 60px;
	margin-bottom: 30px;
}

footer .footer-contents .logo-area {
	width: 1300px;
	margin: 0 auto 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 40px;
	border-bottom: 1px dotted #707070;
}

footer .footer-contents .logo-area .logo-set h1 {
	width: 490px;
}

footer .footer-contents .logo-area .logo-set .address {
	font-size: 1.4rem;
}

footer .footer-contents .navi-area {
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

footer .footer-contents .navi-area .navi-contents {
	margin-right: 100px;
}

footer .footer-contents .navi-area .navi-contents:last-of-type {
	margin-right: 0;
}

footer .footer-contents .navi-area .navi-contents h2 {
	font-weight: bold;
	margin-bottom: 20px;
}

footer .footer-contents .navi-area .navi-contents ul li a {
	font-size: 1.4rem;
	display: flex;
	align-items: center;
}

footer .footer-contents .navi-area .navi-contents ul li a::before {
	content: "";
	width: 0;
	height: 0;
	border: solid 3px transparent;
	border-left: solid 5px #000;
	margin-right: 5px;
}

footer .copyright {
	text-align: center;
	margin-bottom: 30px;
}

/* ------------ 下層 ------------ */

#secound header .glnv ul li a {
	opacity: 0.7;
}

#secound header .glnv ul .active a {
	opacity: 1;
}

#secound header .glnv ul li a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	will-change: transform;
}

#secound main {
	position: relative;
	margin: 160px 0 100px;
}

/*  下層メニュー  */

.secound-menu {
	background: #DBE8F3;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px;
}

.secound-menu li a {
	font-size: 1.8rem;
	font-weight: bold;
	margin-right: 48px;
	display: flex;
	align-items: center;
}

.secound-menu li:last-of-type a {
	margin-right: 0;
}

.secound-menu li a::after {
	content: "";
	width: 0;
	height: 0;
	border: solid 3px transparent;
	border-left: solid 5px #000;
	margin-left: 10px;
}

/*== sp ==*/

/*==================================================================================*/

@media (max-width: 1080px) {
	body {
		min-width: 100%;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.inner {
		width: 100%;
		overflow: hidden;
	}

	.text_btn a {
		padding: 8px 15px;
		border-radius: 30px;
		font-size: 1.6rem;
	}

	img {
		width: 100%;
	}
	/* --- header --- */
	header {
		width: 96%;
		min-width: 96%;
		padding: 20px;
		display: flex;
		justify-content: space-between;
		top: 0;
		margin: 0 auto;
		z-index: 4;
		position: absolute;
	}
	header h1 {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 200px;
		z-index: 999;
	}
	header .glnv {
		display: none;
	}
	/*------　　open_menu-----*/
	.open-menu-btn-wrap {
		display: block;
		position: absolute;
		z-index: 100;
		width: 30px;
		height: 24px;
		right: 15px;
		cursor: pointer;
		z-index: 999;
		top: 20px;
	}
	.open-menu-btn {
		display: block;
		border: none;
		width: 100%;
		height: 100%;
		position: relative;
		font-size: 2em;
		z-index: 999;
	}
	.open-menu-btn .toggle {
		display: block;
		width: 100%;
		height: 3px;
		position: absolute;
		transition: all .4s ease;
		border-radius: 5px;
		background-color: #4285BF;
	}
	.open-menu-btn .toggle:nth-child(1) {
		top: 0;
	}
	.open-menu-btn .toggle:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}
	.open-menu-btn .toggle:nth-child(3) {
		bottom: 0;
	}
	.open .open-menu-btn .toggle:nth-child(1) {
		top: 48%;
		left: 0;
		transform: rotate(45deg) translateY(-2px);
	}
	.open .open-menu-btn .toggle:nth-child(2) {
		opacity: 0;
	}
	.open .open-menu-btn .toggle:nth-child(3) {
		bottom: 50%;
		left: 0;
		transform: rotate(-45deg) translateY(2px);
		width: 100%;
	}
	.open-menu-bg {
		width: 100%;
		height: 100%;
		position: fixed;
		background: #fff;
		top: 0;
		left: 0;
		z-index: 996;
		opacity: 0;
		pointer-events: none;
		transition: opacity .3s ease;
	}
	.open .open-menu-bg, .open .open-menu-wrap {
		pointer-events: auto;
		opacity: 1;
		transition: opacity .4s ease;
	}
	.open-menu-wrap {
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 25px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 996;
		padding: 10% 0;
		pointer-events: none;
		opacity: 0;
		transition: opacity 0s ease;
		overflow-y: scroll;
		text-align: left;
	}
	.open-menu-wrap .nv_accordion {
		padding-top: 25px;
	}
	.open-menu-wrap .nv_accordion {
		margin-bottom: 30px;
	}
	.open-menu-wrap .nv_accordion .accordion_area:last-of-type .accordion_header {
		border-bottom: 1px dotted #0A1054;
	}
	.open-menu-wrap #head_nv {
		position: relative;
		margin-bottom: 30px;
	}
	.open-menu-wrap #head_nv ul {
		display: flex;
		justify-content: center;
	}
	.open-menu-wrap #head_nv li a {
		display: block;
		padding: 15px 40px;
		color: #0A1054;
	}
	.open-menu-wrap #head_nv li a:first-of-type {
		border-right: 1px solid #0A1054;
	}
	.open-menu-wrap #head_nv li a:hover {
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		will-change: transform;
	}
	.open-menu-logo {
		margin: 0 auto 24px;
		display: block;
		font-weight: 700;
		line-height: 1.6;
	}
	.open-menu-nav {
		padding: 5%;
	}
	.open-menu-nav ul li {
		margin-bottom: 3.2vh;
		font-weight: bold;
		line-height: 1.4
	}
	.open-menu-nav .sns-nav {
		text-align: center;
	}
	.open-menu-nav .btn-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 70%;
		margin: 24px auto 0;
	}
	.open-menu-nav .btn-wrap a {
		display: block;
		width: 30%;
	}
	.open-menu .btn-wrap {
		width: 72%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
		margin-top: 5%;
	}
	.open-menu .btn-wrap a {
		display: block;
		width: 30%;
	}
	.open-menu-wrap .spmenu_map h2 {
		font-weight: bold;
		margin-bottom: 10px;
	}
	.open-menu-wrap .spmenu_map p {
		margin-bottom: 10px;
	}
	/*------accordion-----*/
	.nv_accordion .accordion_area {
		max-width: 100%;
	}
	.nv_accordion .accordion_area .accordion_header {
		font-weight: bold;
		padding: 5%;
		position: relative;
		z-index: 99;
		cursor: pointer;
		transition-duration: 0.2s;
		border-top: 1px dotted #0A1054;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #0A1054;
	}
	.nv_accordion .accordion_area .accordion_header .arrow02 {
		content: '';
		right: 15px;
		height: 0;
		width: 0;
		border-style: solid;
		border-width: 6px 4px 0 4px;
		border-color: #0A1054 transparent transparent transparent;
		z-index: 2;
	}
	.nv_accordion .accordion_area .accordion_header.open .arrow02 {
		content: '';
		right: 15px;
		height: 0;
		width: 0;
		border-style: solid;
		border-width: 0 4px 6px 4px;
		border-color: transparent transparent #0A1054 transparent;
		z-index: 2;
	}
	.nv_accordion .accordion_area .accordion_inner {
		display: none;
		padding: 30px 30px;
		box-sizing: border-box;
		background: #fff;
	}
	.nv_accordion .accordion_area .accordion_inner .accordion_glnv {
		margin-bottom: 20px;
	}
	.nv_accordion .accordion_area .accordion_inner .accordion_glnv>li {
		margin-bottom: 10px;
	}
	.accordion_glnv .main a {
		color: #000;
		display: flex;
		align-items: center;
		justify-content: start;
		opacity: 1;
	}
	.accordion_glnv .main a::before {
		content: '';
		height: 0;
		width: 0;
		display: block;
		margin-right: 10px;
		border-style: solid;
		border-width: 4px 0 4px 6px;
		border-color: transparent transparent transparent #0A1054;
	}
	.accordion_glnv .main {
		font-weight: bold;
		text-decoration: none;
	}
	.accordion_glnv .sub a::before {
		content: '-\00a0';
		display: inline-block;
		color: #0A1054;
	}
	.nv_accordion .accordion_area .accordion_inner .accordion_glnv li .imgSet {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.nv_accordion .accordion_area .accordion_inner .accordion_glnv li .imgSet img {
		width: 30%;
		margin: 0 auto;
	}

	.menu-fb {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.menu-fb a:first-of-type {
		margin-right: 15px;
	}

	.menu-fb a img {
		width: 50px;
	}

	/*  パンくず  */

	.bread {
		width: 90%;
	}
	
	.bread li a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		color: #0a1054;
	}
	
	.bread li a:hover {
		text-decoration: underline;
	}
	
	.bread li a::after {
		content: "";
		width: 0;
		height: 0;
			border-top: solid 1px #000;
			border-right: solid 1px #000;
			width: 5px;
			height: 5px;
			transform: rotate(45deg);
			margin-left: 10px;
	}
	



/*  下層ヘッダー  */

#secound header {
	width: 96%;
	min-width: 96%;
	height: 60px;
	margin: 0 auto;
	top: 10px;
	padding: 0 10px;
}





	/* --- footer --- */
	footer .copyright {
		font-size: 1rem;
		line-height: 1.5rem;
		letter-spacing: -0.05rem;
		margin-right: 10px;
	}
	footer .footer-contents .logo-area {
		display: block;
	}
	footer .sns {
		margin-top: 20px;
		display: flex;
		justify-content: center;
	}


	/*  下層フッター  */

footer .footer-contents {
	background: #EEE;
	width: 100%;
	padding: 20px 0;
	margin-bottom: 30px;
}

footer .footer-contents .logo-area {
	width: 90%;
	margin: 0 auto;
	align-items: center;
	padding-bottom: 0;
	border-bottom: none;
}

footer .footer-contents .logo-area .logo-set h1 {
	width: 100%;
}

footer .footer-contents .logo-area .logo-set .address {
	font-size: 1.2rem;
}

footer .footer-contents .navi-area {
display: none;
}


/* ------------ 下層 ------------ */


/*  下層メニュー  */
#secound main {
	position: relative;
	margin: 90px 0 30px;
}

.secound-menu {
	display: none;
}
}