@charset "UTF-8";
/* BLUE
-----------------------*/
/* GRAY
-----------------------*/
/* 明朝
-----------------------*/
/* scroll fix */
html {
	overflow-y: scroll;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.4;
	font-size: 12px;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	min-width: 1100px;
}

@media screen and (max-width: 740px) {
	body {
		min-width: 320px;
	}
}

input, textarea {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
}

strong, b {
	font-weight: bold;
}

tr, td, th {
	height: auto;
}

a:focus {
	outline: none;
}

img {
	/*max-width: 100%;*/
}

.preload-img {
	display: none;
}

/*---clearFix ------------------*/
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

/* 02.link
----------------------------------------------------------- */
a {
	color: #03325E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.hover-underline-none {
	text-decoration: underline;
}

a:hover.hover-underline-none {
	text-decoration: none;
}

a:hover.hover-decoration-none {
	text-decoration: none;
}

/*////////////////////////////////////////

padding, margin

////////////////////////////////////////*/
/* [ 汎用スタイル：要素間の縦余白 ]
-----------------------*/
.padT-s {
	padding-top: 20px !important;
}

.padT-m {
	padding-top: 60px !important;
}

.padT-l {
	padding-top: 120px !important;
}

@media screen and (max-width: 740px) {
	.padT-s {
		padding-top: 20px !important;
	}
	.padT-m {
		padding-top: 40px !important;
	}

	.padR-0 {
		padding-right: 0px !important;
	}
	.padT-l {
		padding-top: 60px !important;
	}
}

.padB-s {
	padding-bottom: 20px !important;
}

.padB-m {
	padding-bottom: 60px !important;
}

.padB-l {
	padding-bottom: 120px !important;
}

@media screen and (max-width: 740px) {
	.padB-s {
		padding-bottom: 20px !important;
	}
	.padB-m {
		padding-bottom: 40px !important;
	}
	.padB-l {
		padding-bottom: 60px !important;
	}
}

.padL-s {
	padding-left: 20px !important;
}

.padL-m {
	padding-left: 60px !important;
}

.padL-l {
	padding-left: 120px !important;
}

@media screen and (max-width: 740px) {
	.padL-s {
		padding-left: 20px !important;
	}
	.padL-m {
		padding-left: 40px !important;
	}
	.padL-l {
		padding-left: 60px !important;
	}
}

.padR-s {
	padding-right: 20px !important;
}

.padR-m {
	padding-right: 60px !important;
}

.padR-l {
	padding-right: 120px !important;
}

@media screen and (max-width: 740px) {
	.padR-s {
		padding-right: 20px !important;
	}
	.padR-m {
		padding-right: 40px !important;
	}
	.padR-l {
		padding-right: 60px !important;
	}
}

.marT-s {
	margin-top: 20px !important;
}

.marT-m {
	margin-top: 60px !important;
}

.marT-l {
	margin-top: 120px !important;
}

@media screen and (max-width: 740px) {
	.marT-s {
		margin-top: 20px !important;
	}
	.marT-m {
		margin-top: 40px !important;
	}
	.marT-l {
		margin-top: 60px !important;
	}
}

.marB-s {
	margin-bottom: 20px !important;
}

.marB-m {
	margin-bottom: 60px !important;
}

.marB-l {
	margin-bottom: 120px !important;
}

@media screen and (max-width: 740px) {
	.marB-s {
		margin-bottom: 20px !important;
	}
	.marB-m {
		margin-bottom: 40px !important;
	}
	.marB-l {
		margin-bottom: 60px !important;
	}
}

.marL-s {
	margin-left: 20px !important;
}

.marL-m {
	margin-left: 60px !important;
}

.marL-l {
	margin-left: 120px !important;
}

@media screen and (max-width: 740px) {
	.marL-s {
		margin-left: 20px !important;
	}
	.marL-m {
		margin-left: 40px !important;
	}
	.marL-l {
		margin-left: 60px !important;
	}
}

.marR-s {
	margin-right: 20px !important;
}

.marR-m {
	margin-right: 60px !important;
}

.marR-l {
	margin-right: 120px !important;
}

@media screen and (max-width: 740px) {
	.marR-s {
		margin-right: 20px !important;
	}
	.marR-m {
		margin-right: 40px !important;
	}
	.marR-l {
		margin-right: 60px !important;
	}
}

/* [ 汎用スタイル：要素間の縦余白＋区切り線つき ]
-----------------------*/
.padT-s--border {
	padding-top: 20px !important;
	margin-top: 20px !important;
	border-top: 1px solid #03325E;
}

.padT-m--border {
	padding-top: 60px !important;
	margin-top: 60px !important;
	border-top: 1px solid #03325E;
}

.padT-l--border {
	padding-top: 120px !important;
	margin-top: 120px !important;
	border-top: 1px solid #03325E;
}

@media screen and (max-width: 740px) {
	.padT-s--border {
		padding-top: 20px !important;
		margin-top: 20px !important;
	}
	.padT-m--border {
		padding-top: 40px !important;
		margin-top: 40px !important;
	}
	.padT-l--border {
		padding-top: 60px !important;
		margin-top: 60px !important;
	}
}

/* [ 揃え ]
-----------------------*/
.align-center {
	text-align: center !important;
}

.align-right {
	text-align: right !important;
}

.align-left {
	text-align: left !important;
}

.only-sp {
	display: none;
}

