@media screen and (min-width: 1024px) {
	.scrolled header{
		position: fixed;
		top: 0;
	}
	
	.header-main{
/*		display: block !important;*/
	}
	.filter-pc{
		transition: all .3s;
	}
	html.open-pc .filter-pc {
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		z-index: 300;
		top: -5000px;
		right: -5000px;
		bottom: -5000px;
		left: -5000px;
		backface-visibility: hidden;
	}
}



/*
---
---------------------------------------------------------------------------*/
body{
}
header {
	background-color: #fff;
/*    position: fixed;*/
    width: 100%;
/*    height: 100%;*/
    top: -200px;
/*    left: 0;*/
    z-index: 302;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.header-inner{
/*	overflow-y: auto;*/
	height: 100%;
	/*	-webkit-overflow-scrolling: touch;*/
	padding: 0 0 15px;
	position: relative;
}
@media screen and (max-width: 1023px) {
	.logo-menu-wrapper,
	.header-inner{
		padding: 0 0 0px;
	}
}
.header-inner::-webkit-scrollbar,
.header-inner::-webkit-scrollbar-track,
.header-inner::-webkit-scrollbar-thumb {
	display: none;
}
.logo-menu-wrapper {
	width: 100%;
    display: table;
	table-layout: fixed;
	padding-top: 10px;
}
.logo-menu-wrapper > div {
    display: table-cell;
	vertical-align: middle;
}

.header-first {
    padding: 0 15px;
	width: 35%;
}
header #logo{
	max-width: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
header #logo a{
	display: block;
	padding-bottom: calc(114 / 593 * 100%);
	position: relative;
	width: 75%;
}
header .grader {
    font-size: 22px;
	padding-top: 13px;
}
svg.logo_svg_1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	.logo-st0{fill:#C6C6C6;}
	.logo-st1{opacity:0.5;}
	.logo-st2{fill:#4D4D4D;}
	.logo-st3{fill:#231815;}

.spheader {
	display: none;
}
.header-bnrs {
    position: relative;
	margin-top: 5px;
}
.header-bnrs a {
    display: block;
    color: inherit;
    padding: 3px 15px;
    font-size: 1.2rem;
}
.header-bnrs a:hover {
	color: #95E4DA;
}
.header-bnrs a img {
    display: block;
    margin-bottom: 5px;
}
.gloabl_menu_wrapper {
	padding: 5px 0;
	text-align: right;
	background: -moz-linear-gradient(left, rgb(227, 239, 216), rgba(227, 239, 216, 0.5) 40%, rgba(227, 239, 216, 0) 80%);
	background: -webkit-linear-gradient(left, rgb(227, 239, 216), rgba(227, 239, 216, 0.5) 40%, rgba(227, 239, 216, 0) 80%);
	background: linear-gradient(to left, rgb(227, 239, 216), rgba(227, 239, 216, 0.5) 40%, rgba(227, 239, 216, 0) 80%)
}
header .menu_global {
	font-size: 13px;
	display: inline-block;
    text-align: center;
}
header .menu_global li {
    float: left;
	position: relative;
}
header .menu_global li::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 0%;
    background-color: #4d4d4d;
    top: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
header .menu_global li:hover::before {
    width: 100%;
}
header .menu_global li a {
    display: inline-block;
	min-width: 100px;
	padding: 5px 0;
	color: #4d4d4d;
	font-weight: bold;
}
header .menu_global::after {
	content: '';
	clear: both;
	float: none;
	display: table;
}

.header-main{
	clear: both;
	text-align: right;
}
header .menu_submenu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
	padding: 0 10px
}
header .menu_submenu * a {
	color: #4d4d4d;
}
header .menu_submenu > li {
    text-align: center;
	border-left: 1px solid #c0c0c0;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}
header .menu_submenu > li:last-of-type {
	border-right: 1px solid #c0c0c0;
}
header .menu_submenu > li > a {
	position: relative;
	display: block;
    min-width: 120px;
	padding: 15px 0px;
	background-color: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
header .menu_submenu > li.menu-item-has-children > a {
	pointer-events: none;
}
header .menu_submenu > li.menu-item-has-children > a::after {
	position: absolute;
	bottom: -10px;
    left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '';
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 10px 5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
header .menu_submenu > li:hover > a {
	background-color: #EEE;
}
header .menu_submenu > li.menu-item-has-children:hover > a::after {
	border-top-color: #4D4D4D
}
header .menu_submenu > li > .sub-menu {
	display: none;
	opacity: 0;
	position: absolute;
	z-index: -1;
  	width: 200%;
    max-width: 150px;
	padding: 10px;
    background-color: rgba(0, 147, 0, 0.5);
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s 0.2s;
	-o-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
}
.elementary header .menu_submenu > li > .sub-menu {background-color: rgba(231, 59, 0, 0.5);}
.senior header .menu_submenu > li > .sub-menu {background-color: rgba(0, 136, 231, 0.5);}

header .menu_submenu > li > ul.sub-menu > li > a {
	color: #FFF;
    padding: 5px 0;
    display: block;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
header .menu_submenu > li:hover > .sub-menu {
    display: block;
	opacity: 1;
	top: 100%;
}
header .menu_submenu > li > .sub-menu > li a:hover {
   background-color: rgba(255, 255, 255, 0.3);
}
header .menu_submenu::after {
	content: '';
	clear: both;
	float: none;
	display: table;
}

.header-menu-sns-wrapper {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
}
.header-menu-sns-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(249,245,134);
    background: -moz-linear-gradient(left, rgba(249,245,134,1) 0%, rgba(150,251,195,1) 100%);
    background: -webkit-linear-gradient(left, rgba(249,245,134,1) 0%,rgba(150,251,195,1) 100%);
    background: linear-gradient(to right, rgba(249,245,134,1) 0%,rgba(150,251,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f586', endColorstr='#96fbc3',GradientType=1 );
    z-index: -1;
    transform-origin: left bottom;
    transform: skewY(-5deg);
	opacity: 0.8;
}
.header-menu-sns {
    padding: 5px 10px 10px;
    font-size: 0;
}
.header-menu-sns li {
    display: inline-block;
}
.header-menu-sns li:nth-of-type(n+2) {
    margin-left: 5px;
}
.header-menu-sns a {
    display: block;
    width: 30px;
    height: 30px;
    background-size: 30px auto;
    background-repeat: no-repeat;
}
.header-menu-sns li.search a {
    background-image: url(../images/sns_menu-icon-search-30x30.png);
}
.header-menu-sns a[href*="facebook"] {
    background-image: url(../images/btn_fb.png);
}
.header-menu-sns a[href*="twitter"] {
    background-image: url(../images/btn_tw.png);
}
.header-menu-sns a:hover{
	opacity: 0.7;
}

/*submenu*/
.open-pc body:before,
.open-pc .header-inner:before{
	transition: all .5s;
	width: 0;
}
.submenu-bg{
	content: '';
    height: 100%;
    width: 80%;
    min-width: 250px;
	max-width: 500px;
    position: fixed;
    top: 0;
    right: -80%;
    z-index: 300;
    background-color: #95E4DA;
    transition: all .5s ease-out;
    /* padding: 0 0 0 260px; */
}
.open .submenu-bg {
	transition: all .5s;
	box-shadow: 0 0 30px #222;
	right: 0;
}
.submenu-bg span.close {
	position: absolute;
    width: 40px;
    height: 40px;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.submenu-bg span.close:before,
.submenu-bg span.close:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #4d4d4d;
	top: 50%;
	left: 0;
	margin-top: -1px;
}
.submenu-bg span.close:before{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.submenu-bg span.close:after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.submenu-bg-inner {
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 0;
    width: 100%;
	max-width: 400px;
    padding: 10px;
}
.submenu-bg-inner-inner{
	overflow-y: auto;
	height: 100%;
	/*	-webkit-overflow-scrolling: touch;*/
	padding: 0 0 15px;
	position: relative;
}
.submenu-bg-inner-inner::-webkit-scrollbar,
.submenu-bg-inner-inner::-webkit-scrollbar-track,
.submenu-bg-inner-inner::-webkit-scrollbar-thumb {
	display: none;
}
.submenu-bg-inner-inner > .sub-menu {
    padding-left: 20px;
	display: none;
}
.submenu-bg .menu_submenu {
	display: block;
}
.submenu-bg .menu_submenu > li {
/*	border: none;*/
	text-align: left;
    margin-top: 10px;
}
.submenu-bg .menu_submenu > li > a {
    display: block;
    color: #4D4D4D;
    min-width: 100px;
    padding: 10px 25px 7px 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border: solid 1px #FFF;
	position: relative;
}
.submenu-bg .menu_submenu > li > a.sp-open,
.submenu-bg .menu_submenu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.submenu-bg .menu_submenu > li > a::after {
	content: '';
	position: absolute;
	right: 7px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1em;
	height: 1em;
	background-image: url("../images/arrow_6x10_blk_border_left.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.submenu-bg .menu_submenu > li.menu-item-has-children > a::after {
	background-image: url("../images/qa-icon-plus-black-12x12.png");
}
.submenu-bg .menu_submenu > li.menu-item-has-children > a.sp-open::after {
	background-image: url("../images/qa-icon-minus-black-12x12.png");
}
.submenu-bg .menu_submenu > li > .sub-menu {
/*	display: block;*/
	display: none;
	font-size: 14px;
    border: solid 1px #EEE;
}
.submenu-bg .sub-menu a {
    color: inherit;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 20px;
    border-bottom: solid 1px #EEE;
	font-size: 15px;
}
.submenu-bg .sub-menu li:last-of-type a {
    border-bottom: none;
}
.submenu-bg .sub-menu a:hover{
/*	-webkit-transform: translateX(20px);*/
/*	transform: translateX(20px);*/
	padding-left: 30px;
}
.submenu-bg > .sub-menu > .sub-menu{
    padding-left: 20px;
}
.submenu-bg .sub-menu .sub-menu a {
    font-size: 1.4rem;
    padding-left: 1em;
}
/*---*/
.submenu-bg .menu_global {
	margin-top: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    flex-wrap: wrap;
}
.submenu-bg .menu_global li {
	width: 50%;
	min-height: 50px;
	margin-bottom: 5px;
	padding: 5px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 14px;
}
.submenu-bg .menu_global li a {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #EEE;
	color: #4D4D4D;
	padding: 5px 10px;
}
.submenu-bg .menu_global li a::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top left, rgba(255,255,255,0) 50%, rgba(255,255,255,0.9) 50.5%, rgba(255,255,255,0.9) 75%) no-repeat top left/100% 100%;
	transform: rotateX(-180deg) scale(-1,1);
    transition: all 1s;
}
.submenu-bg .menu_global li a:hover::before {
	transform: rotateX(0deg) scale(1,1);
}

.open-pc .menu-bg {
	transition: all .5s;
    box-shadow: none;
}
.open-pc .header-inner{
	position: static;
}
@media only screen and (min-width: 1024px) {
	.menu_global_vertical > li.active > a:before {
		transition: all .5s .5s;
		width: 100%;
	}
}
@media only screen and (max-width: 1023px) {
	.menu_global_vertical > li.active-smp > a:before {
		transition: all .5s;
		width: 100%;
	}
}
.menu_global_vertical > li > .sub-menu {
	display: none;
	position: relative;
	padding-left: 34px;
}
@media only screen and (min-width: 1024px) {
	.menu_global_vertical > li > .sub-menu {
		display: none !important;
	}
}
/*menu*/

.search-form {
	display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 500;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.9);
}
.search-form > div#___gcse_0 {
    margin: 0 auto;
}
.search-form span {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 50%;
    margin-top: -10px;
	cursor: pointer;
}
.search-form span:before, .search-form span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
    top: 50%;
    margin-top: -1px;
}
.search-form span:before {
    transform: rotate(45deg);
}
.search-form span:after {
    transform: rotate(-45deg);
}

/*
---
---------------------------------------------------------------------------*/
.contents_body{
	min-height: 150px;
}
.contents_body-sb{
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
/*	overflow: hidden;*/
}



section:after,
.contents_body-sb:after{
	content: '';
	display: table;
	clear: both;
}
.contents_body-sb > :first-child{
	margin-top: 0 !important;
}
.contents_body-sb > :last-child{
	margin-bottom: 0 !important;
}


/*
---
---------------------------------------------------------------------------*/
.top-news-wrapper{
	display: none;
}
.top-news-wrapper.active{
	display: block;
}


/*
---
---------------------------------------------------------------------------*/
footer {
	margin-top: 40px;
	padding: 0;
	padding-top: 25px;
    position: relative;
/*	background-color: #e8e8e8;*/
	overflow: hidden;
}
footer::before,
footer::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
}
footer::before {
	left: 0;
    top: 0;
    border-style: solid;
    border-width: 20px 45vw;
    border-color: transparent;
    border-left-color: #e8e8e8;
    border-bottom-color: #e8e8e8;
}
footer::after {
	right: 0;
    top: 8px;
	z-index: 0;
    border-style: solid;
    border-width: 20px 40vw;
    border-color: transparent;
    border-top-color: #d1d1d1;
    border-right-color: #d1d1d1;
}
.footer-nav {
}
.footer-school-info {
	padding: 30px 50px 20px;
	background-color: #e8e8e8;
}
#menu-footer_menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	margin-top: 0;
}
#menu-footer_menu li {
	margin-top: 0;
	padding: 0 10px;
	border-left: 1px solid #AAA;
}
#menu-footer_menu li:last-of-type {
	border-right: 1px solid #AAA;
}
#menu-footer_menu li::before {
	content: none;
}
#menu-footer_menu a {
	color: #4D4D4D;
	font-weight: bold;
	border-bottom: 1px solid transparent;
}
#menu-footer_menu a:hover {
    color: #777777;
    border-bottom-color: #777777;
}
#menu-footer_menu+.copy {
	margin-top: 10px;
	font-size: 12px;
	text-align: right;
}
.footer-school-info-table {
    display: table;
    width: 100%;
    margin-top: 10px;
}
.footer-school-info-cell {
    display: table-cell;
    vertical-align: middle;
}
.footer-school-info-cell:nth-of-type(1){
	width: 240px;
}
.footer-school-info-cell:nth-of-type(2){
	padding-left: 20px;
}
.logo-footer-st0{opacity:0.5;}
.logo-footer-st1{fill:#4D4D4D;}
.logo_ft_svg_wrapper a {
    display: block;
    padding-bottom: calc(114 / 593 * 100%);
    position: relative;
}
svg.logo_svg_2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.footer-svg{
    fill: #fff;
}
.footer-school-info-text p {
    line-height: 1.4;
}
.footer-school-info-text a{
}
.copy{
	text-align: center;
	font-size: 1rem;
	margin-top: 20px;
}


@media only screen and (min-width: 768px) {
	.footer-nav-inner .menu_global {
		margin: 0 -10px;
	}
	.footer-nav-inner .menu_global > li {
		width: 25%;
		float: left;
		padding: 5px 10px;

	}
	.footer-nav-inner .menu_global > li:nth-of-type(4n+1) {
		clear: both;
	}
}

.footer-nav-inner {
	overflow: hidden;
}
.footer-nav-inner .menu_global:after {
    display: table;
    content: "";
    clear: both;
}
.footer-nav-inner .menu_global a{
	color: inherit;
	display: block;
	padding: 2px 0;
}
.footer-nav-inner .menu_global > li > a {
    padding: 0 0 0 20px;
    position: relative;
}
.footer-nav-inner .menu_global > li > a:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #F1F02F;
    top: 8px;
    left: 0;
}
.footer-nav-inner .menu_global > li > a .global_menu-icon {
    display: none;
}
.footer-nav-inner .menu_global > li.menu-item-has-children > a {
    pointer-events: none;
}
.footer-nav-inner .menu_global > li > .sub-menu{
	margin: 5px 0 0 0;
}
.footer-nav-inner .menu_global > li > .sub-menu a{
	font-size: 1.4rem;
	position: relative;
}
.footer-nav-inner .menu_global > li > .sub-menu a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 10px;
    background-color: rgba(241, 240, 47, 0.5);
    bottom: 6px;
    left: 0;
    z-index: -1;
    transition: all .5s;
}
.footer-nav-inner .menu_global > li > .sub-menu a:hover:before {
    width: 100%;
}
.footer-nav-inner .menu_global > li > .sub-menu > li > .sub-menu{
	margin-left: 10px;
}
.footer-nav-inner .menu_global > li > .sub-menu > li > .sub-menu a{
	font-size: 1.2rem;
}
.footer-nav-inner .menu_global > li.home {
    display: none;
}
.footer-nav-inner .menu_global > li.manabi {
    width: 50%;
}
.footer-nav-inner .menu_global > li.manabi > .sub-menu {
    margin: 0 -5px;
}
.footer-nav-inner .menu_global > li.manabi > .sub-menu:after {
    content: "";
    display: table;
    clear: both;
}
.footer-nav-inner .menu_global > li.manabi > .sub-menu > li {
    float: left;
    width: 50%;
    padding: 0 5px;
}

