@charset "utf-8"; 






/*=============================== mainvisual ================================*/


.mainvisual {
	position:relative;
	width:100%;
	height:400px;
	background-color: #fff;
	z-index: 1;
}
.mainvisual_body {
	width:100%;
	height:100%;
}
.mainvisual_body::before,
.mainvisual_body::after {
	content: " ";
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
}
.mainvisual_body::before {
	background-image: url("../images/wave01.svg");
	background-position: center bottom;
	height: 60px;
	top: 0;
}
.mainvisual_body::after {
	background-image: url("../images/wave02.svg");
	background-position: center top;
	height: 60px;
	bottom: 0;
}


/*
* mainvisual／スライダー
*/
.mainvisual_slide {
	width:100%;
	height:100%;
	margin:0 auto;
	position:relative;
	z-index:1;
}
.mainvisual_slide_body {
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.mainvisual_slide_inner {
	height:100%;
}
.mainvisual_slide_item {
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	will-change: transform;
}
.mainvisual_slide_item a {
	display: block;
	height: 100%;
}

.bx-viewport,
.bx-wrapper,
.bx-window {
	width: 100%!important;
	height:100%!important;
	position: relative;
	z-index: 1;
}
.mainvisual_slide .bx-wrapper {
	width: 850px!important;
	margin: 0 auto;
}
.mainvisual_contents .bx-viewport {
	overflow: visible!important;
}



/*
* mainvisual／コンテンツ
*/
.mainvisual_contents {
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}
.mainvisual_contents_inner {
	width: 850px;
	height: 0;
	margin: 0 auto;
	position: relative;
}
.mainvisual_contents_body {
	width: 340px!important;
	height: 135px;
	position: absolute;
	right: 70px;
	bottom: -7px;
	/*overflow: auto;*/
}
.mainvisual_contents_wrap {
	color: #fff;
	font-weight: bold;
	width: 340px!important;
	height: 100%;
	padding: 15px;
	position: relative!important;
	background-color: #be9c5a;
	border-radius: 5px;
}
.mainvisual_contents_item {
	width:calc(100% - 30px)!important;
	max-height: 105px;
	background-color: #be9c5a;
	border-radius: 5px;
	overflow: auto;
}
.spot_label {
	font-size: 1.8rem;
	border-bottom: solid 1px #fff;
	padding-bottom: 8px;
	margin-bottom: 6px;
	line-height: 1.2;
}
.spot_copy {
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: .02em;
}
.spot_copy a {
	color: #fff;
}






/*
* mainvisual／controll
*/
.bx-controls {
	z-index: 3;
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	top: 0;
}
.bx-controls-direction {
	position: relative;
	height: 100%;
}
.bx-prev,
.bx-next {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 170px;
}
.bx-prev img,
.bx-next img {
	width:60px;
	height: 60px;
	/*position: absolute;
	top: 50%;
	margin-top: -10px;*/
}
.bx-prev {
	left: 17px;
}
.bx-next {
	right: 17px;
}









/*=============================== メイン ================================*/

.l-section {
	
}
.l-section .inner {
	margin:0 auto;
	position: relative;
}
.section_ttl {
	letter-spacing: .2em;
	margin-bottom: 20px;
}







/*=============================== pickup ================================*/

.pickup_area {
	margin-bottom: 84px;
}
.pickup_area .inner {
	width: 900px;
	padding-top: 111px;
}
.pickup_area .section_ttl {
	font-size: 3rem;
	font-weight: bold;
}
.topics_wrap {
	background-color: #ece5de;
	border-radius: 10px;
	margin-bottom: 25px;
	padding: 9px 25px 25px;
}
.topics_wrap.event {
	background-color: #e6e6e6;
}
.topics_ttl {
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: .2em;
	text-align: center;
	margin-bottom: 17px;
}


/* post */

.post_list_body {
	display: flex;
	flex-wrap: wrap;
}
.post_list_item {
	width: 31.765%;
	min-height: 285px;
	margin-left: 2.3525%;
	margin-top: 20px;
}
.post_list_item:nth-child(3n+1) {
	margin-left: 0;
}
.post_list_item:nth-child(-n+3) {
	margin-top: 0;
}
.post_list_item a {
	color: #4c4948;
	text-decoration: none;
	display: block;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	border:solid 3px #fff;
	transition: border-color .5s ease;
}
.post_list_item a:hover {
	border-color: #be9c5a;
}
.post_img {
	margin-bottom: 2px;
	margin-bottom: 10px;
}
.post_list_item .date {
	font-size: 1.2rem;
	margin-bottom: 5px;
}
.post_ttl {
	font-size: 1.4rem;
}


/* post / event */

.post_list.event .post_list_item {
	min-height: 0;
	margin-top: 20px;
}
.post_list.event .post_list_item:nth-child(-n+2) {
    margin-top: 0;
}
.post_list.event .date {
	display: block;
	margin-bottom: 10px;
}
.post_list.event .date span {
	display: block;
	line-height: 1;
	text-align: center;
}
.post_list.event .date .txt_year {
	font-size: 2rem;
	margin-bottom: 6px;
}
.post_list.event .date .txt_day {
	font-size: 3rem;
}
.post_list.event .post_img {
	margin-bottom: 12px;
}
.post_list.event .none_img {
	width: 160px;
	height:  226px;
	background-color: #E9E4E2;
}



/*=============================== 重要なお知らせ ================================*/

.notice_area .inner {
	width: 800px;
	margin: 0 auto;
	padding-top: 160px;
}
.notice_area .section_ttl {
	color: #DA3932;
	font-size: 3rem;
	letter-spacing: .1em;
}
.notice_list {
	border: solid 4px #DA3932;
	border-radius: 10px;
}







/*=============================== 入試情報 ================================*/

.examination_area {
	background-color: #fff;
}
.examination_area .inner {
	width: 850px;
	/*height: 388px;*/
	margin: 0 auto;
	padding-top: 111px;
}
#anchor_notice + #anchor_exam .inner {
	padding-top: 60px;
	padding-bottom: 75px;
}