@media screen and (max-width: 740px) {
	.only-pc {
		display: none;
	}
	.only-sp {
		display: inline-block;
	}
}

.clear-both {
	clear: both !important;
}

.clear-none {
	clear: none !important;
}

.red {
	color: #CC0000;
}

.nowrap {
	white-space: nowrap;
}

.mincho-jp {
	font-family: 'Noto Serif JP',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.mincho-en {
	font-family: 'Sorts Mill Goudy',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

@media screen and (min-width: 741px) {
	.alpha-over {
		transition: opacity 0.3s;
	}
	.alpha-over:hover {
		opacity: 0.7;
	}
}

.tpl-inner-wrap {
	width: 980px;
	margin: 0 auto;
	clear: both;
}

@media screen and (max-width: 740px) {
	.tpl-inner-wrap {
		width: auto;
		max-width: 740px;
	}
}

/* [ ヘッダー上余白 ]
-----------------------*/
body {
	padding-top: 100px;
}

@media screen and (max-width: 740px) {
	body {
		padding-top: 60px;
	}
}

/* #tpl-header
----------------------------------------------------------- */
#tpl-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	transition-property: background-color;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	pointer-events: none;
}

#tpl-header.white {
	background-color: white;
}

#tpl-header .tpl-inner-wrap {
	height: 100px;
	width: auto;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-justify-content: center;
	/* Safari */
	justify-content: center;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
	position: relative;
}

#tpl-header .header-search {
	display: none;
	background-color: #EBF1F6;
	pointer-events: auto;
}

#tpl-header .header-search .inner {
	padding: 70px 0;
}

#tpl-header .header-search #___gcse_0 {
	width: 570px;
	margin: auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #03325E;
}

#tpl-header .header-search .gsc-input-box {
	border: none;
	box-shadow: none !important;
	background-color: #EBF1F6;
	height: 50px;
}

#tpl-header .header-search .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0;
}

#tpl-header .header-search .gstl_50 {
	height: 100%;
}

#tpl-header .header-search .gsib_a {
	padding: 0;
	vertical-align: bottom;
}

#tpl-header .header-search .gsib_b {
	display: none;
}

#tpl-header .header-search .gsc-input {
	background-color: #EBF1F6 !important;
}

#tpl-header .header-search .gsc-search-box {
	margin-bottom: 0;
}

#tpl-header .header-search .gsc-search-button {
	margin-left: 0;
}

#tpl-header .header-search .gsc-search-button-v2 {
	border: none;
	background-color: #03325E;
	border-radius: 50%;
	padding: 0;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/asset/gakuen/common/img/search_icon_white.png);
	cursor: pointer;
	outline: none;
	transition-property: opacity;
	transition-duration: 0.3s;
}

#tpl-header .header-search .gsc-search-button-v2 svg {
	display: none;
}

#tpl-header .header-search .gsc-search-button-v2:hover {
	opacity: 0.7;
}

#tpl-header .header-search form.gsc-search-box {
	margin-bottom: 0;
}

#tpl-header .header-logo {
	pointer-events: auto;
}

#tpl-header .header-logo img {
	width: 147px;
}

@media screen and (max-width: 740px) {
	#tpl-header .tpl-inner-wrap {
		height: 60px;
	}
	#tpl-header .header-search .inner {
		padding: 58px 0;
	}
	#tpl-header .header-search #___gcse_0 {
		width: 285px;
		padding-bottom: 10px;
	}
	#tpl-header .header-search .gsc-input-box {
		height: 35px;
	}
	#tpl-header .header-search .gsc-search-button-v2 {
		width: 35px;
		height: 35px;
		background-image: url(/asset/gakuen/common/img/search_icon_white_sp.png);
		background-size: 13px;
	}
	#tpl-header .header-search form.gsc-search-box {
		margin-bottom: 0;
	}
	#tpl-header .header-logo img {
		width: 102px;
	}
}

#tpl-header .menu-btn {
	width: 100px;
	height: 100px;
	background-color: #03325E;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#tpl-header .menu-trigger,
#tpl-header .menu-trigger span {
	display: inline-block;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	box-sizing: border-box;
}

#tpl-header .menu-trigger {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-justify-content: center;
	/* Safari */
	justify-content: center;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
	height: 100%;
	position: relative;
	pointer-events: auto;
}

#tpl-header .menu-trigger.disabled {
	pointer-events: none;
}

#tpl-header .menu-trigger div {
	width: 16px;
	height: 14px;
	position: relative;
}

#tpl-header .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}

#tpl-header .menu-trigger span:nth-of-type(1) {
	top: 0;
}

#tpl-header .menu-trigger span:nth-of-type(2) {
	top: 6px;
}

#tpl-header .menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

#tpl-header .menu-trigger.active span:nth-of-type(1) {
	transform: translateY(7px) rotate(-45deg);
}

#tpl-header .menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	animation: active-menu-bar02 .8s forwards;
}

@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}

#tpl-header .menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-5px) rotate(45deg);
}

#tpl-header .search-btn {
	width: 100px;
	height: 100px;
	background-color: #EBF1F6;
	position: absolute;
	top: 0;
	left: 100px;
	z-index: 2;
	pointer-events: auto;
}

#tpl-header .search-btn a {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-justify-content: center;
	/* Safari */
	justify-content: center;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/asset/gakuen/common/img/search_icon_blue.png);
}

#tpl-header .search-btn a div {
	display: none;
}

