@charset "UTF-8";
/* CSS Document */
html {
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	scroll-behavior: smooth;
}
html.wf-active,
html.loading-delay {
	visibility: visible;
	opacity: 1;
}

* {
    word-break: break-all;
}

body {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #000;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
#wrapper {
    overflow: hidden;
}
@media screen and (min-width: 767px) {
    /*html,
body {
	min-width: 1260px;
}
*/
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a img {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: #93A6CF;
}
.inner {
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.tm {
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
}
.gkg_m {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.gkg_b {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 700;
	font-style: normal;
}

/*header*/
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 120px;
	background-color: rgba(255,255,255,1);
}
.is-animation {	
	background-color: #fff;
	box-shadow: 0 2px 13px rgb(0 0 0 / 20%);
	transition: 1s;
	height: 100px;
}

header .h_top .inner {
	max-width: 1740px;
	height: 40px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.is-animation .h_top .inner {
	height: 30px;
	transition: 1s;
}
header .h_top .inner .h_nav {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 330px;
}
header .h_top .inner .h_nav li {
	width: 164px;
	text-align: center;
	position: relative;
}
header .h_top .inner .h_nav li a {
	font-size: 11px;
	line-height: 1;
}
header .h_top .inner .h_nav li:before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
}
header .h_top .inner .h_nav li:first-of-type:before {
	width: 20px;
	height: 20px;
	top: 3px;
	left: 10px;
	background-image: url("../img/common/icon01.png");
}
header .h_top .inner .h_nav li:nth-of-type(2):before {
	width: 20px;
	height: 16px;
	top: 5px;
	left: 0;
	background-image: url("../img/common/icon02.png");
}
header .h_bottom .inner {
	max-width: 1700px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
header .h_bottom .inner .h1Area01 a {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
	color: #000;
}
header .h_bottom .inner .h1Area01 a:hover {
	color: #999;
}
header .h_bottom .inner .h1Area01 a .logo {
	width: 48px;
}
header .h_bottom .inner .h1Area01 a h1 {
	padding-left: 10px;
	font-size: 20px;
	line-height: 1;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
}
header .h_bottom .inner .gnavArea {
	display: flex;
	justify-content: flex-end;
}
header .h_bottom .inner .gnavArea .gnav {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 0;
}
.is-animation .h_bottom .inner .gnavArea .gnav {
	padding: 0 0;
}
header .h_bottom .inner .gnavArea .gnav li {
	margin: 0 10px;
}
header .h_bottom .inner .gnavArea .gnav li a {
	line-height: 1;
	font-size: 14px;
	position: relative;
}
header .h_bottom .inner .gnavArea .gnav li a:hover {
	color: #000;
}
header .h_bottom .inner .gnavArea .gnav li a:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #93A6CF;
	transition: all 0.3s;
	transform: scaleX(0);
}
header .h_bottom .inner .gnavArea .gnav li a:hover:after {
	transform: scaleX(1);
}

.toggle {
	position: fixed;
	top: 35px;
	right: 20px;
	color: #E60012;
	font-size: 30px;
	cursor: pointer;
	z-index: 9999;
	line-height: 0;
	display: none;
}
.toggle:before {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f0c9";
}
.toggle.open:before {
	content: "\f00d";
}

/* bnrArea */
.bnrArea .inner {
	padding: 50px 20px;
}
.bnrArea .inner ul {
	width: 100%;
	display: flex;
	justify-content: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.bnrArea .inner ul li {
	width: calc(100% / 3);
	padding: 10px 13px;
	/*margin: 1% 0;*/
}
/*.bnrArea .inner ul li:first-of-type,
.bnrArea .inner ul li:nth-of-type(4) {
	margin-right: 1%;
}
.bnrArea .inner ul li:last-of-type,
.bnrArea .inner ul li:nth-of-type(3) {
	margin-left: 1%;
}
.bnrArea .inner ul li:nth-of-type(2),
.bnrArea .inner ul li:nth-of-type(5) {
	margin-left: 1%;
	margin-right: 1%;
}*/
.bnrArea .inner ul li a {
	display: block;
}
.bnrArea .inner ul li a:hover {
	opacity: .7;
}

a.syuryou {
	pointer-events: none;
}


/* footer */
footer {
	position: relative;
}
footer .pagetop {
	position: fixed; 
	bottom: 25px;
	right: 25px;
	height: auto;
	z-index: 200;
}
footer .pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #93A6CF;
	color: #fff;
	font-size: 13px;
	cursor: pointer;
	text-align: center;
}
footer .f_top {
	background-color: #F2F5FA;
}
footer .f_top .inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 20px;
}
footer .f_top .inner ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
footer .f_top .inner ul li {
	padding-right: 11px;
	position: relative;
}
footer .f_top .inner ul li:after {
	content: "/";
	position: absolute;
	top: 0;
	right: 0;
}
footer .f_top .inner ul li:last-of-type:after {
	display: none;
}
footer .f_top .inner ul li:nth-of-type(2),
footer .f_top .inner ul li:nth-of-type(3),
footer .f_top .inner ul li:nth-of-type(4) {
	padding-left: 5px;
}
footer .f_top .inner ul li a {
	font-size: 12px;
	line-height: 1;
}
footer .f_bottom {
	border-bottom: 1px solid #E5E5E5;
} 
footer .f_bottom .inner {
	padding: 30px 20px 80px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
} 
footer .f_bottom .inner .left {
	width: 35%;
} 
footer .f_bottom .inner .right {
	width: 65%;
	padding-left: 2%;
} 
footer .f_bottom .inner .left h2 {
	font-size: 15px;
	line-height: 1.4;
	font-weight: 700;
	padding-bottom: 15px;
	border-bottom: 1px solid #E5E5E5;
} 
footer .f_bottom .inner .left .txt {
	font-size: 12px;
	padding: 20px 20px 0 0;
} 
footer .f_bottom .inner .left ul {
	padding-top: 40px;
} 
footer .f_bottom .inner .left ul li:nth-of-type(2) {
	padding-top: 10px;
} 
footer .f_bottom .inner .left ul li a {
	width: 240px;
	display: inline-block;
	padding: 15px 0 15px 50px;
	font-size: 14px;
	background-color: #F2E2E4;
	position: relative;
	border: 1px solid #F2E2E4;
	z-index: 100;
} 
footer .f_bottom .inner .left ul li a:before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
}
footer .f_bottom .inner .left ul li:first-of-type a:before {
	width: 20px;
	height: 20px;
	top: 17px;
	left: 20px;
	background-image: url("../img/common/icon01.png");
}
footer .f_bottom .inner .left ul li:nth-of-type(2) a:before {
	width: 20px;
	height: 16px;
	top: 18px;
	left: 20px;
	background-image: url("../img/common/icon02.png");
}
footer .f_bottom .inner .left ul li a:hover {
	color: #000;
	background-color: #fff;
} 
footer .f_bottom .inner .right .h2Area {
	padding-bottom: 15px;
	border-bottom: 1px solid #E5E5E5;
  position: relative;
} 
footer .f_bottom .inner .right .h2Area:after {
	position: absolute;
	content: "";
	display: block;
	border-bottom: 3px  solid #93A6CF;
	bottom: -2px;
	width: 30%;
} 
footer .f_bottom .inner .right .h2Area a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
} 
footer .f_bottom .inner .right .h2Area a span {
	color: #003C77;
} 
footer .f_bottom .inner .right .f_navArea {
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
} 
footer .f_bottom .inner .right .f_navArea ul {
 width: 50%;
} 
footer .f_bottom .inner .right .f_navArea ul:nth-of-type(1) {
	padding-right: 1%;
} 
footer .f_bottom .inner .right .f_navArea ul:nth-of-type(2) {
	padding-right: 1%;
} 
footer .f_bottom .inner .right .f_navArea ul:nth-of-type(3) {
	padding-left: 1%;
} 
footer .f_bottom .inner .right .f_navArea ul li {
	padding-bottom: 10px;
	line-height: 1.2;
} 
footer .f_bottom .inner .right .f_navArea ul li a {
	font-size: 12px;
	color: #023C77;
	letter-spacing: 0;
} 
footer .f_bottom .inner .right .f_navArea ul li a:hover {
	color: #000;
} 
footer .copyArea .inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 20px 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
}
footer .copyArea .inner .right .logoArea a {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
	color: #000;
}
footer .copyArea .inner .right .logoArea a:hover {
	color: #999;
}
footer .copyArea .inner .right .logoArea a .logo {
	width: 30px;
}
footer .copyArea .inner .right .logoArea a .school {
	padding-left: 5px;
	font-size: 17px;
	line-height: 1;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
}
footer .copyArea .inner .right .addArea {
	padding-top: 30px;
	text-align: right;
}
footer .copyArea .inner .right .addArea p {
	font-size: 13px;
	line-height: 1.5;
}
footer .copyArea .inner .right .addArea p:first-child {
	padding-bottom: 15px;
}
footer .copyArea .inner .left {
	display: flex;
	align-items: flex-end;
}
footer .copyArea .inner .left .desc .nav a {
	font-size: 12px;
	color: #023C77;
	text-decoration: underline;
}
footer .copyArea .inner .left .desc .nav a:hover {
	color: #999;
}
footer .copyArea .inner .left .desc .nav a span {
	padding-right: 5px;
}
footer .copyArea .inner .left .desc .copy {
	padding-top: 10px;
	font-size: 12px;
	color: #023C77;
}

