<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =============================================
 header
============================================= */
.mainHeader:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1920px;
	height: 1024px;
	max-width: 100%;
	background: transparent url(../img/top/header_bg.png) center top no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	overflow: hidden;
	z-index: -1;
}
.mainHeader{
	margin: 0 auto;
	text-align: center;
	width: 1150px;
	max-width: 100%;
	margin-bottom: 25px;
	padding-bottom: 20px;
}
.logo{
	content: "";
	display: block;
	width: 48.583%;
	padding-bottom: 2%;
	margin: 0 auto;
}
.header_title_main{
	content: "";
	background: transparent url(../img/top/header_txt_logo.png) center top no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 60.75%;
	height: 0;
	padding-top: 4.583%;
	padding-bottom: 2%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0 auto;
}

.header_txt_day{
	background: transparent url(../img/top/header_txt_day.png) center top no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 52.75%;
	height: 0;
	padding-top: 4.5%;
	padding-bottom: 2%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0 auto;
}
.header_txt_catch:before{
	content: "";
	position: absolute;
	width: 99%;
	height: 0;
	padding-top: 3.363%;
	left: 0;
	top: 0;
	background: transparent url(../img/common/deco_line.png) center top repeat-x;
}
.header_txt_catch{
	position: relative;
	background: transparent url(../img/top/header_txt_catch.png) center bottom no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 74.333%;
	height: 0;
	padding-top: 2.8%;
	padding-bottom: 2.333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0 auto;
}
.title_sub:before{
	content: "";
	clear: both;
	display: block;
	background: transparent url(../img/common/deco_line.png) center center repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
}
.header_txt{
	text-align: center;
	padding: 2.5% 0;
}
.header_txt p{
	margin: 0;
	padding: 0;
}
.header_txt p+p{
	padding-top: 2.5%;
}

/* =============================================
 contents
============================================= */



/* =============================================
 stage
============================================= */
.stage{
	display: block;
	clear: both;
	width: 1150px;
	max-width: 100%;
	margin: 0 auto;
	padding: 10px 0 50px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;

}

.stage:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
	height: 0;
}
.stage_box{
	position: relative;
	width: 47.826%;
	padding: 0 5% 53px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent url(../img/common/bg_dot.png) 0 0 repeat;
}

.stage_txt{
	position: relative;
	background: transparent url(../img/top/stage_txt.png) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 70%;
	height: 0;
	padding-top: 8.333%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0 auto 15px;
}
.stage_box_place{
	padding: 20px 0 0;
	margin: 0;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2em;
}

.stage_box_name{
	position: relative;
	width: 135%;
	height: 0;
	padding-top: 22.2%;
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
	margin: 0 auto;
	top: 0;
	left: 0;
	-webkit-transform: translate(-13%,0);
	-ms-transform: translate(-13%,0);
	-o-transform: translate(-13%,0);
	transform: translate(-13%,0);
}

.stage_box_txt p{
	position: relative;
	padding: 3% 0;
	margin: 0;
	text-align: left;
	line-height: 2em;
	z-index: 2;
}