#tpl-header .search-btn.active a {
	background-image: none;
}

#tpl-header .search-btn.active a div {
	display: block;
	width: 16px;
	height: 14px;
	position: relative;
}

#tpl-header .search-btn.active a div span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #03325E;
}

#tpl-header .search-btn.active a div span:nth-of-type(1) {
	transform: translateY(7px) rotate(-45deg);
}

#tpl-header .search-btn.active a div span:nth-of-type(2) {
	transform: translateY(7px) rotate(45deg);
}

@media screen and (max-width: 740px) {
	#tpl-header .menu-btn {
		width: 60px;
		height: 60px;
	}
	#tpl-header .menu-trigger div {
		width: 20px;
		height: 9px;
	}
	#tpl-header .menu-trigger span {
		height: 1px;
	}
	#tpl-header .menu-trigger span:nth-of-type(2) {
		top: 4px;
	}
	#tpl-header .menu-trigger.active span:nth-of-type(1) {
		transform: translateY(3px) rotate(-45deg);
	}
	#tpl-header .menu-trigger.active span:nth-of-type(3) {
		transform: translateY(-5px) rotate(45deg);
	}
	#tpl-header .search-btn {
		width: 60px;
		height: 60px;
		left: auto;
		right: 0;
	}
	#tpl-header .search-btn a {
		background-image: url(/asset/gakuen/common/img/search_icon_blue_sp.png);
		background-size: 13px;
	}
	#tpl-header .search-btn a div {
		display: none;
	}
	#tpl-header .search-btn.active a {
		background-image: none;
	}
	#tpl-header .search-btn.active a div {
		display: block;
		width: 16px;
		height: 14px;
		position: relative;
	}
	#tpl-header .search-btn.active a div span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #03325E;
	}
	#tpl-header .search-btn.active a div span:nth-of-type(1) {
		transform: translateY(7px) rotate(-45deg);
	}
	#tpl-header .search-btn.active a div span:nth-of-type(2) {
		transform: translateY(7px) rotate(45deg);
	}
}

#tpl-header .header-sns {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 40px 40px 0 0;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
	pointer-events: auto;
}

#tpl-header .header-sns li {
	padding-left: 30px;
}

@media screen and (max-width: 740px) {
	#tpl-header .header-sns {
		display: none;
	}
}

/* #tpl-menu
----------------------------------------------------------- */
#tpl-menu {
	position: fixed;
	min-width: 1100px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9998;
	padding-top: 100px;
	opacity: 0;
	pointer-events: none;
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	background-color: #03325E;
}

#tpl-menu.show {
	opacity: 1;
	pointer-events: auto;
}

#tpl-menu .menu-inner {
	height: 100%;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-direction: column;
	/* Safari */
	flex-direction: column;
}

#tpl-menu .menu-inner a {
	color: white;
	text-decoration: none;
	position: relative;
	display: block;
}

#tpl-menu .menu-inner a::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: white;
	position: absolute;
	left: 0;
	bottom: -5px;
	transform: scale(0, 1);
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#tpl-menu .menu-inner a:hover::after {
	transform: scale(1, 1);
}

#tpl-menu .menu-inner .menu-main {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	flex: 1;
	min-height: 300px;
}

#tpl-menu .menu-inner .menu-main .menu-main-block {
	width: 25%;
	text-align: center;
	position: relative;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-justify-content: center;
	/* Safari */
	justify-content: center;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
	border-right: 1px solid #295176;
}

#tpl-menu .menu-inner .menu-main .menu-main-block .menu-main-block-inner {
	height: 270px;
}

#tpl-menu .menu-inner .menu-main .menu-main-block .menu-main-block-inner .menu-main-block-head {
	font-size: 26px;
	margin-bottom: 30px;
}

#tpl-menu .menu-inner .menu-main .menu-main-block .menu-main-block-inner .menu-main-block-body {
	font-size: 15px;
	margin-bottom: -15px;
}

#tpl-menu .menu-inner .menu-main .menu-main-block .menu-main-block-inner .menu-main-block-body li {
	margin-bottom: 15px;
}

#tpl-menu .menu-inner .menu-main .menu-main-block:last-child {
	border-right: none;
}

#tpl-menu .menu-inner .menu-main .menu-main-block .menu-main-block-bg {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0;
	transition: opacity 0.5s;
}

#tpl-menu .menu-inner .menu-main .menu-main-block:nth-child(1) .menu-main-block-bg {
	background-image: url(/asset/gakuen/common/img/menu_main_block_bg.jpg);
}

#tpl-menu .menu-inner .menu-main .menu-main-block:nth-child(2) .menu-main-block-bg {
	background-image: url(/asset/gakuen/common/img/menu_main_block_bg02.jpg);
}

#tpl-menu .menu-inner .menu-main .menu-main-block:nth-child(3) .menu-main-block-bg {
	background-image: url(/asset/gakuen/common/img/menu_main_block_bg03.jpg);
}

#tpl-menu .menu-inner .menu-main .menu-main-block:nth-child(4) .menu-main-block-bg {
	background-image: url(/asset/gakuen/common/img/menu_main_block_bg04.jpg);
}

#tpl-menu .menu-inner .menu-main .menu-main-block:hover .menu-main-block-bg {
	opacity: 1;
}