.footer-access {
    display: table;
    width: 100%;
    margin-top: 20px;
}
.footer-access-cell {
    display: table-cell;
    vertical-align: middle;
}
.footer-access-cell:nth-of-type(1) {
    width: 180px;
}
.footer-access-badge {
    padding-bottom: 100%;
    position: relative;
}
.footer-access-badge span {
    font-size: 2.8rem;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    z-index: 1;
}
.footer-access-badge:before {
    left: -20px;
    bottom: -20px;
    background-image: url(../images/footer-access-bg-border-72x72.png);
    background-size: 72px auto;
    transform: rotate(-30deg);
    opacity: .5;
}
.footer-access-badge:before,.footer-access-badge:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.footer-access-badge:after {
    background-color: #F1F02F;
}
.footer-access-cell:nth-of-type(2) {
    padding-left: 20px;
}
.footer-access-iframe {
    position: relative;
    padding-bottom: 240px;
}
.footer-access-iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/*
---
---------------------------------------------------------------------------*/
.go_page_top{
	position: fixed;
	bottom: 5px;
	right: 5px;
	opacity: 0;
	z-index: 100;
	cursor: pointer;
	width: 85px;
	height: 85px;
	transition: all .5s;
	border-radius: 5px;
	background-color: rgba(77,77,77,1);
}
.go_page_top img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.scrolled .go_page_top{
	opacity: 0.65;
}
.notouch.scrolled .go_page_top:hover{
	opacity: 1;
}


