@charset "UTF-8";
/* CSS Document */

#homeArea.main{
	width: 100%;
	padding: 0;
}
.box{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
h2{
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
	background-repeat: no-repeat;
	background-position: center top;
}
h2 small{
	display: block;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: normal;
}
h2 small::before{
	content: '-';
	margin-right: 10px;
}
h2 small::after{
	content: '-';
	margin-left: 10px;
}





@media screen and (max-width: 999px){
.box{
	width: 100%;
	padding: 0 10px;
}
}/*media*/





#slide{
	overflow: hidden;
}
.bx-wrapper, .bx-viewport{
	overflow: visible !important;
}
.bx-wrapper{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.bx-wrapper::before, .bx-wrapper::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1000px;
	background-color: rgba(0,0,0,0.50);
	z-index: 2;
}
.bx-wrapper::before{
	left: -100%;
}
.bx-wrapper::after{
	right: -100%;
}
.bx-pager{
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translate(-50%, 0);
	overflow: hidden;
}
.bx-pager-item{
	float: left;
	margin: 0 10px;
}
.bx-pager-item a{
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid #111111;
	border-radius: 50%;
	background-color: #ffffff;
	text-indent: 120px;
	white-space: nowrap;
	overflow: hidden;
}
.bx-pager-item a.active, .bx-pager-item a:hover{
	background-color: #111111;
}
.bx-controls-direction{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 3;
}
.bx-controls-direction a{
	display: block;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	border: 2px solid #111111;
	border-radius: 50%;
	background-color: #ffffff;
	transform: translate(0, -50%);
}
.bx-controls-direction a:hover{
	background-color: #111111;
}
.bx-controls-direction a.bx-prev{
	left: -25px;
}
.bx-controls-direction a.bx-next{
	right: -25px;
}
.bx-controls-direction a::before, .bx-controls-direction a::after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transition: all 150ms ease-out;
}
.bx-controls-direction a::before{
	border-top: 2px solid #111111;
	width: 10px;
	height: 10px;
}
.bx-controls-direction a.bx-prev::before{
	left: 12px;
	border-left: 2px solid #111111;
	transform: translate(0, -50%) rotate(-45deg);
}
.bx-controls-direction a.bx-next::before{
	right: 12px;
	border-right: 2px solid #111111;
	transform: translate(0, -50%) rotate(45deg);
}
.bx-controls-direction a::after{
	width: 24px;
	height: 2px;
	background-color: #111111;
	transform: translate(0, -50%);
}
.bx-controls-direction a.bx-prev::after{
	left: 12px;
}
.bx-controls-direction a.bx-next::after{
	right: 12px;
}
.bx-controls-direction a.bx-prev:hover::before{
	left: 7px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}
.bx-controls-direction a.bx-next:hover::before{
	right: 7px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
.bx-controls-direction a.bx-prev:hover::after{
	left: 7px;
	background-color: #ffffff;
}
.bx-controls-direction a.bx-next:hover::after{
	right: 7px;
	background-color: #ffffff;
}





@media screen and (max-width: 999px){
.bx-wrapper, .bx-viewport{
	overflow: hidden;
}
.bx-wrapper{
	width: 100%;
}
.bx-wrapper::before, .bx-wrapper::after{
	content: none;
}
.bx-controls{
	height: 40px;
	position: relative;
}
.bx-pager{
	top: 50%;
	bottom: auto;
	transform: translate(-50%, -50%);
}
.bx-controls-direction{
	display: none;
}
}/*media*/





#homeOpen{
	padding: 70px 0;
	background-color: #ffdee7;
	background-image: url(../images/home_open_bg.gif);
}
#homeOpen h2{
	background-image: url(../images/home_open_icon.png);
	background-size: 50px auto;
	padding-top: 51px;
}
#openDate{
	position: relative;
	overflow: hidden;
	width: 620px;
	padding: 0 10px;
	margin: 0 auto;
}
#openDate ul{
	position: relative;
	float: left;
	left: 50%;
}
#openDate ul li{
	position: relative;
	float: left;
	left: -50%;
	margin: 30px 10px 0;
	padding: 40px 10px 0;
	width: 180px;
	height: 180px;
	background-color: #ee7c9c;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	-webkit-box-shadow: inset 0 0 0 5px #EE7C9C, inset 0 0 0 7px #ffffff;
	box-shadow: inset 0 0 0 5px #EE7C9C, inset 0 0 0 7px #ffffff;
}
#openDate ul li p.date{
	color: #ffffff;
}
#openDate ul li p.date span.year{
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 100%;
}
#openDate ul li p.date span.day{
	display: inline-block;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 100%;
	padding-right: 35px;
	position: relative;
	margin-top: 10px;
}
#openDate ul li p.date span.day small{
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #ffffff;
	color: #111111;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 30px;
}
#openDate ul li p.date span.day small.sat{
	color: #003ebb;
}
#openDate ul li p.date span.day small.sun{
	color: #bb000b;
}
#openDate ul li p.time{
	line-height: 100%;
	margin-top: 10px;
}
#openBtn{
	margin: 40px auto 0;
	width: 620px;
}
#openBtn ul{
	display: block;
	overflow: hidden;
	margin-left: -20px;
}
#openBtn ul li{
	width: 50%;
	padding-left: 20px;
	float: left;
}
#homeOpenFigure01{
	position: absolute;
	left: 0;
	bottom: 0;
}
#homeOpenFigure02{
	position: absolute;
	right: -50px;
	bottom: 10px;
}