#tpl-menu .menu-inner .menu-sub {
	text-align: center;
	position: relative;
	z-index: 1;
	height: 260px;
	padding-top: 30px;
	border-top: 1px solid #295176;
}

#tpl-menu .menu-inner .menu-sub .menu-link-02 {
	display: -webkit-inline-flex;
	/* Safari */
	display: inline-flex;
	font-size: 16px;
	margin-bottom: 15px;
}

#tpl-menu .menu-inner .menu-sub .menu-link-02 li {
	padding: 0 20px;
}

#tpl-menu .menu-inner .menu-sub .menu-link-02 li a {
	display: block;
}

#tpl-menu .menu-inner .menu-sub .menu-link-02 li a.blank {
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/asset/gakuen/common/img/g__icon_blank_white.png);
	padding-right: 15px;
}

#tpl-menu .menu-inner .menu-sub .menu-link-03.only-pc {
	font-size: 13px;
	text-align: center;
}

#tpl-menu .menu-inner .menu-sub .menu-link-03.only-pc .menu-link-03-inner:first-child ul {
	border-top: 1px solid #59758F;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #59758F;
}

#tpl-menu .menu-inner .menu-sub .menu-link-03.only-pc .menu-link-03-inner ul {
	display: -webkit-inline-flex;
	/* Safari */
	display: inline-flex;
	margin-bottom: 10px;
}

#tpl-menu .menu-inner .menu-sub .menu-link-03.only-pc .menu-link-03-inner ul li {
	padding: 0 20px;
}

#tpl-menu .menu-inner .menu-sub .menu-link-03.only-pc .menu-link-03-inner ul li:first-child {
	padding-left: 0;
}

#tpl-menu .menu-inner .menu-sub .menu-link-03.only-pc .menu-link-03-inner ul li:last-child {
	padding-right: 0;
}

@media screen and (min-width: 741px) {
	#tpl-menu .menu-inner .menu-main .menu-main-block .menu-main-block-inner .menu-main-block-body {
		display: block !important;
	}
}

@media screen and (max-width: 740px) {
	#tpl-menu {
		min-width: initial;
		padding-top: 60px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#tpl-menu .menu-inner {
		display: block;
		height: auto;
		padding-bottom: 240px;
	}
	#tpl-menu .menu-inner a::after {
		display: none;
	}
	#tpl-menu .menu-inner .menu-main {
		display: block;
		min-height: initial;
	}
	#tpl-menu .menu-inner .menu-main .menu-main-block {
		width: auto;
		display: block;
		border-right: none;
		border-bottom: 1px solid #1E486F;
	}
	#tpl-menu .menu-inner .menu-main .menu-main-block .menu-main-block-inner {
		height: auto;
	}
	#tpl-menu .menu-inner .menu-main .menu-main-block .menu-main-block-inner .menu-main-block-head {
		font-size: 22px;
		margin-bottom: 0;
	}
	#tpl-menu .menu-inner .menu-main .menu-main-block .menu-main-block-inner .menu-main-block-head a {
		padding: 35px 0;
		display: block;
	}
	#tpl-menu .menu-inner .menu-main .menu-main-block .menu-main-block-inner .menu-main-block-head.accordion a span {
		padding: 0 25px;
		position: relative;
	}
	#tpl-menu .menu-inner .menu-main .menu-main-block .menu-main-block-inner .menu-main-block-head.accordion a span::before, #tpl-menu .menu-inner .menu-main .menu-main-block .menu-main-block-inner .menu-main-block-head.accordion a span::after {
		content: "";
		display: block;
		width: 12px;
		height: 1px;
		background-color: white;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}
	#tpl-menu .menu-inner .menu-main .menu-main-block .menu-main-block-inner .menu-main-block-head.accordion a span::after {
		transform: rotate(90deg);
	}
	#tpl-menu .menu-inner .menu-main .menu-main-block .menu-main-block-inner .menu-main-block-body {
		font-size: 13px;
		display: none;
	}
	#tpl-menu .menu-inner .menu-main .menu-main-block .menu-main-block-inner .menu-main-block-body ul {
		padding-bottom: 35px;
	}
	#tpl-menu .menu-inner .menu-main .menu-main-block:hover .menu-main-block-bg {
		opacity: 0;
	}
	#tpl-menu .menu-inner .menu-main .menu-main-block.active .menu-main-block-bg {
		opacity: 1;
	}
	#tpl-menu .menu-inner .menu-main .menu-main-block.active .menu-main-block-inner .menu-main-block-head a span::after {
		opacity: 0;
  }
  	#tpl-menu .menu-inner .menu-main .menu-main-block:nth-child(1) .menu-main-block-bg {
		background-image: url(/asset/gakuen/common/img/menu_main_block_bg_sp.jpg);
	}
	#tpl-menu .menu-inner .menu-main .menu-main-block:nth-child(2) .menu-main-block-bg {
		background-image: url(/asset/gakuen/common/img/menu_main_block_bg_sp02.jpg);
	}
	#tpl-menu .menu-inner .menu-main .menu-main-block:nth-child(3) .menu-main-block-bg {
		background-image: url(/asset/gakuen/common/img/menu_main_block_bg_sp03.jpg);
	}
	#tpl-menu .menu-inner .menu-main .menu-main-block:nth-child(4) .menu-main-block-bg {
		background-image: url(/asset/gakuen/common/img/menu_main_block_bg_sp04.jpg);
	}
	#tpl-menu .menu-inner .menu-sub {
		text-align: center;
		position: relative;
		z-index: 1;
		height: 260px;
		padding-top: 25px;
		border-top: 1px solid #295176;
	}
	#tpl-menu .menu-inner .menu-sub .menu-link-02 {
		display: block;
		font-size: 15px;
		margin-bottom: 25px;
	}
	#tpl-menu .menu-inner .menu-sub .menu-link-02 li {
		padding: 0;
		margin-bottom: 15px;
	}
	#tpl-menu .menu-inner .menu-sub .menu-link-02 li a {
		display: inline-block;
	}
	#tpl-menu .menu-inner .menu-sub .menu-link-02 li a.blank {
		background-size: 7px auto;
		padding-right: 12px;
	}
	#tpl-menu .menu-inner .menu-sub .menu-link-03.only-sp {
		display: block;
		font-size: 13px;
		padding: 0 25px;
	}
	#tpl-menu .menu-inner .menu-sub .menu-link-03.only-sp .menu-link-03-inner {
		border-top: 1px solid #59758F;
		padding-top: 15px;


	}
	#tpl-menu .menu-inner .menu-sub .menu-link-03.only-sp .menu-link-03-inner p {
		display: block;
		padding-bottom: 15px;
		line-height: 1.5;
	}
	#tpl-menu .menu-inner .menu-sub .menu-link-03.only-sp .menu-link-03-inner p.fs-bg {
		font-size: 15px;
		border-bottom: 1px solid #59758F;
	}
	#tpl-menu .menu-inner .menu-sub .menu-link-03.only-sp .menu-link-03-inner ul {
		display: flex;
    flex-wrap: wrap;
    width: 100%;
		min-width: 130px;
		max-width: 250px;
    justify-content: center;
    column-gap: 20px;
    margin: 0 auto;
	}
	#tpl-menu .menu-inner .menu-sub .menu-link-03.only-sp .menu-link-03-inner ul li {
		display: inline-block;
		padding-top: 15px;
	}
	/* #tpl-menu .menu-inner .menu-sub .menu-link-03.only-sp .menu-link-03-inner ul li:nth-child(odd) {
		padding-right: 30px;
	} */
	#tpl-menu .menu-inner .menu-sub .menu-link-03.only-sp .menu-link-03-inner ul li:last-child {
		padding-right: 0;
	}
	#tpl-menu .menu-inner .menu-sub .menu-link-03.only-sp .menu-link-03-inner:nth-child(n+2) {
		border: none;
	}
	#tpl-menu .menu-inner .menu-sub .menu-link-03.only-sp .menu-link-03-inner:nth-child(n+2) p:first-child {
		padding-right: 30px;
	}
	#tpl-menu .menu-inner .menu-sub .menu-link-03.only-sp .footer-sns {
		display: inline-flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		margin: 25px 0 0;
	}
	#tpl-menu .menu-inner .menu-sub .menu-link-03.only-sp .footer-sns li {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.tpl-float-copyright {
	height: 100%;
	position: fixed;
	z-index: 9997;
	top: 0;
	right: 0;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
	pointer-events: none;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 1s;
}