.footer-nav-inner .menu_global > li.other-links {
    width: auto;
    float: none;
    clear: both;
    border-top: 1px dashed #fff;
	padding: 0 10px 10px;
}
.footer-nav-inner .menu_global > li.other-links > a {
    display: none;
}
.footer-nav-inner .menu_global > li.other-links > .sub-menu > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.footer-nav-inner .menu_global > li.other-links > .sub-menu > li a {
    padding: 0;
    display: inline;
    font-size: 1.4rem;
}
.footer-nav-inner .menu_global > li.other-links > .sub-menu > li > .sub-menu {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.footer-nav-inner .menu_global > li.other-links > .sub-menu > li > .sub-menu > li {
    display: inline-block;
    margin-left: 20px;
}


@media only screen and (min-width: 1024px) and (max-height: 799px) and (min-height: 650px) {
	.footer-nav-inner .menu_global > li > a {
		font-size: 1.2rem;
	}
	.footer-nav-inner .menu_global > li > .sub-menu a {
		font-size: 1.1rem;
	}
	.footer-nav-inner .menu_global > li > .sub-menu > li > .sub-menu a {
		font-size: 1rem;
	}
	.footer-school-info-table {
		font-size: 1.2rem;
		margin-top: 0;
	}
	.footer-access {
		margin-top: 5px;
	}
	.copy {
		margin-top: 10px;
	}
	.footer-nav-inner .menu_global > li.other-links > .sub-menu > li a {
		font-size: 1.1rem;
	}
}






@media only screen and (max-width: 1023px) {
	.submenu-bg{
/*		display: none !important;*/
	}
	.header-menu-sns-wrapper {
		z-index: 302;
		right: 60px;
		top: 22px;
		transition: all .5s;
	}
	.header-menu-sns-wrapper:before {
		display: none;
	}
	.header-menu-sns {
		padding: 0;
	}
	body.home {
		padding-top: 0 !important;
		transition: all .5s;
	}
	.menu-bg {
		left: auto;
		right: -260px;
		transform: none;
		transition: all .5s;
		box-shadow: none;
	}
	.menu-bg:before, .menu-bg:after {
		transform: none;
	}
	header {
		transition: all .5s;
		left: auto;
		right: -260px;
	}
	footer .footer-school-info {
		padding: 40px 15px 15px;
	}
	
	/*
	---
	---------------------------------------------------------------------------*/
	html.open-smp body {
		padding-top: 0 !important;
	}
	html.open-smp .header-menu-sns-wrapper {
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px);
	}
	html.open-smp .filter-smp {
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		z-index: 300;
		top: -5000px;
		right: -5000px;
		bottom: -5000px;
		left: -5000px;
		backface-visibility: hidden;
		transition: all .3s;
	}
	html.open-smp .header-first {
		box-shadow: none;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	html.open-smp header {
		right: 0;
	}
	html.open-smp .menu-bg {
		right: 0;
	}
	html.open-smp .header-inner:before ,
	html.open-smp body:before {
		right: 0;
	}
	
	.contents_wrapper {
		padding-left: 0;
	}
}


@media only screen and (max-width: 1023px) {
	body {
		padding-top: 66px !important;
		transition: all .5s;
	}
	.header-first {
		position: fixed;
		z-index: 100;
		width: 100%;
		top: 0;
		left: 0;
		background-color: #fff;
		transition: all .5s;
		height: 74px;
		overflow: hidden;
		padding: 5px 10px;
	}
	.gloabl_menu_wrapper,
	.logo-menu-wrapper .header-main {
		display: none;
	}
	.spheader{
		position: fixed;
		right: 15px;
		display: block;
		top: 15px;
		z-index: 100;
	}
	.spheader.access {
		right: 70px;
	}
	.spheader.access img {
		width: 26px;
	}
}
@media only screen and (max-width: 767px) {

/*
--- ヘッダーメニュー
---------------------------------------------------------------------------*/
	body {
		padding-top: 66px !important;
		transition: all .5s;
	}
	.header-button-smp {
		 display: block;
		 width: 50px;
		 background-image: url(../images/header-smp-button-80x80.png);
		 background-size: 40px auto;
		 background-repeat: no-repeat;
		 background-position: center;
		 position: absolute;
		 right: 0;
		 top: 50%;
		 margin-top: -25px;
	}
	.header-button-smp:before {
		 content: "";
		 display: block;
		 padding-bottom: 100%;
	}
	.header-inner:before {
		left: auto;
		right: -260px;
		transform-origin: left top;
		transform: skewY(30deg);
		transition: all .5s;
		z-index: -1;
	}
	header #logo {
		width: 100%;
		max-width: 250px;
		margin-top: 10px;
/*		position: absolute;*/
/*		left: 0;*/
/*		top: 0px;*/
	}
	header #logo .grader {
		font-size: 18px;
		padding-top: 10px;
	}
	body:before {
		left: auto;
		right: -260px;
		transform-origin: left bottom;
		transform: skewY(-30deg);
		transition: all .5s;
	}

