@font-face {
	font-family: "Genjyuu";
	src: url("../fonts/GenJyuuGothic-Bold.eot");
	src: url("../fonts/GenJyuuGothic-Bold.woff") format("woff"), url("../fonts/GenJyuuGothic-Bold.woff2") format("woff2");
}
html {
	font-size: 100%;
}
@media (max-width: 1250px) {
	html {
		font-size: 1.28vw;
	}
}
@media (min-width: 376px) and (max-width: 767px) {
	html {
		font-size: 100%;
	}
}
@media (max-width: 375px) {
	html {
		font-size: 4.2666666667vw;
	}
}

.footer-top1 {
	position: relative;
	margin-bottom: 200px;
/* 	padding-top: calc(60px + 11vw); */
	padding-bottom: 20px;
}
.footer-top1::before, .footer-top1::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 11vw;
}
/* .footer-top1::before {
background: url(../img/footer-top-bg1.png) no-repeat center top/cover;
top: -3px;
left: 0;
} */
.footer-top1::after {
	background: url(../img/footer-top-bg2.png) no-repeat center top/cover;
	bottom: -10vw;
}
@media screen and (max-width: 767px) {
	.footer-top1 {
		padding-top: calc(1.3125rem + 11vw);
		padding-bottom: calc(20px + 1.25rem);
		margin-bottom: 5rem;
	}
}

.footer-top1__menu {
	margin-top: 0.5rem;
}

.footer__mainmenu {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	-webkit-column-gap: 2.125rem;
	-moz-column-gap: 2.125rem;
	column-gap: 2.125rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.footer__mainmenu {
		grid-template-columns: 1fr;
		row-gap: 2.1875rem;
	}
}

.footer__mainmenu li {
	padding: 0px 0.625rem 0.5625rem 0px;
}
@media screen and (max-width: 767px) {
	.footer__mainmenu li {
		padding: 0px 0.375rem 0.375rem 0px;
	}
}

.footer__mainmenu li a {
	display: block;
	aspect-ratio: 260/170;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.footer__mainmenu li a {
		aspect-ratio: 315/100;
		border-radius: 10px;
	}
}

.footer__mainmenu p {
	text-align: center;
}

.footer__mainmenu p span {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 5px;
	height: 32px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}

.footer-top1__menu .footer__mainmenu li:nth-child(1) a,
.footer__mainmenu-bottom .footer__mainmenu li:nth-child(1) a {
	background: url(../img/menu01.png) no-repeat center center/cover;
	-webkit-box-shadow: #f0b9ce 10px 10px;
	box-shadow: #f0b9ce 10px 10px;
}
.footer-top1__menu .footer__mainmenu li:nth-child(1) a p span,
.footer__mainmenu-bottom .footer__mainmenu li:nth-child(1) a p span {
	background: #f0b9ce;
}
@media screen and (max-width: 767px) {
	.footer-top1__menu .footer__mainmenu li:nth-child(1) a,
	.footer__mainmenu-bottom .footer__mainmenu li:nth-child(1) a {
		background: url(../img/menu01-sp.png) no-repeat center center/cover;
		-webkit-box-shadow: #f0b9ce 5px 5px;
		box-shadow: #f0b9ce 5px 5px;
	}
}

.footer-top1__menu .footer__mainmenu li:nth-child(4) a,
.footer__mainmenu-bottom .footer__mainmenu li:nth-child(2) a {
	background: url(../img/menu04.png) no-repeat center center/cover;
	-webkit-box-shadow: #c5e264 10px 10px;
	box-shadow: #c5e264 10px 10px;
}
.footer-top1__menu .footer__mainmenu li:nth-child(4) a p span,
.footer__mainmenu-bottom .footer__mainmenu li:nth-child(2) a p span {
	background: #c5e264;
}
@media screen and (max-width: 767px) {
	.footer-top1__menu .footer__mainmenu li:nth-child(4) a,
	.footer__mainmenu-bottom .footer__mainmenu li:nth-child(2) a {
		background: url(../img/menu04-sp.png) no-repeat center center/cover;
		-webkit-box-shadow: #c5e264 5px 5px;
		box-shadow: #c5e264 5px 5px;
	}
}