.tpl-float-copyright.show {
	opacity: 1;
}

.tpl-float-copyright p {
	color: #004986;
	font-size: 11px;
	letter-spacing: 0.05em;
	transform: translateX(70px) rotate(90deg);
}

@media only screen and (max-width: 740px) {
	.tpl-float-copyright {
		display: none;
	}
}

/* #tpl-contents
----------------------------------------------------------- */
#tpl-contents {
	background: #FFF;
	font-size: 15px;
	overflow: hidden;
	min-width: 980px;
}

@media only screen and (max-width: 740px) {
	#tpl-contents {
		min-width: 320px;
		font-size: 12px;
	}
}

#tpl-contents p {
	line-height: 2;
}

@media only screen and (max-width: 740px) {
	#tpl-contents p {
		font-size: 14px;
	}
	#tpl-contents .tpl-inner-wrap {
		padding: 0 15px;
	}
	#tpl-contents img {
		max-width: 100%;
	}
}

/* [ ページ基本要素 ]
	-----------------------*/
#tpl-contents > .tpl-inner-wrap {
	padding-bottom: 60px;
}

@media only screen and (max-width: 740px) {
	#tpl-contents > .tpl-inner-wrap {
		padding-bottom: 30px;
	}
}

#tpl-contents > .tpl-inner-wrap > .page-title-wrap {
	padding: 60px 0 0;
}

@media only screen and (max-width: 740px) {
	#tpl-contents > .tpl-inner-wrap > .page-title-wrap {
		padding: 40px 0 0;
	}
}

/* .page-title-wrap
		-----------------------*/
#tpl-contents > .tpl-inner-wrap > .page-title-wrap .title {
	font-size: 36px;
	font-weight: bold;
	color: #03325E;
	line-height: 1.4;
	text-align: center;
}

@media only screen and (max-width: 740px) {
	#tpl-contents > .tpl-inner-wrap > .page-title-wrap .title {
		font-size: 24px;
	}
}

/* #tpl-topicpath
----------------------------------------------------------- */
#tpl-topicpath {
	background-color: #EBF1F6;
	margin-top: 100px;
	padding: 20px 0;
}

#tpl-topicpath ul {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	font-size: 12px;
}

#tpl-topicpath ul li {
	padding-right: 35px;
	margin-right: 15px;
	position: relative;
}