@media screen and (max-width: 999px){
#homeOpen{
	padding: 40px 0;
}
#homeOpen>div.box{
	overflow: hidden;
}
#openDate{
	width: 100%;
	padding: 0;
}
#openDate ul{
	float: none;
	left: auto;
}
#openDate ul li{
	float: none;
	left: auto;
	margin: 10px 0 0;
	padding: 17px;
	width: 100%;
	height: auto;
	border-radius: 0;
}
#openDate ul li:first-child{
	margin-top: 30px;
}
#openDate ul li p.date span.year{
	display: inline-block;
}
#openDate ul li p.date span.year::after{
	content: '/';
	display: inline-block;
	margin-right: 5px;
}
#openDate ul li p.date span.day{
	margin-top: 0;
}
#openBtn{
	margin: 30px auto 0;
	width: 100%;
}
#openBtn ul{
	margin-left: 0;
}
#openBtn ul li{
	width: 100%;
	padding-left: 0;
	float: none;
}
#openBtn ul li+li{
	margin-top: 10px;
}
#homeOpenFigure01{
	position: relative;
	left: auto;
	bottom: auto;
	width: 33.5%;
	float: left;
	margin-top: 9%;
}
#homeOpenFigure01 img{
	margin: 0 0 0 auto;
}
#homeOpenFigure02{
	position: relative;
	right: auto;
	bottom: auto;
	width: 66.5%;
	float: right;
	margin-top: 5%;
}
}/*media*/





#homeTopics{
	padding: 70px 0;
}
#homeTopics h2{
	background-image: url(../images/home_topics_icon.png);
	background-size: 46px auto;
	padding-top: 48px;
}
#homeTopics ul{
	border-top: 2px solid #111111;
	border-bottom: 2px solid #111111;
	margin-top: 30px;
}
#homeTopics ul li+li{
	border-top: 1px solid #111111;
}
#homeTopics ul li a{
	display: block;
	color: #111111;
	text-decoration: none;
	overflow: hidden;
	padding: 20px 10px;
	position: relative;
}
#homeTopics ul li.url a, #homeTopics ul li.pdf a{
	padding: 20px 60px 20px 10px;
}
#homeTopics ul li.url a::before, #homeTopics ul li.url a::after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transition: all 150ms ease-out;
}
#homeTopics ul li.url a::before{
	width: 6px;
	height: 6px;
	border-top: 2px solid #111111;
	border-right: 2px solid #111111;
	transform: translate(0, -50%) rotate(45deg);
}
#homeTopics ul li.url a::after{
	width: 13px;
	height: 2px;
	background-color: #111111;
	transform: translate(0, -50%);
}
#homeTopics ul li.url a:hover::before, #homeTopics ul li.url a:hover::after{
	right: 15px;
}
#homeTopics ul li.pdf a::before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	width: 30px;
	height: 39px;
	background-image: url(../images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	transition: all 150ms ease-out;
}
#homeTopics ul li.url a:hover, #homeTopics ul li.pdf a:hover{
	background-color: #f4f4f4;
}
#homeTopics ul li.pdf a:hover::before{
	transform: translate(0, -50%) scale(1.2);
}
#homeTopics ul li a p.date{
	float: left;
	width: 130px;
}
#homeTopics ul li a p.title{
	padding-left: 130px;
	font-weight: bold;
}
#homeTopics ul li a p.summary{
	padding-left: 130px;
}