.footer-top1__menu .footer__mainmenu li:nth-child(3) a,
.footer__mainmenu-bottom .footer__mainmenu li:nth-child(3) a {
	-webkit-box-shadow: #a1cde0 10px 10px;
	box-shadow: #a1cde0 10px 10px;
}
.footer-top1__menu .footer__mainmenu li:nth-child(3) a p span,
.footer__mainmenu-bottom .footer__mainmenu li:nth-child(3) a p span {
	background: #a1cde0;
}
@media screen and (max-width: 767px) {
	.footer-top1__menu .footer__mainmenu li:nth-child(3) a,
	.footer__mainmenu-bottom .footer__mainmenu li:nth-child(3) a {
		-webkit-box-shadow: #a1cde0 5px 5px;
		box-shadow: #a1cde0 5px 5px;
	}
}

.footer__mainmenu-bottom .footer__mainmenu li:nth-child(3) a {
	background: url(../img/menu06.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
	.footer__mainmenu-bottom .footer__mainmenu li:nth-child(3) a {
		background: url(../img/menu06-sp.png) no-repeat center center/cover;
	}
}

.footer-top1__menu .footer__mainmenu li:nth-child(3) a {
	background: url(../img/menu03.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
	.footer-top1__menu .footer__mainmenu li:nth-child(3) a {
		background: url(../img/menu03-sp.png) no-repeat center center/cover;
	}
}

.footer__mainmenu-bottom .footer__mainmenu li:nth-child(4) a {
	background: url(../img/menu5.png) no-repeat center center/cover;
	-webkit-box-shadow: #ffc400 10px 10px;
	box-shadow: #ffc400 10px 10px;
}
.footer__mainmenu-bottom .footer__mainmenu li:nth-child(4) a p span {
	background: #ffc400;
}
@media screen and (max-width: 767px) {
	.footer__mainmenu-bottom .footer__mainmenu li:nth-child(4) a {
		background: url(../img/menu5-sp.png) no-repeat center center/cover;
		-webkit-box-shadow: #ffc400 5px 5px;
		box-shadow: #ffc400 5px 5px;
	}
}

.footer-top1__menu .footer__mainmenu li:nth-child(2) a {
	background: url(../img/menu2.png) no-repeat center center/cover;
	-webkit-box-shadow: #db4c2d 10px 10px;
	box-shadow: #db4c2d 10px 10px;
}
.footer-top1__menu .footer__mainmenu li:nth-child(2) a p span {
	background: #db4c2d;
}
@media screen and (max-width: 767px) {
	.footer-top1__menu .footer__mainmenu li:nth-child(2) a {
		background: url(../img/menu2-sp.png) no-repeat center center/cover;
		-webkit-box-shadow: #db4c2d 5px 5px;
		box-shadow: #db4c2d 5px 5px;
	}
}

.footer-top1__sns {
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	.footer-top1__sns .container {
		max-width: 480px;
	}
}

.footer-top1__sns ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
@media screen and (max-width: 767px) {
	.footer-top1__sns ul {
		grid-template-columns: 1fr;
	}
}

.footer-top1__banner {
	border-radius: 20px;
	border: 6px solid #bcbfde;
	background: #ffffff;
	margin-top: 3.375rem;
	padding-top: 2.4375rem;
	padding-bottom: 1.8125rem;
}
@media screen and (max-width: 767px) {
	.footer-top1__banner {
		margin-top: 3.125rem;
	}
}

.footer-top1__banner ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	-webkit-column-gap: 1.5625rem;
	-moz-column-gap: 1.5625rem;
	column-gap: 1.5625rem;
}
.footer-top1__banner ul a,
.footer-top1__banner ul img {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.footer-top1__banner ul {
		grid-template-columns: 1fr;
		row-gap: 1.25rem;
	}
}

.footer-top2 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#edf5fc), color-stop(59%, #5d63a3));
	background-image: linear-gradient(#edf5fc 0% 59%, #5d63a3 59% 100%);
}
@media screen and (max-width: 767px) {
	.footer-top2 {
		background-image: -webkit-gradient(linear, left top, left bottom, from(#edf5fc), color-stop(80%, #5d63a3));
		background-image: linear-gradient(#edf5fc 0% 80%, #5d63a3 80% 100%);
	}
}

.footer-top2 .footer-top2__sitemap .drawer-menu__block {
	padding: 1.875rem 1.875rem;
}
.footer-top2 .footer-top2__sitemap .drawer-menu__sublist {
	margin-top: 0.625rem;
}
.footer-top2 .footer-top2__sitemap .drawer-menu__item + .drawer-menu__item {
	margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
	.footer-top2 .footer-top2__sitemap .drawer-menu__item + .drawer-menu__item {
		margin-left: 0;
	}
	.footer-top2 .footer-top2__sitemap .drawer-menu__block {
		padding: 0;
	}
	.footer-top2 .footer-top2__sitemap .drawer-menu__ttl.nosub {
		position: relative;
	}
	.footer-top2 .footer-top2__sitemap .drawer-menu__ttl.nosub::before {
		position: absolute;
		content: "";
		background: url(../img/drawer-arrow.png) no-repeat center center/contain;
		top: 50%;
		right: 19px;
		-webkit-transform: translateY(-50%) rotate(-90deg);
		transform: translateY(-50%) rotate(-90deg);
		width: 9px;
		height: 6px;
	}
	.footer-top2 .footer-top2__sitemap .drawer-menu__item .drawer-menu__ttl {
		padding-top: 0.5625rem;
		padding-bottom: 0.5625rem;
	}
	.footer-top2 .footer-top2__sitemap .drawer-menu__list {
		padding-top: 0.8125rem;
		padding-bottom: 1.75rem;
	}
}

.footer {
	text-align: center;
	background: #3b4079;
	color: #acafd1;
	padding-top: 23px;
	padding-bottom: 23px;
}

.copyright {
	font-size: 12px;
}

.footer__mainmenu-bottom {
	padding-top: 7.4375rem;
	padding-bottom: 5.9375rem;
	position: relative;
}
.footer__mainmenu-bottom::before {
	position: absolute;
	content: "";
	bottom: 1.875rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 85.5rem;
	height: 31.625rem;
	background: url(../img/footer-bg.png) no-repeat center center/contain;
	background-size: 85.5rem 31.625rem;
}

@media screen and (max-width: 767px) {
	.footer__mainmenu-bottom {
		padding-top: 0;
		padding-bottom: 0.4375rem;
		margin-top: 2.375rem;
	}
	.footer__mainmenu-bottom::before, .footer__mainmenu-bottom::after {
		content: none;
	}
}

@media screen and (max-width: 767px) {
	.footer__mainmenu-bottom .container {
		display: contents;
	}
}

.footer__basicmenu {
	position: relative;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
	.footer__basicmenu {
		grid-template-columns: 1fr;
		row-gap: 1.0625rem;
		padding-top: 3.125rem;
		padding-bottom: 1.9375rem;
		margin-top: 1.0625rem;
	}
	.footer__basicmenu::before {
		position: absolute;
		content: "";
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 102%;
		height: 100%;
		background: url(../img/footer-basic-bg.png) no-repeat center center/contain;
	}
}

.footer__basicmenu-logo {
	text-align: left;
}
.footer__basicmenu-logo a {
	display: inline-block;
	width: 18.125rem;
}
@media screen and (max-width: 767px) {
	.footer__basicmenu-logo {
		position: relative;
		text-align: center;
	}
}

.footer__basicmenu-links {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.footer__basicmenu-links {
		position: relative;
	}
}

.footer__basicmenu-links ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.drawer-menu3__snslist {
		margin-top: 0.5rem;
	}
}

.footer__basicmenu-sns ul {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media screen and (max-width: 767px) {
	.footer__basicmenu-sns ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	.footer__basicmenu-sns li {
		position: relative;
	}
}

.u-footer__class{
	border-radius: 10px;
	background: #fff;
	width:290px;
}

footer .drawer-menu__item .drawer-menu__block .u-footer__sublist{
	column-count: 2;
}

.drawer-menu__subitem{
	display:inline;
}

.drawer-menu__block .u-footer__no-wrap{
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
}



/* 東野追加 */
.u-footer__sublist {
	display: flex;
	flex-wrap: wrap;
}
.u-footer__sublist li {
	width: 50%;
}


/* 追加 */
@media screen and (min-width: 768px) {
	.footer-top2__sitemap{
		margin-bottom: 100px;

	}
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
	.footer-top2__sitemap{
		margin-bottom: 6.9444444444vw;
	}
}

.u-footer__drawer{
	padding-bottom: 0;
}

.u-footer__course li a{
	font-size:0.75rem;
}
@media screen and (min-width: 768px) {
.u-footer__course:first-of-type{
	margin-bottom:1rem;
	}
}