#tpl-topicpath ul li::after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background-color: #A6B4C0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

#tpl-topicpath ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}

#tpl-topicpath ul li:last-child::after {
	display: none;
}

@media only screen and (max-width: 740px) {
	#tpl-topicpath {
		margin-top: 50px;
		padding: 15px;
		border-bottom: none;
	}
	#tpl-topicpath ul li {
		padding-right: 30px;
		margin-right: 10px;
	}
	#tpl-topicpath ul li:last-child {
		padding-right: 0;
		margin-right: 0;
	}
}

/* #tpl-footer
----------------------------------------------------------- */
#tpl-footer {
	position: relative;
	border-top: 1px solid #D7D7D7;
}

#tpl-footer .tpl-inner-wrap {
	width: 1100px;
}

#tpl-footer .footer-sitemap {
	padding: 100px 0;
}

#tpl-footer .footer-sitemap a {
	color: #4f4f4f;
}

#tpl-footer .footer-sitemap .block-01 {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	padding-bottom: 30px;
	border-bottom: 1px solid #D7D7D7;
}

#tpl-footer .footer-sitemap .block-01 .sitemap-main {
	width: 25%;
}

#tpl-footer .footer-sitemap .block-01 .sitemap-main dt {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 30px;
}

#tpl-footer .footer-sitemap .block-01 .sitemap-main dd {
	font-size: 14px;
	margin-bottom: 18px;
}

#tpl-footer .footer-sitemap .block-01 .sitemap-main dd.line {
	position: relative;
	padding: 0 0 5px;
}

#tpl-footer .footer-sitemap .block-01 .sitemap-main dd.line::before {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background-color: #D7D7D7;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#tpl-footer .footer-sitemap .block-02 {
	padding-top: 70px;
	display: -webkit-flex;
	/* Safari */
	display: flex;
}

#tpl-footer .footer-sitemap .block-02 .sitemap-sub {
	font-size: 14px;
	width: 520px;
	min-width: 520px;
	padding-right: 190px;
	border-right: 1px solid #D7D7D7;
}
#tpl-footer .footer-sitemap .block-02 .sitemap-sub p {
padding-bottom: 20px;
}
#tpl-footer .footer-sitemap .block-02 .sitemap-sub ul {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
}

#tpl-footer .footer-sitemap .block-02 .sitemap-sub ul li {
	min-width: 230px;
	width: 230px;
	margin-bottom: 20px;
}

#tpl-footer .footer-sitemap .block-02 .sitemap-sub ul li:nth-last-child(1), #tpl-footer .footer-sitemap .block-02 .sitemap-sub ul li:nth-last-child(2) {
	margin-bottom: 0;
}

#tpl-footer .footer-sitemap .block-02 .footer-search {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-justify-content: flex-end;
	/* Safari */
	justify-content: flex-end;
	width: 400px;
}

#tpl-footer .footer-sitemap .block-02 .footer-search #___gcse_1 {
	width: 300px;
}

#tpl-footer .footer-sitemap .block-02 .footer-search .gsc-input-box {
	border: none;
	background-color: #EBF1F6;
	height: 50px;
	box-shadow: none !important;
	padding-left: 10px;
}

#tpl-footer .footer-sitemap .block-02 .footer-search .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0;
}

#tpl-footer .footer-sitemap .block-02 .footer-search .gstl_51 {
	height: 100%;
}

#tpl-footer .footer-sitemap .block-02 .footer-search .gsib_a {
	padding: 0;
}

#tpl-footer .footer-sitemap .block-02 .footer-search .gsib_b {
	display: none;
}

#tpl-footer .footer-sitemap .block-02 .footer-search .gsc-input {
	background-color: #EBF1F6 !important;
}

#tpl-footer .footer-sitemap .block-02 .footer-search .gsc-search-button {
	margin-left: 0;
}

#tpl-footer .footer-sitemap .block-02 .footer-search .gsc-search-button-v2 {
	border: none;
	background-color: #03325E;
	border-radius: 0;
	padding: 0;
	width: 50px;
	height: 50px;
}

#tpl-footer .footer-bottom {
	background-color: #03325E;
	padding: 100px 0;
}

#tpl-footer .footer-bottom .tpl-inner-wrap {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
	min-height: 155px;
}

#tpl-footer .footer-bottom .icon-blank {
	display: none;
}

#tpl-footer .footer-bottom .block-01 {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
	-webkit-flex-direction: column;
	/* Safari */
	flex-direction: column;
}

#tpl-footer .footer-bottom .block-01 .footer-logo-wrap {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
}

#tpl-footer .footer-bottom .block-01 .footer-logo {
	margin-right: 45px;
}

#tpl-footer .footer-bottom .block-01 .footer-logo img {
	width: 230px;
}

#tpl-footer .footer-bottom .block-01 .footer-address {
	color: white;
	font-size: 13px;
}

#tpl-footer .footer-bottom .block-01 .block-01-link .link-list {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	margin-bottom: 15px;
}

#tpl-footer .footer-bottom .block-01 .block-01-link .link-list:last-child {
	margin-bottom: 0;
}

#tpl-footer .footer-bottom .block-01 .block-01-link .link-list li {
	margin-right: 30px;
}

#tpl-footer .footer-bottom .block-01 .block-01-link .link-list li a {
	color: white;
	font-size: 13px;
}