@media screen and (max-width: 1200px) {
	header .h_bottom .inner .gnavArea .gnav li {
		margin: 0 5px;
	}	
	header .h_bottom .inner .gnavArea .gnav li a {
		font-size: 13px;
	}
	header .h_bottom .inner .h1Area01 a h1 {
		padding-left: 7px;
		font-size: 18px;
	}	
}

@media screen and (max-width: 1000px) {
	body {
		font-size: 14px;
	}
	/*header*/
	header {
		height: 80px;
	}	
	.is-animation {	
		height: 60px;
	}
	.toggle {
		display: block;
		top: 36px;
		font-size: 22px;
	}
	.is-animation .toggle {
		top: 27px;
    transition: 1s;
	}
	header .h_top {
		display: none;
	}
	header .h_bottom .inner {
		width: 100%;
		max-width: 100%;
		height: 80px;
	}
	.is-animation .h_bottom .inner {
		height: 60px;
    transition: 1s;
	}
	header .h_bottom .inner .h1Area01 {
		padding-top: 28px;
	}
	.is-animation .h_bottom .inner .h1Area01 {
		padding-top: 20px;
    transition: 1s;
	}
	header .h_bottom .inner .h1Area01 a .logo {
		width: 30px;
	}
	header .h_bottom .inner .h1Area01 a h1 {
		font-size: 16px;
		padding-left: 5px;
	}
	
	header .h_bottom .inner .gnavArea {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 100%;
		width: 100vw;
		height: 100vh;
		background: rgba(255,255,255,0.95);
		z-index: 9998;
		opacity: 0.6;
		transition: all 0.5s;
		display: flex;
		align-items: center;
	}
	header .h_bottom .inner .gnavArea .gnav {
		display: block;
		width: 100%;
		padding: 0;
		background-color: none;
	}
	header .h_bottom .inner .gnavArea .gnav li {
		width: 100%;
		height: 10vh;
		margin: 0;
	}
	header .h_bottom .inner .gnavArea .gnav li a {
		display: block;
		font-size: 16px;
		padding: 8px 0;
		line-height: 10vh;
		text-align: center;
		text-shadow: none;
	}
	header .h_bottom .inner .gnavArea .gnav li a:hover {
		color: #000;
	}
	header .h_bottom .inner .gnavArea .gnav li a:hover:after {
		display: none;
	}
	header .h_bottom .inner .gnavArea.is_show {
		right: 0;
		opacity: 1;
	}
	header .h_bottom .inner .gnavArea .login {
		position: absolute;
		top: 100px;
    left: 50%;
		transform: translateX(-50%);
		width: 100%;
    text-align: center;
	}
	header .h_bottom .inner .gnavArea .login li {
		width: 190px;
    margin-bottom: 10px;
		text-align: center;
		position: relative;
		display: inline-block;
	}
	header .h_bottom .inner .gnavArea .login li a {
		font-size: 11px;
		line-height: 1;
		background-color: #F2E2E4;
		display: block;
		padding: 10px 0;
	}
	header .h_bottom .inner .gnavArea .login li a:before {
		content: "";
		position: absolute;
		background-repeat: no-repeat;
		background-position: center center;
	}
	header .h_bottom .inner .gnavArea .login li:first-of-type a:before {
		width: 12px;
		height: 12px;
		top: 10px;
		left: 10px;
		background-image: url("../img/common/icon01.png");
		background-size: 100%;
	}
	header .h_bottom .inner .gnavArea .login li:nth-of-type(2) a:before {
		width: 12px;
		height: 10px;
		top: 13px;
		left: 10px;
		background-image: url("../img/common/icon02.png");
		background-size: 100%;
	}
		/* main */
	main {
		padding-top: 30px;
	}

}