.exam_list {
	border-top: solid 3px #4C4948;
	border-bottom: solid 3px #4C4948;
}
.exam_item,
.notice_item {
	font-size: 1.6rem;
	color: #4C4948;
	display: flex;
	border-bottom: solid 1px #4C4948;
	padding-top: 15px;
	padding-bottom: 10px;
}
.notice_item {
	border-color: #DA3932;
	padding-left: 15px;
	padding-right: 15px;
}
.exam_item:last-child,
.notice_item:last-child {
	border: 0;
}
.exam_item a,
.notice_item a {
	color: #4C4948;
	text-decoration: none;
}
.exam_item a:hover,
.notice_item a:hover {
	text-decoration: underline;
}
.exam_item .date,
.notice_item .date {
	width: 120px;
}
.exam_ttl,
.notice_ttl {
	width: calc(100% - 110px);
}



/*=============================== 教育・研究 ================================*/

.education-research_area {
	background-image: url( "../images/bg_home_event.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.education-research_area .inner {
	width: 850px;
	padding-top: 28px;
	padding-bottom: 100px;
}
.education-research_area .section_ttl {
	color: #fff;
}
.education-research_area .post_list {
	margin-bottom: 28px;
}

.education-research_area .btn_more {
	width: 275px;
}



/*=============================== イベント ================================*/

.event_area {
	background-color: #ECE5DE;
}
.event_area .inner {
	width: 850px;
	padding-top: 28px;
	padding-bottom: 100px;
}
.event_area .post_list {
	margin-bottom: 28px;
}
.event_area .post_list_item {
	width: 418px;
	margin-left: 14px;
}
.event_area .post_list_item:nth-child(2n+1) {
	margin-left: 0;
}
.event_area .post_img {
	width: 160px;
}
.post_package {
	display: flex;
	flex-direction: row-reverse;
}
.post_txt {
	width: calc(100% - 150px);
	margin-right: 10px;
}






/*=============================== YouTube ================================*/

.youtube_area {
	width: 850px;
	margin:0 auto;
}
.youtube_area_body {
	padding-top: 50px;
	padding-bottom: 60px;
	display: flex;
}
.youtube_area_item {
	width: 273px;
	margin-left: 15.5px;
}
.youtube_area_item:first-child {
	margin-left: 0;
}
.youtube_area_item a {
	transition: opacity .5s ease;
	color: #000;
	text-decoration: none;
	display: block;
	position: relative;
}

.youtube_area_item a:hover {
	opacity: .6;
}
.youtube_area_item img {
	border: solid 3px #be9c5a;
	margin-bottom: 5px;
}
.youtube_area_item figure > a::before {
	content: " ";
	display: block;
	width: 40.5px;
	height: 28.5px;
	background-image: url( "../images/icon_movie_thumb.svg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.youtube_area_item figcaption {
	font-size: 1.4rem;
	text-align: center;
}
.icon_new {
	color: #FF0000;
}