#tpl-footer .footer-bottom .block-01 .block-01-link .link-list li a.blank {
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/asset/gakuen/common/img/g__icon_blank_white.png);
	padding-right: 18px;
}

#tpl-footer .footer-bottom .block-02 {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
	-webkit-flex-direction: column;
	/* Safari */
	flex-direction: column;
}

#tpl-footer .footer-bottom .block-02 .footer-sns {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
	-webkit-justify-content: flex-end;
	/* Safari */
	justify-content: flex-end;
}

#tpl-footer .footer-bottom .block-02 .footer-sns li {
	padding-left: 30px;
}

#tpl-footer .footer-bottom .block-02 .block-02-link .link-list {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-justify-content: flex-end;
	/* Safari */
	justify-content: flex-end;
	margin-bottom: 15px;
}

#tpl-footer .footer-bottom .block-02 .block-02-link .link-list li {
	margin-left: 30px;
}

#tpl-footer .footer-bottom .block-02 .block-02-link .link-list li a {
	color: white;
}

#tpl-footer .footer-bottom .block-02 .block-02-link .copyright {
	color: white;
	font-size: 12px;
	text-align: right;
}

@media only screen and (max-width: 740px) {
	#tpl-footer .tpl-inner-wrap {
		width: auto;
	}
	#tpl-footer .footer-sitemap {
		display: none;
  }
  	#tpl-footer .footer-sitemap-sp {
		display: block;
		padding: 70px 45px 50px;
	}
	#tpl-footer .footer-sitemap-sp a {
		color: inherit;
		text-decoration: none;
	}
	#tpl-footer .footer-sitemap-sp .icon-blank {
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 5px;
		width: 8px;
		height: 8px;
		background-repeat: no-repeat;
		background-image: url(/asset/gakuen/common/img/g__icon_blank.png);
		background-size: contain;
	}
	#tpl-footer .footer-sitemap-sp-01 {
		margin-bottom: 25px;
	}
	#tpl-footer .footer-sitemap-sp-01 .category-wrap {
		border-bottom: 1px solid #E2E2E2;
		text-align: center;
	}
	#tpl-footer .footer-sitemap-sp-01 .category-wrap:first-child {
		border-top: 1px solid #E2E2E2;
	}
	#tpl-footer .footer-sitemap-sp-01 .category-l {
		font-size: 19px;
		padding: 12px 0;
		display: block;
	}
	#tpl-footer .footer-sitemap-sp-01 .category-l.accordion {
		position: relative;
	}
	#tpl-footer .footer-sitemap-sp-01 .category-l.accordion::before, #tpl-footer .footer-sitemap-sp-01 .category-l.accordion::after {
		content: "";
		display: block;
		width: 13px;
		height: 1px;
		background-color: #355B7E;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}
	#tpl-footer .footer-sitemap-sp-01 .category-l.accordion::after {
		transform: rotate(90deg);
	}
	#tpl-footer .footer-sitemap-sp-01 .category-l.accordion.active::after {
		display: none;
	}
	#tpl-footer .footer-sitemap-sp-01 .category-s {
		display: none;
	}
	#tpl-footer .footer-sitemap-sp-01 .category-s ul {
		padding: 10px 0 10px;
	}
	#tpl-footer .footer-sitemap-sp-01 .category-s li {
		font-size: 13px;
		margin-bottom: 15px;
	}
	#tpl-footer .footer-sitemap-sp-02 {
		font-size: 15px;
		text-align: center;
		border-bottom: 1px solid #E2E2E2;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	#tpl-footer .footer-sitemap-sp-02 li {
		margin-bottom: 15px;
	}
	#tpl-footer .footer-sitemap-sp-02 li:last-child {
		margin-bottom: 0;
	}
	#tpl-footer .footer-sitemap-sp-03 {
		font-size: 15px;
		text-align: center;
		margin-bottom: 25px;
	}

	#tpl-footer .footer-sitemap-sp-03 .bdb {
		border-bottom: 1px solid #E2E2E2;
		padding-bottom: 25px;
	}

	#tpl-footer .footer-sitemap-sp-03 .fz-s {
		font-size: 13px;
	}

	#tpl-footer .footer-sitemap-sp-03 p + p {
		margin-top: 2em;
	}

	#tpl-footer .footer-sitemap-sp-04 {
		font-size: 13px;
		text-align: center;
		margin-bottom: -7px;
	}
	#tpl-footer .footer-sitemap-sp-04 p {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 25px;
		width: 100%;
		max-width: 250px;
		min-width: 130px;
		margin: 0 auto;
	}
	#tpl-footer .footer-sitemap-sp-04 span {
		display: inline-block;
		padding: 7px 0;
	}
	#tpl-footer .footer-bottom {
		padding: 70px 0;
	}
	#tpl-footer .footer-bottom .tpl-inner-wrap {
		display: block;
		min-height: initial;
	}
	#tpl-footer .footer-bottom .block-01 {
		display: block;
		margin-bottom: 40px;
	}
	#tpl-footer .footer-bottom .block-01 .footer-logo-wrap {
		display: block;
		text-align: center;
		margin-bottom: 40px;
	}
	#tpl-footer .footer-bottom .block-01 .footer-logo {
		margin-right: 0;
		margin-bottom: 15px;
	}
	#tpl-footer .footer-bottom .block-01 .footer-logo img {
		width: 218px;
	}
	#tpl-footer .footer-bottom .block-01 .footer-address {
		font-size: 12px;
	}
	#tpl-footer .footer-bottom .block-01 .block-01-link .link-list {
		display: block;
		margin-bottom: 30px;
	}
	#tpl-footer .footer-bottom .block-01 .block-01-link .link-list:last-child {
		margin-bottom: 0;
	}
	#tpl-footer .footer-bottom .block-01 .block-01-link .link-list li {
		margin-right: 0;
		margin-bottom: 15px;
		text-align: center;
	}
	#tpl-footer .footer-bottom .block-01 .block-01-link .link-list li a {
		font-size: 12px;
	}
	#tpl-footer .footer-bottom .block-01 .block-01-link .link-list li a.blank {
		background-repeat: no-repeat;
		background-position: right center;
		background-image: url(/asset/gakuen/common/img/g__icon_blank_white.png);
		padding-left: 18px;
	}
	#tpl-footer .footer-bottom .block-02 {
		display: block;
		text-align: center;
	}
	#tpl-footer .footer-bottom .block-02 .footer-sns {
		display: -webkit-inline-flex;
		/* Safari */
		display: inline-flex;
		-webkit-justify-content: flex-end;
		/* Safari */
		justify-content: flex-end;
		margin-bottom: 40px;
	}
	#tpl-footer .footer-bottom .block-02 .footer-sns li {
		padding-left: 15px;
		padding-right: 15px;
	}
	#tpl-footer .footer-bottom .block-02 .block-02-link .link-list {
		display: block;
		margin-bottom: 40px;
	}
	#tpl-footer .footer-bottom .block-02 .block-02-link .link-list li {
		margin-left: 0;
		margin-bottom: 15px;
	}
	#tpl-footer .footer-bottom .block-02 .block-02-link .copyright {
		font-size: 11px;
		text-align: center;
	}
}