@media screen and (max-width: 999px){
#homeTopics{
	padding: 40px 0;
}
#homeTopics ul li a p.date{
	float: none;
	width: 100%;
}
#homeTopics ul li a p.title{
	padding-left: 0;
}
#homeTopics ul li a p.summary{
	padding-left: 0;
}
}/*media*/





#homeCourse{
	padding: 70px 0;
	background-color: #f4f4f4;
	background-image: url(../images/home_course_bg.gif);
}
#homeCourse h2{
	background-image: url(../images/home_course_icon.png);
	background-size: 50px auto;
	padding-top: 48px;
}
#homeCourse ul{
	overflow: hidden;
	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;
	margin-left: -20px;
}
#homeCourse ul li{
	width: 320px;
	margin-left: 20px;
	margin-top: 30px;
	background-color: #ffffff;
	position: relative;
}
#homeCourse ul li a{
	display: block;
	height: 100%;
	color: #111111;
	text-decoration: none;
	position: relative;
}
#homeCourse ul li a::before{
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background-color: #111111;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all 150ms ease-out;
	background-image: url(../images/arrow_square.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px auto;
}
#homeCourse ul li a:hover::before{
	width: 35px;
	height: 35px;
}
#homeCourse ul li a>figure{
	overflow: hidden;
}
#homeCourse ul li a>figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#homeCourse ul li a:hover>figure img{
	transform: scale(1.1);
}
#homeCourse ul li a>div{
	padding: 45px 20px 35px;
	position: relative;
}
#homeCourse ul li a>div::before{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: -25px;
	width: 70px;
	height: 70px;
	transform: translate(-50%, 0);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
#homeCourse ul li.academic a>div::before{
	background-image: url(../images/home_course_academic_icon.png);
}
#homeCourse ul li.course a>div::before{
	background-image: url(../images/home_course_course_icon.png);
}
#homeCourse ul li.business a>div::before{
	background-image: url(../images/home_course_business_icon.png);
}
#homeCourse ul li a h3{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 5px;
}
#homeCourse ul li.academic a h3{
	color: #ee7c9c;
}
#homeCourse ul li.course a h3{
	color: #ff9f17;
}
#homeCourse ul li.business a h3{
	color: #8dca0a;
}
#homeCourse ul li a h3 small{
	color: #111111;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
}





@media screen and (max-width: 999px){
#homeCourse{
	padding: 40px 0;
}
#homeCourse ul{
	margin-left: 0;
	margin-top: 10px;
}
#homeCourse ul li{
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
}
}/*media*/





#homeIntroduction{
	padding: 70px 0;
}
#homeIntroduction h2{
	background-image: url(../images/home_introduction_icon.png);
	background-size: 45px auto;
	padding-top: 60px;
}
#homeIntroduction ul{
	overflow: hidden;
	margin-left: -20px;
	margin-top: 10px;
}
#homeIntroduction ul li{
	width: 50%;
	float: left;
	padding-left: 20px;
	margin-top: 20px;
}
#homeIntroduction ul li:first-child{
	width: 100%;
}
#homeIntroduction ul li a{
	display: block;
	border: 1px solid #111111;
	background-color: #ffffff;
	color: #111111;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	position: relative;
	padding-left: 50%;
}
#homeIntroduction ul li a::before{
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background-color: #111111;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all 150ms ease-out;
	background-image: url(../images/arrow_square.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px auto;
}
#homeIntroduction ul li a:hover::before{
	width: 35px;
	height: 35px;
}
#homeIntroduction ul li a>figure{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	overflow: hidden;
}
#homeIntroduction ul li a>figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#homeIntroduction ul li a:hover>figure img{
	transform: scale(1.1);
}
#homeIntroduction ul li a>div{
	overflow: hidden;
	padding: 35px 10px 45px;
}
#homeIntroduction ul li a h3{
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.3;
	margin-top: 10px;
}
#homeIntroduction ul li a h3 small{
	display: block;
	font-size: 70%;
	color: #e4000d;
	line-height: 100%;
	margin-top: 5px;
}





@media screen and (max-width: 1023px){
#homeIntroduction{
	padding: 40px 0;
}
#homeIntroduction ul li{
	width: 100%;
}
}/*media*/