/*
--- スマートフォンメニュー
---------------------------------------------------------------------------*/
	header .menu_sp_submenu{
		display: block;
	}
	header .menu_submenu{
		display: none;
	}
	
	.menu_sp_wrapper .spheader{
		position: absolute;
		top: 10px;
		right: 10px;
		display: block;
		transform: none;
	}
	
	.menu_sp_submenu{
		float: left;
	}
	.menu_sp_submenu > li{
		float: left;
		width: 40px;
		margin-left: 10px;
		display: table;
	}
	.menu_sp_submenu > li > a{
		display: table-cell;
		vertical-align: middle;
		height: 40px;
		font-size: 1.4rem;
		text-align: center;
		line-height: 1.2;
		position: relative;
	}
	.menu_sp_submenu > li > a:after{
		content: '';
		width: 36px;
		height: 36px;
		position: absolute;
		top: 1px;
		left: 1px;
		border: 1px solid;
	}
	
	.menu_sp_submenu > li:nth-of-type(1) > a{
		background-color: #094AB1;
		color: #fff;
	}
	.menu_sp_submenu > li:nth-of-type(2) > a{
		background-color: #FFE495;
		color: #094AB1;
	}
	
	.menu_sns{
		float: right;
		margin-left: 10px;
	}
	
	.menu_sp_wrapper{
/*		background-color: #094AB1;*/
		position: fixed;
		left: auto;
		right: 0;
		border-right: none;
		border-left: 6px solid #161052;
		top: 0 !important;
	}
	.open .menu_sp_wrapper{
		right: 0;
	}
	
	.menu_sp_wrapper-inner{
		padding: 35px 5px 15px;
	}
	
	.seachForm-wrapper{
		padding: 0;
		background-color: transparent;
	}
	
	.header-globalWrapper{
		padding: 0;
		background-color: #fff;
	}
	
	.header-submenu_group{
		padding-right: 50px;
	}
	.header-submenu_group-sns li:first-child{
/*		display: none;*/
	}
	
	.menu_sp_wrapper .menu_global{
		background-color: #fff;
		margin-top: 30px;
	}
	
	.menu_sp_wrapper .menu_global > li{
		float: none;
		width: auto;
		display: block;
	}
	.menu_sp_wrapper .menu_global > li:nth-of-type(n+2){
/*		border-color: #094AB1;*/
		border-style: solid;
		border-width: 1px 0 0;
	}
	.menu_sp_wrapper .menu_global > li.menu-item-has-children:before {
		top: 25px;
		z-index: 10;
		transform: translateY(-50%) rotate(90deg);
		transition: all 0.5s;
	}
	.menu_sp_wrapper .menu_global > li.op.menu-item-has-children:before {
		top: 25px;
		z-index: 10;
		transform: translateY(-50%) rotate(-90deg);
	}
	.menu_sp_wrapper .menu_global > li.other{
		border-top-width: 30px;
	}
	
	.menu_sp_wrapper .menu_global  a{
		color: inherit;
	}
	
	.menu_sp_wrapper .menu_global > li > a{
		height: auto;
		display: block;
		width: 100%;
		text-align: left;
		border-width: 0 !important;
		padding: 15px 15px 15px 5px;
/*		background-color: #073885;*/
/*		color: #fff;*/
		position: relative;
	}
	.menu_sp_wrapper .menu_global > li > a span{
		position: absolute;
		top: 50%;
		left: 10px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 20px;
		height: 20px;
		margin: 0;
	}
	
	.menu_sp_wrapper .menu_global > li > .sub-menu{
		position: static;
		width: auto;
		margin-left: 0;
		padding: 0;
		background-color: transparent;
		opacity: 1;
		display: none;
		transition: none;
	}
	.menu_sp_wrapper .menu_global > li.other > .sub-menu{
		display: block;
	}
	.menu_sp_wrapper .menu_global > li > .sub-menu:before{
		display: none;
	}
	.menu_sp_wrapper .menu_global .sub-menu li,
	.menu_sp_wrapper .menu_global .sub-menu li:first-child,
	.menu_sp_wrapper .menu_global .sub-menu li:last-child{
		border-width: 0;
		background-color: transparent;
	}
	.menu_sp_wrapper .menu_global > li > .sub-menu > li > a{
		color: #4d4d4d;
		background-color: transparent;
		padding: 15px 15px 15px 20px;
		text-align: left;
		pointer-events: auto;
		border-color: rgba(0,0,0,0.15);
		border-style: dashed;
		border-width: 1px 0 0;
	}
	.menu_sp_wrapper .menu_global > li > .sub-menu > li:first-child > a{
		border-width: 0;
	}
	
	.menu_sp_wrapper .menu_global > li.gmenu-item-event,
	.menu_sp_wrapper .menu_global > li.gmenu-item-inquiry{
		display: none;
	}
	
	.menu_sp_wrapper .menu_global > li.other{
		display: block;
	}
	.menu_sp_wrapper .menu_global > li.other > a{
		display: none;
	}
	.menu_sp_wrapper .menu_global > li.other > .sub-menu > li:first-child > a{
		border-width: 0;
	}