@media screen and (max-width: 767px) {
	.inner {
		width: 100%;
		max-width: 100%;
	}
	.toggle {
    right: 15px;
	}
	
	/* header */
	header .h_bottom .inner {
    padding: 0 3vw;
}
	header .h_bottom .inner .h1Area01 a .logo {
		width: 25px;
	}
	header .h_bottom .inner .h1Area01 a h1 {
		font-size: 15px;
		padding-left: 3px;
	}
	
/* bnrArea */
	.bnrArea .inner {
		padding: 30px 5vw;
	}
	.bnrArea .inner ul {
		width: 100%;
	}
	.bnrArea .inner ul li {
		width: 50%;
		padding: 5px 10px;
		/*margin: 1% 0;*/
	}
	/*.bnrArea .inner ul li:first-of-type,
	.bnrArea .inner ul li:nth-of-type(3),
	.bnrArea .inner ul li:nth-of-type(5) {
		margin-right: 1%;
	}
	.bnrArea .inner ul li:nth-of-type(2),
	.bnrArea .inner ul li:nth-of-type(4) {
		margin-right: 0;
	}
	.bnrArea .inner ul li:nth-of-type(3),
	.bnrArea .inner ul li:nth-of-type(5),
	.bnrArea .inner ul li:nth-of-type(6) {
		margin-left: 0;
	}
	.bnrArea .inner ul li:nth-of-type(2),
	.bnrArea .inner ul li:nth-of-type(4),
	.bnrArea .inner ul li:nth-of-type(6) {
		margin-left: 1%;
	}*/
	
/* footer */
	footer .f_top .inner {
		width: 100%;
		padding: 15px 3vw;
	}
	footer .f_top .inner ul li {
		padding-right: 8px;
	}
	footer .f_top .inner ul li:nth-of-type(2),
	footer .f_top .inner ul li:nth-of-type(3),
	footer .f_top .inner ul li:nth-of-type(4) {
		padding-left: 2px;
	}
	footer .f_top .inner ul li a {
		font-size: 10px;
	}
	footer .f_bottom {
    border-bottom: none;
	}
	footer .f_bottom .inner {
		padding: 40px 5vw;
		display: block;
	} 
	footer .f_bottom .inner .left {
		width: 100%;
	} 
	footer .f_bottom .inner .right {
		width: 100%;
		padding-left: 0;
	} 
	footer .f_bottom .inner .left h2 {
		font-size: 14px;
		padding-bottom: 10px;
		line-height: 1;
	} 
	footer .f_bottom .inner .left .txt {
		padding: 10px 0 0 0;
	} 
	footer .f_bottom .inner .left ul {
		padding: 30px 0 40px;
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
	} 
	footer .f_bottom .inner .left ul li:nth-of-type(2) {
		padding-top: 0;
		margin-left: 5px;
	} 
	footer .f_bottom .inner .right .h2Area {
		padding-bottom: 10px;
	} 
	footer .f_bottom .inner .right .h2Area a h2 {
		font-size: 17px;
	} 
	footer .f_bottom .inner .right .f_navArea {
		padding-top: 13px;
		display: block;
	} 
	footer .f_bottom .inner .right .f_navArea ul {
		width: 100%;
	} 
	footer .f_bottom .inner .right .f_navArea ul:nth-of-type(1) {
		padding-right: 0;
	} 
	footer .f_bottom .inner .right .f_navArea ul:nth-of-type(2) {
		padding-right: 0;
	} 
	footer .f_bottom .inner .right .f_navArea ul:nth-of-type(3) {
		padding-left: 0;
	} 
	footer .f_bottom .inner .right .f_navArea ul li {
		padding: 13px 0;
		line-height: 1;
		border-bottom: 1px solid #E5E5E5;
	} 
	footer .copyArea .inner {
		width: 100%;
		padding: 20px 5vw;
		display: block;
	}
	footer .copyArea .inner .right .logoArea a .logo {
		width: 25px;
	}
	footer .copyArea .inner .right .logoArea a .school {
		font-size: 15px;
		padding-left: 3px;
	}
	footer .copyArea .inner .right .addArea {
		padding: 30px 0;
		text-align: left;
		border-bottom: 1px solid #E5E5E5;
	}
	footer .copyArea .inner .left {
		display: block;
	}
	footer .copyArea .inner .left .desc {
		display: flex;
		justify-content: space-between;
		padding-top: 15px;
	}
	footer .copyArea .inner .left .desc .nav a {
		font-size: 10px;
	}
	footer .copyArea .inner .left .desc .nav a span {
		padding-right: 2px;
	}
	footer .copyArea .inner .left .desc .copy {
		padding-top: 6px;
		font-size: 10px;
	}
	/* footer */
	footer .pagetop {
		position: fixed;
		bottom: 58px;
		right: 15px;
		height: auto;
	}
	footer .pagetop a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}

