@charset "utf-8";
*{
    margin: 0;
    padding: 0; 
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html{
	font-size: 62.5%;
}
body{
	font-family: 'Noto Serif JP', '游明朝', YuMincho, 'ヒラギノ明朝 ProN', serif;
	font-size: 0;
}

img {
    border: 0;
    max-width: 100%;
}

#aclas2027{
	line-height: 1.5;
	color: #000;
	overflow: hidden;
}
#aclas2027 .layout{
	max-width: 1100px;
	width: 90%;
	margin: auto;
}
#aclas2027 .fade{
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#aclas2027 .ff{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#aclas2027 header{
	background-color: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 101;
	border-bottom: 1px solid #002B5B;
	padding: 25px 0 20px;
}
#aclas2027 header .layout{
	max-width: 1400px;
	width: 95%;
	margin: auto;
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*align-items: stretch;*/
}
#aclas2027 header .logo{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 2;
}
#aclas2027 header .logo .menu-mob{
	display: none;
}
#aclas2027 header .logo a{
	width: 85%;
	max-width: 850px;
}
#aclas2027 header .logo a:hover{
	opacity: 0.8;
}
#aclas2027 header .logo a img{
	display: block;
	width: 100%;
}
#aclas2027 header .anchor-point{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
	z-index: 2;
	position: relative;
	margin-top: -5px;
}
#aclas2027 header .anchor-point>ul{
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	width: 100%;
	column-gap: 28px;
}
#aclas2027 header .anchor-point>ul>li{
	display: flex;
	align-items: stretch;
	justify-content: center;
	position: relative;
}
#aclas2027 header .anchor-point>ul>li>a,
#aclas2027 header .anchor-point>ul>li>.nav-label{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #002B5B;
	text-decoration: none;
	line-height: 1;
	text-align: center;
}
#aclas2027 header .anchor-point>ul>li>.nav-label{
	cursor: default;
}
#aclas2027 header .anchor-point>ul>li>a span,
#aclas2027 header .anchor-point>ul>li>.nav-label span{
	border-bottom: 1px solid transparent;
}
#aclas2027 header .anchor-point>ul>li>a span.active,
#aclas2027 header .anchor-point>ul>li>.nav-label span.active{
	color: #002B5B;
	border-bottom: 1px solid #002B5B;
}
#aclas2027 header .anchor-point>ul>li:hover>a span,
#aclas2027 header .anchor-point>ul>li:hover>.nav-label span{
	color: #002B5B;
	border-bottom: 1px solid #002B5B;
}
#aclas2027 header .anchor-point>ul>li .lis{
	display: none;
	position: absolute;
	background-color: #002B5B;
	bottom: 0;
	left: 50%;
	margin: auto;
	transform: translateY(calc(100% + 15px)) translateX(-50%);

	border-radius: 10px;
}
#aclas2027 header .anchor-point>ul>li .lis:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -15px;
	height: 15px;
}
#aclas2027 header .anchor-point>ul>li .lis ul{
	position: relative;
	padding: 15px 25px;
}
#aclas2027 header .anchor-point>ul>li .lis ul:before{
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 13px solid #002B5B;
	position: absolute;
	left: 0;
	right: 0;
	top: -12px;
	margin: auto;
	z-index: 1;
}
#aclas2027 header .anchor-point>ul>li .lis ul li{
	list-style-type: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#aclas2027 header .anchor-point>ul>li .lis ul li:last-of-type{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#aclas2027 header .anchor-point>ul>li .lis ul li a{
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
}
#aclas2027 header .anchor-point>ul>li .lis ul li a:before{
	content: '・';
	font-size: 1.4rem;
	position: absolute;
	left: -15px;
	top: 0;
	color: #fff;
}
#aclas2027 header .anchor-point>ul>li:hover .lis{
	display: block;
}
#aclas2027 header .anchor-point>ul>li .lis ul li a:hover{
	color: #C9A646;
	border-bottom: 1px solid transparent;
}
#aclas2027 header .anchor-point>ul>li .lis ul li a.active{
	color: #C9A646;
	border-bottom: 1px solid transparent;
}
#aclas2027 header .anchor-point>ul>li .lis ul li a:hover:before{
	color: #C9A646;
}
#aclas2027 header .anchor-point>ul>li .lis ul li a.active:before{
	color: #C9A646;
}
#aclas2027 header .anchor-point>ul>li:last-of-type{
	position: absolute;
	right: 0;
	top: -50px;
}
#aclas2027 header .anchor-point>ul>li .part01{
	display: flex;
	justify-content: center;
	align-items: center;
}
#aclas2027 header .anchor-point>ul>li .part01 a{
	width: 120px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	font-weight: bold;
	color: #002B5B;
	line-height: 1;
	text-decoration: none;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #002B5B;
}
#aclas2027 header .anchor-point>ul>li .part01 a:hover{
	background-color: #002B5B;
	color: #fff;
}
#aclas2027 header .anchor-point>div.part02{
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	column-gap: 7px;
}
#aclas2027 header .anchor-point>div.part02 a{
	width: 120px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	background-color: #002B5B;
	border-radius: 8px;
	border: 1px solid #002B5B;
}
/*#aclas2027 header .anchor-point>div.part02 a:last-of-type{*/
/*	background-color: #EAF6FB;*/
/*	color: #002B5B;*/
/*}*/
#aclas2027 header .anchor-point>div.part02 a:hover{
	background-color: #EAF6FB;
	color: #002B5B;
}
/*#aclas2027 header .anchor-point>div.part02 a:last-of-type:hover{*/
/*	background-color: #002B5B;*/
/*	color: #fff;*/
/*}*/
#aclas2027 .top{
	position: fixed;
	right: 5%;
	bottom: 15%;
}
#aclas2027 .top:hover{
	transform: translateY(-5px);
}
#aclas2027 .top img{
	width: 45px;
	height: auto;
}
#aclas2027 .top img{
	max-width: 100%;
}
#aclas2027 footer{
	padding: 55px 0 35px;
	background-color: #002B5B;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#aclas2027 footer .layout{
	max-width: 1250px;
}
#aclas2027 footer ul.part01{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 20px;
}
#aclas2027 footer ul.part01>li{
	list-style-type: none;
	width: calc((100% - 80px) / 3);
}
#aclas2027 footer ul.part01>li h3{
	font-size: 1.7rem;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #C9A646;
	padding-bottom: 12px;
	margin-bottom: 18px;
}
#aclas2027 footer ul.part01>li p{
	font-size: 1.4rem;
	color: #BDD4E4;
	line-height: 1.7;
}
#aclas2027 footer ul.part01>li a{
	text-decoration: none;
	color: inherit;
	word-break: break-word;
}
#aclas2027 footer ul.part01>li a:hover{
	color: #E4A417;
}
#aclas2027 footer .part02{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	column-gap: 32px;
	row-gap: 5px;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding: 24px 0;
	margin: 48px 0 20px;
}
#aclas2027 footer .part02 a{
	text-decoration: none;
	font-size: 1.3rem;
	color: #90AECC;
}
#aclas2027 footer .part02 a:hover{
	color: #E4A417;
}
#aclas2027 footer .part02 a.active,
#aclas2027 footer .part02 .footer-nav-item>.nav-label.active{
	color: #E4A417;
}
#aclas2027 footer .part02 .footer-nav-item{
	position: relative;
}
#aclas2027 footer .part02 .footer-nav-item>.nav-label{
	display: block;
	text-decoration: none;
	font-size: 1.3rem;
	color: #90AECC;
	cursor: default;
}
#aclas2027 footer .part02 .footer-nav-item:hover>.nav-label{
	color: #E4A417;
}
#aclas2027 footer .part02 .footer-nav-item .lis{
	display: none;
	position: absolute;
	left: 50%;
	bottom: 100%;
	transform: translateX(-50%) translateY(-15px);
	background-color: #F4F8FA;
	border: 1px solid rgba(228, 164, 23, 0.75);
	border-radius: 10px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
	z-index: 3;
}
#aclas2027 footer .part02 .footer-nav-item .lis:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	height: 15px;
}
#aclas2027 footer .part02 .footer-nav-item .lis ul{
	position: relative;
	padding: 15px 25px;
}
#aclas2027 footer .part02 .footer-nav-item .lis ul:after{
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 13px solid #F4F8FA;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -12px;
	margin: auto;
	z-index: 1;
}
#aclas2027 footer .part02 .footer-nav-item .lis ul li{
	list-style-type: none;
	border-bottom: 1px solid rgba(0, 43, 91, 0.18);
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#aclas2027 footer .part02 .footer-nav-item .lis ul li:last-of-type{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#aclas2027 footer .part02 .footer-nav-item .lis ul li a{
	font-size: 1.4rem;
	font-weight: bold;
	color: #002B5B;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
}
#aclas2027 footer .part02 .footer-nav-item .lis ul li a:before{
	content: '・';
	font-size: 1.4rem;
	position: absolute;
	left: -15px;
	top: 0;
	color: #002B5B;
}
#aclas2027 footer .part02 .footer-nav-item:hover .lis{
	display: block;
}
#aclas2027 footer .part02 .footer-nav-item .lis ul li a:hover{
	color: #0B6FAE;
	border-bottom: 1px solid transparent;
}
#aclas2027 footer .part02 .footer-nav-item .lis ul li a:hover:before{
	color: #0B6FAE;
}
#aclas2027 footer .part03{
	font-size: 1.2rem;
	color: #6B8FAD;
	text-align: center;
}