/* .tpl-pagetop
----------------------------------------------------------- */
.tpl-pagetop {
	width: 100px;
	height: 100px;
	position: relative;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	transition: opacity 0.3s;
	z-index: 9997;
}

.tpl-pagetop.show {
	opacity: 1;
}

.tpl-pagetop.fixed {
	top: auto;
	bottom: 0;
	position: fixed;
}

.tpl-pagetop > div {
	height: 100%;
	background-color: #03325E;
}

.tpl-pagetop > div::before, .tpl-pagetop > div::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.tpl-pagetop > div::before {
	width: 10px;
	height: 10px;
	border-top: 2px solid white;
	border-right: 2px solid white;
	-webkit-transform: translateY(4px) rotate(-45deg);
	transform: translateY(4px) rotate(-45deg);
}

@media only screen and (max-width: 740px) {
	.tpl-pagetop {
		width: 50px;
		height: 50px;
	}
	.tpl-pagetop > div {
		background-color: #295176;
	}
	.tpl-pagetop > div::before {
		width: 5px;
		height: 5px;
		border-top: 1px solid white;
		border-right: 1px solid white;
	}
}

/* #tpl-loading
----------------------------------------------------------- */
#tpl-loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-justify-content: center;
	/* Safari */
	justify-content: center;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
	opacity: 1;
	transition-property: opacity;
	transition-duration: 1s;
}

#tpl-loading.hide {
	opacity: 0;
}

#tpl-loading .loading-bar {
	width: 200px;
height: 1px;
	background-color: #D7D7D7;
	position: relative;
}

#tpl-loading .progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #004986;
	transform-origin: left center;
}

@media only screen and (max-width: 740px) {
	#tpl-loading .loading-bar {
		width: 50%;
		height: 2px;
	}
}

/* [ Magnific Popup CSS ]
-----------------------*/
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #FFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
	background: none;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	padding: 0 0 18px 10px;
	font-style: normal;
	font-size: 40px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #023462;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
}

.mfp-arrow-left {
	left: 10px;
	width: 54px;
	height: 54px;
	background: url(/asset/gakuen/common/img/tpl_lb_btn_prev.gif) no-repeat;
}

/*.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}*/
.mfp-arrow-right {
	right: 10px;
	width: 54px;
	height: 54px;
	background: url(/asset/gakuen/common/img/tpl_lb_btn_next.gif) no-repeat;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	font-size: 15px;
	padding-top: 10px;
	text-align: left;
	line-height: 18px;
	color: #333;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #023462;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


.footer-sitemap-sp a.blank {
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/asset/gakuen/common/img/g__icon_blank_white.png);
	padding-right: 15px;
}

.page-title-wrap p.title{
      text-align: center;
    margin-top: 40px;
    font-size: 36px;
    font-weight: bold;
    color: #03325E;
}

@media only screen and (max-width: 740px) {
  #tpl-contents .page-title-wrap p.title{
    font-size: 28px;
}
}

#tpl-menu .menu-inner a.blank {
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/asset/gakuen/common/img/g__icon_blank_white.png);
	padding-right: 15px;
display: inline-block;
}

#tayori-ai-chatbot-app {
	bottom: 110px !important;
	margin-bottom: 0 !important
}

@media screen and (max-width: 740px) {
	#tayori-ai-chatbot-app {
			bottom: 70px !important
	}
}

#tayori-ai-chatbot-app .tayori-ai-chatbot-icon {
	margin-bottom: 0 !important
}

#tayori-ai-chatbot-app .tayori-ai-chatbot-app-ai-chat-message textarea {
	font-size: 16px !important
}
