@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 {
	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;
	text-align: left;
	color: #000;
	-webkit-text-size-adjust: 100%;
	min-width: 1100px;
}

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 --- */

.sp {
	display: none;
}

.pc {
	display: block;
}

.mb50 {
	margin-bottom: 50px;
}

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

.textL {
	text-align: left;
}

.textR {
	text-align: right;
}

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

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

.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: 1100px;
	margin: 0 auto 80px;
	font-size: 1.4rem;
}

.w-small {
	width: 800px;
}

.bread li {
	margin-right: 20px;
}

.bread li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #000;
	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;
}

@media (max-width: 769px) {
	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%;
	}

	.bread {
		width: 90%;
		margin: 0 auto 20px;
		font-size: 1.2rem;
	}
	
	.w-small {
		width: 90%;
	}
	
	.bread li {
		margin-right: 10px;
	}
}


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

header {
	width: 100%;
	min-width: 1100px;
	margin: 0 auto;
}

header .logo-area {
	padding: 35px 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .logo-area h1 {
	line-height: 1;
}

header .logo-area .headnv ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

header .logo-area .headnv ul li a {
	margin-left: 30px;
	font-weight: bold;
}


header .logo-area .headnv ul li a::before {
	content: '';
	display: inline-block;
	background-position: top left;
	vertical-align: middle;
	margin-right: 7px;
}

header .logo-area .headnv ul .access a::before {
	width: 12px;
	height: 17px;
	background: url(../img/map_icon.svg) no-repeat;
	background-size: 12px auto;
}

header .logo-area .headnv ul .contact a::before {
	width: 17px;
	height: 13px;
	background: url(../img/mail_icon.svg) no-repeat;
	background-size: 17px auto;
}

/*  グロナビ  */

header .glnv {
	background-image: linear-gradient(-90deg, #4EC2B3 0%, #19498E 100%);
}

header .glnv .menu {
	position: relative;
	width: 100%;
	height: 80px;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	z-index: 5;
}

header .glnv .menu li a {
	display: block;
	color: #fff;
	width: 230px;
	padding: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	box-sizing: border-box;
}

header .glnv .menu li .student {
	width: 280px;
}

header .glnv .menu>li a:hover {
	color: #fff;
	opacity: 1;
}

header .glnv .menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

header .glnv .menu>li:hover {
	background: #184F91;
	-webkit-transition: all .5s;
	transition: all .5s;
}

header .glnv .menu__second-level li {
	border-top: 1px dotted #F5F5F5;
}

/* 下矢印 */
header .glnv .init-bottom:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 5px 15px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* シングルドロップダウン */
.menu>li.menu__single {
	position: relative;
}

li.menu__single ul.menu__second-level {
	position: absolute;
	top: 80px;
	width: 100%;
	background: #184F91;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.menu__single ul.menu__second-level a {
	width: 100%;
}

li.menu__single:hover ul.menu__second-level {
	top: 80px;
	visibility: visible;
	opacity: 1;
}

li.menu__single ul.menu__second-level li:hover {
	background: #083F81;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 769px) {

	/* --- header --- */
	header {
		width: 100%;
		min-width: 100%;
	}

	header .logo-area {
		display: none;
	}
	header .logo-area .headnv {
		display: none;
	}

	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: #000;
	}

	.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-menu .head_area {
		position: fixed;
		/* height: 9%; */
		width: 100%;
		top: 0;
		left: 0;
		z-index: 999;
		background: #fff;
		box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 20%);
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px;
	}

	.open-menu .head_area h1 {
		width: 75%;
		line-height: 1;
	}

	.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: 30px;
		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 {
		margin-bottom: 30px;
	}

	.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 .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;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #000;
		background-image: linear-gradient(-90deg, #D1EFEC 0%, #C3D0E2 100%);
	}
	.nv_accordion .accordion_area .accordion_header {
		border-bottom: 1px dotted #fff;
	}
	.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 #000 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;
	}
}

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




/*  フッター  */
footer .footer-contents {
	background-image: linear-gradient(-90deg, #D1EFEC 0%, #C3D0E2 100%);
	width: 100%;
	padding: 50px;
	margin-bottom: 30px;
}

footer .footer-contents .logo-area {
	width: 1100px;
	margin: 0 auto 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #707070;
}

footer .footer-contents .logo-area .logo-set h1 {
	margin-bottom: 20px;
}

footer .footer-contents .logo-area .logo-set .address {
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: bold;
}

footer .footer-contents .navi-area {
	width: 1100px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding-bottom: 30px;
	border-bottom: 1px dotted #000;
}

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

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: 15px;
}

footer .footer-contents .navi-area .navi-contents .rw-ar-btn a {
	background: #fff;
	color: #000;
	display: flex;
	border: 1px solid #386AA1;
	padding: 5px 65px 5px 35px;
}

footer .footer-contents .navi-area .navi-contents .rw-ar-btn a::before {
	right: 20px;
	background: #4B4B4B;
}

footer .footer-contents .navi-area .navi-contents .rw-ar-btn a::after {
	right: 26px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

footer .footer-contents .navi-area .navi-contents ul {
	padding-left: 10px;
}

footer .footer-contents .navi-area .navi-contents ul li a {
	font-size: 1.6rem;
	font-weight: bold;
	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 .footer-subnv {
	display: flex;
	width: 1100px;
	margin: 0 auto;
	font-weight: bold;
}

footer .footer-subnv li a::after {
	content: "　|　";
	font-weight: normal;
}

footer .footer-subnv li:last-of-type a::after {
	content: none;
}

footer .copyright {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

@media (max-width: 769px) {
	footer .footer-contents {
		padding: 20px;
		margin-bottom: 20px;
	}
	
	footer .footer-contents .logo-area {
		width: 100%;
		margin: 0 auto 20px;
		padding-bottom: 0;
		border-bottom: none;
	}
	
	footer .footer-contents .logo-area .logo-set h1 {
		margin-bottom: 20px;
	}
	
	footer .footer-contents .navi-area {
		display: none;
	}

	footer .footer-subnv {
		display: none;
	}
	
	footer .copyright {
		font-size: 1.2rem;
		line-height: 1.3;
	}
}