/* -------------------------------------------
 stage_wakya
------------------------------------------- */
.stage_wakya{
	border-bottom: 8px solid #3c529a;
	position: relative;
}
.stage_wakya:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
	background: transparent url(../img/top/stage_wakya_footer.png) left bottom no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.stage_wakya .stage_box_name{
	background: transparent url(../img/top/stage_wakya_title.png) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.stage_wakya_btn_application{
	display: block;
	content: "";
	clear: both;
	display: block;
	background: transparent url(../img/top/stage_wakya_btn_application.png) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 316px;
	height: 142px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	max-width: 98%;
	z-index: 2;
}
.stage_wakya_btn_application:hover{
	-webkit-transform: scale(1.02,1.02);
	-ms-transform: scale(1.02,1.02);
	-o-transform: scale(1.02,1.02);
	transform: scale(1.02,1.02);
}
/* -------------------------------------------
 stage_abciee
------------------------------------------- */
.stage_abciee{
	border-bottom: 8px solid #e4007f;
	-webkit-transform: translate(8.833%,0);
	-ms-transform: translate(8.833%,0);
	-o-transform: translate(8.833%,0);
	transform: translate(8.833%,0);
	position: relative;
}
.stage_abciee:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
	background: transparent url(../img/top/stage_abciee_footer.png) left bottom no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.stage_abciee .stage_box_name{
	background: transparent url(../img/top/stage_abciee_title.png) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.stage_abciee_btn_schedule{
	display: block;
	position: relative;
	background: transparent url(../img/top/stage_abciee_btn_schedule.png) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 316px;
	height: 96px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	margin-bottom: 10px;
	max-width: 98%;
	z-index: 2;
}
.stage_abciee_btn_schedule:hover{
	-webkit-transform: scale(1.02,1.02);
	-ms-transform: scale(1.02,1.02);
	-o-transform: scale(1.02,1.02);
	transform: scale(1.02,1.02);
}
.stage_abciee_btn_application{
	position: relative;
	display: block;
	background: transparent url(../img/top/stage_abciee_btn_application.png) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 316px;
	height: 142px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	max-width: 98%;
	z-index: 2;
}
.stage_abciee_btn_application:hover{
	-webkit-transform: scale(1.02,1.02);
	-ms-transform: scale(1.02,1.02);
	-o-transform: scale(1.02,1.02);
	transform: scale(1.02,1.02);
}

.stage_abciee_chara{
	display: block;
	clear: both;
	width: 258px;
	position:  absolute;
	top: 96px;
	right: -92px;
	overflow: hidden;
}
.stage_abciee_chara img{
	width: 100%;
}


/* =============================================
 side
============================================= */
.side{
	margin-top: 56px;
}

/* -------------------------------------------
 facebook
------------------------------------------- */
.facebook{
	margin: 0 auto;
	width: 500px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 90%;	
}
.facebook .side_title{
	position: relative;
	background: #3a5897;
	width: 100%;
	height: 0;
	padding-top: 10%;
	text-align: center;
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
	margin: 0 auto;
}
.facebook .side_title:after{
	content: "";
	background: #3a5897 url(../img/common/sns_facebook.png) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 34%;
	height: 0;
	padding-top: 5%;
}

/* =============================================
 contact
============================================= */

.contact{
	display: inline-block;
	width: auto;
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #fff;
	padding: 15px 5%;
	margin-bottom: 50px;
 	background: transparent url(../img/common/bg_dot.png) 0 0 repeat;
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
	
}
.contact_name{
	padding: 0 0 2% 0;
	margin: 0;
	font-size: 1.3rem;
	line-height: 1.5em;
}
.contact_tel{
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 1.2rem;
	padding-top: 3%;
}
.contact_tel:before{
	content: "";
	position: absolute;
	width: 99%;
	height: 0;
	padding-top: 3.363%;
	left: 0;
	top: 0;
	background: transparent url(../img/common/deco_line.png) left top repeat-x;
}

.contact_tel a{
	text-decoration: none;
	color: #000;
	line-height: 2em;
}
.contact_tel span{
	font-size: 1.5rem;
	font-weight: bold;
}



@media screen and (max-width:1300px) { 
	.stage{
		max-width: 95%;
	}
	.stage_abciee_chara{
		width: 43%;
		right: -29px;
	}

}
@media screen and (max-width:700px) {
	.stage{
		width: 100%;
	}
	.logo{
		width: 80%;
	}
	.header_txt{
		width: 95%;
		margin: 0 auto;
		text-align: left;
	}
	.header_txt br{
		display: none;
	}
	.stage_txt{
		width: 100%;
		height: 0;
		padding-top: 12%;
	}
	.stage{
		display: block;
	}
	.stage_box{
		width: 90%;
		margin: 0 auto;
	}
	.stage_abciee{
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
		margin-top: 20px;
	}
	.header_title_main{
		width: 90%;
		padding-top: 8.5%;
	}
	.header_txt_day{
		width: 90%;
		padding-top: 7.8%;
	}
	.header_txt_catch{
		background: transparent url(../img/top/header_txt_catch2.png) center bottom no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		width: 95%;
		height: 0;
		padding: 19% 0 0;
		margin: 0 auto 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.stage_box_name{
		width: 135%;
		padding-top: 19.8%;
	}
	.stage_abciee .stage_box_place:after{
		width: 46%;
		height: 34%;
		top: 0;
		right: 0;
		-webkit-transform: translate(-2.841%,0);
		-ms-transform: translate(-2.841%,0);
		-o-transform: translate(-2.841%,0);
		transform: translate(32.159%,38%);
	}
	.stage_box_place{
		font-size: 1.3rem;
	}
	.stage_abciee p {
		width: 80%;
	}
	.stage_box_txt p{
		line-height: 1.5em;
	}
	.stage_box_txt p br{
		display: none;
	}
	.contact_tel{
		padding-top: 10px;
	}
	.contact_name span{
		display: block;
		height: 1px;
	}

}

@media screen and (max-width:350px) {
	.stage_wakya_btn_application,
	.stage_abciee_btn_application{
		position: relative;
		width: 90%;
		height: 0;
		padding-top: 40.8%;
		z-index: 3;
	}
	.stage_abciee_btn_schedule{
		width: 90%;
		height: 0;
		padding-top: 27.6%;
	}

}

</pre></body></html>