/*
---
---------------------------------------------------------------------------*/
	.contents_body-sb{
		padding-left: 10px;
		padding-right: 10px;
	}


	/*
---
---------------------------------------------------------------------------*/
	footer .footer-school-info {
		padding: 30px 10px 10px;
	}
	.footer-nav {
		 display: none;
	}
	.footer-school-info-table {
		 display: block;
		 width: auto;
		padding: 0;
		margin-top: 0;
	}
	.footer-school-info-cell {
		 display: block;
		 padding: 0;
		width: 100%!important;
		max-width: 350px;
		margin: 0 auto;
	}
	.footer-school-info-cell:nth-of-type(2) {
		 margin-top: 15px;
		padding: 0;
		font-size: 16px;
	}
	.logo_ft_svg_wrapper {
		 width: 100%;
	}
	.copy {
		 text-align: left;
		 padding: 0;
	}
	.footer-access {
		display: block;
	}
	.footer-access-cell {
		display: block;
	}
	.footer-access-cell:nth-of-type(1) {
		width: 100px;
	}
	.footer-access-badge span {
		font-size: 1.4rem;
	}
	.footer-access-cell:nth-of-type(2) {
		padding: 0;
		margin-top: 20px;
	}
	.footer-access-iframe {
		padding-bottom: 350px;
	}
	#menu-footer_menu {
		justify-content: center;
	}
	#menu-footer_menu+.copy {
		text-align: center;
	}
	
	.go_page_top{
		width: 50px;
		height: 50px;
	}
}


@media only screen and (max-width: 550px) {
	.header-inner{
		padding: 0;
	}
	.logo-menu-wrapper {
		padding-top: 0; 
	}
}