@media only screen and (max-width: 1366px) {
	#aclas2027 header .anchor-point>ul{
		column-gap: 20px;
	}
}
@media only screen and (max-width: 1280px) {
	#aclas2027 header .anchor-point>ul{
		column-gap: 10px;
	}
	#aclas2027 header .anchor-point>ul>li .lis ul{
		padding: 10px 20px;
	}
}
@media only screen and (max-width: 1024px) {
	#aclas2027 header{
		padding: 0;
	}
	#aclas2027 header .layout{
		flex-direction: column;
		padding: 0;
		width: 100%;
	}
	#aclas2027 header .layout:before{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: transparent;
		transition: .3s;
	}
	#aclas2027 header .layout.mob{
		position: relative;
	}
	#aclas2027 header .layout.mob:before{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: -1000vw;
		background-color: #fff;
		transition: .3s;
	}
	#aclas2027 header .logo{
		padding: 10px 2%;
		/*border-bottom: 1px solid #002B5B;*/
	}
	#aclas2027 header .logo .menu-mob{
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		width: 50px;
		height: 50px;
		background: #002B5B;
		border-radius: 5px;
		cursor: pointer;
	}
	#aclas2027 header .logo .menu-mob span{
		display: block;
		width: 65%;
		height: 4px;
		background-color: #fff;
	}
	#aclas2027 header .logo .menu-mob:before{
		content: '';
		width: 65%;
		height: 4px;
		background-color: #fff;
		position: absolute;
		top: 12px;
		left: 0;
		right: 0;
		margin: auto;
		transition: .3s;
	}
	#aclas2027 header .logo .menu-mob:after{
		content: '';
		width: 65%;
		height: 4px;
		background-color: #fff;
		position: absolute;
		bottom: 12px;
		left: 0;
		right: 0;
		margin: auto;
		transition: .3s;
	}
	#aclas2027 header .logo .active span{
		height: 0 !important;
	}
	#aclas2027 header .logo .active:before{
		transform: rotate(-45deg);
		top: 46%;
	}
	#aclas2027 header .logo .active:after{
		transform: rotate(-135deg);
		bottom: 46%;
	}
	#aclas2027 header .anchor-point{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		display: none;
		padding: 0 2%;
		border-bottom: 1px solid #002B5B;
		margin-top: 0;
	}
	#aclas2027 header .anchor-point>ul{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 0;
		width: 100%;
		overflow: auto;
		/*height: 80vh;*/
		margin-top: 0;
	}
	#aclas2027 header .anchor-point>ul>li{
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		border-bottom: 1px solid #002B5B;
		padding: 15px 0;
	}
	#aclas2027 header .anchor-point>ul>li>a,
	#aclas2027 header .anchor-point>ul>li>.nav-label{
		font-size: 1.4rem;
		width: 100%;
		padding: 0;
		justify-content: flex-start;
		align-items: flex-start;
	}
	#aclas2027 header .anchor-point>ul>li>a:hover{
		background-color: transparent;
	}
	#aclas2027 header .anchor-point>ul>li .lis{
		display: block;
		position: static;
		transform: none;
		width: 100%;
		border-radius: 0;
		margin-top: 5px;
	}
	#aclas2027 header .anchor-point>ul>li .lis:before{
		display: none;
	}
	#aclas2027 header .anchor-point>ul>li .lis ul{
		border-radius: 0;
	}
	#aclas2027 header .anchor-point>ul>li .lis ul:before{
		display: none;
	}
	#aclas2027 header .anchor-point>ul>li .lis ul li a{
		white-space: normal;
		font-size: 1.2rem;
	}
	#aclas2027 header .anchor-point>ul>li .lis ul li a:before{
		font-size: 1.2rem;
		top: -1px;
	}
	#aclas2027 header .anchor-point>ul>li:last-of-type{
		position: static;
	}
	#aclas2027 header .anchor-point>ul>li .part01{
		width: 100%;
		justify-content: flex-start;
	}
	#aclas2027 header .anchor-point>ul>li .part01 a{
		padding: 5px;
		width: 32%;
	}
	#aclas2027 header .anchor-point>div.part02{
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		margin: 10px 0;
		column-gap: 0;
	}
	#aclas2027 header .anchor-point>div.part02 a{
		width: 32%;
		margin: 0 !important;
		padding: 5px;
		text-align: center;
	}
	#aclas2027 footer ul.part01{
		column-gap: 30px;
	}
	#aclas2027 footer ul.part01>li{
		width: calc((100% - 60px) / 3);
	}
	#aclas2027 footer ul.part01>li h3{
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	#aclas2027 footer .part02{
		column-gap: 30px;
		padding: 20px 0;
		margin: 45px 0 20px;
	}
}
@media only screen and (max-width: 768px) {
	#aclas2027 footer ul.part01{
		column-gap: 20px;
	}
	#aclas2027 footer ul.part01>li{
		width: calc((100% - 40px) / 3);
	}
	#aclas2027 footer ul.part01>li h3{
		font-size: 1.6rem;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	#aclas2027 footer ul.part01>li p{
		font-size: 1.3rem;
	}
	#aclas2027 footer .part02{
		column-gap: 15px;
		margin: 40px 0 20px;
	}
}
@media only screen and (max-width: 480px) {
	#aclas2027 header .logo .menu-mob{
		width: 40px;
		height: 40px;
	}
	#aclas2027 header .logo .menu-mob span{
		height: 2px;
	}
	#aclas2027 header .logo .menu-mob:before{
		height: 2px;
		top: 12px;
		left: 0;
		right: 0;
	}
	#aclas2027 header .logo .menu-mob:after{
		height: 2px;
		bottom: 12px;
		left: 0;
		right: 0;
	}
	#aclas2027 header .logo .active:before{
		transform: rotate(-45deg);
		top: 48%;
	}
	#aclas2027 header .logo .active:after{
		transform: rotate(-135deg);
		bottom: 47%;
	}
	#aclas2027 footer ul.part01{
		column-gap: 0;
	}
	#aclas2027 footer ul.part01>li{
		width: 100%;
	}
	#aclas2027 footer ul.part01>li h3{
		font-size: 1.6rem;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	#aclas2027 footer .part02{
		column-gap: 10px;
		margin: 30px 0 20px;
		padding: 15px 0;
	}
	#aclas2027 .top img{
		width: 40px;
	}
}