@media screen and (max-width: 545px) {
	footer .f_bottom .inner .left ul li a {
		width: 200px;
	} 
} 
@media screen and (max-width: 455px) {
	footer .f_bottom .inner .left ul li a {
		width: 170px;
		font-size: 11px;
	} 
} 

@media screen and (max-width: 400px) {
	footer .f_bottom .inner .left ul li a {
		width: 155px;
		display: inline-block;
		padding: 10px 0 10px 28px;
		font-size: 11px;
	}
	footer .f_bottom .inner .left ul li:first-of-type a:before {
		width: 15px;
		height: 18px;
		top: 10px;
		left: 5px;
		background-image: url(../img/common/icon01.png);
	}	
	footer .f_bottom .inner .left ul li:nth-of-type(2) a:before {
		width: 15px;
		height: 16px;
		top: 12px;
		left: 9px;
		background-image: url(../img/common/icon02.png);
	}
} 

@media screen and (max-width: 350px) {
	/* header */
	header .h_bottom .inner .gnavArea .gnav li a {
		font-size: 14px;
	}
	header .h_bottom .inner .h1Area01 a h1 {
		font-size: 14px;
		padding-left: 2px;
	}
	header .h_bottom .inner .h1Area01 a .logo {
		width: 23px;
	}
	footer .f_bottom .inner .left ul li a {
		width: 146px;
	}
}
