@charset "UTF-8";

/* common
------------------------------------------------*/
#contents {
	background: none;
}

/* visual
------------------------------------------------*/
#visual {
	position: relative;
	text-align: center;
}
#visual .catch {
	position: absolute;
	top: 50%;
	z-index: 100000;
	width: 100%;
	margin: -1em 0 0;
	text-shadow: 0 0 5px #000;
	font-weight: bold;
	font-size: 40px;
	color: #fff;
}

@media screen and (max-width: 1095px) {
	#visual .catch {
		font-size: 30px;
	}
}
@media screen and (max-width:767px) {
	#visual .catch {
		margin: -2em 0 0;
		font-size: 18px;
	}
	#visual p .block {
		display: block;
	}
	#visual .slider {
		margin: 0 0 20px;
	}
}

/*
#visual {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
#visual .bg img {
	width: 100%;
	height: auto;
}
#visual .catch {
	position: absolute;
	top: 35%;
	z-index: 100000;
	width: 100%;
	margin: -1em 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	color: #fff;
}
#visual .catch img {
	max-width: 90%;
	height: auto;
}

@media screen and (max-width:767px) {
	#visual .catch {
		font-size: 18px;
	}
}
*/
/*opencampus visual ---- backup

#visual {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(img/vis-bg.jpg) no-repeat center center;
	background-size: cover;
	height: 80vh;
	margin: 0 0 30px;
}
#visual img {
	display: block;
	margin: 0 0 10px;
}

@media screen and (max-width: 1095px) {
	#visual {
		background: url(img/vis-bg.jpg) no-repeat bottom center;
		height: 290px;
	}
	#visual img {
		max-width: calc( 100% - 20px );
		height: auto;
		margin: 0 10px 5px;
	}
}
@media screen and (max-width:769px) {
	#visual {
		background: url(img/vis-bg.jpg) no-repeat bottom center;
		background-size: cover;
		height: auto;
		padding: 90px 0 0;
	}
}
*/

/* pickup-news
------------------------------------------------*/
#pickup-news p {
	margin: 20px 0 50px;
}
#pickup-news a {
	background: #efefef;
	padding: 15px 20px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #333;
	position: relative;
}
#pickup-news a::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -6px;
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: transparent transparent #888 #888;
	transform: rotate(-135deg);
}
#pickup-news a:hover {
	opacity: 0.8;
}
#pickup-news a .tag {
	background: #DC4D41;
	margin: 0 10px 0 0;
	padding: 5px 1em 5px 1.5em;
	letter-spacing: 0.5em;
	font-size: 0.7em;
	color: #fff;
}

@media screen and (max-width:769px) {
	#pickup-news p {
		margin: 30px 10px;
	}
	#pickup-news a {
		padding-right: 30px;
		text-align: left;
		line-height: 1.5;
		font-size: 1em;
	}
	#pickup-news a .tag {
		display: block;
		margin: 0 7px 5px 0;
		padding: 5px 10px;
		line-height: 1;
		text-align: center;
	}
	#pickup-news a::after {
		right: 15px;
	}
}

/* notice
------------------------------------------------*/
#notice {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#notice div {
	width: 49%;
	margin: 0 0 10px;
}
#notice div:nth-child(2n) {
	margin-left: 2%;
}
#notice div a {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#notice div img {
	width: 120px;
}
#notice dl {
	width: -webkit-calc(100% - 135px);
	width: calc(100% - 135px);
}
#notice dt {
	margin: 0 0 5px;
	font-size: 17px;
	font-weight: bold;
}
#notice dd {
	font-size: 14px;
}

@media screen and (max-width: 1095px) {
	#notice {
		padding: 0 20px;
	}
	#notice div {
		width: 100%;
	}
	#notice div:nth-child(2n) {
		margin-left: 0;
	}
	#notice div img {
		margin: 0;
	}
	#notice dt {
		font-size: 16px;
	}
}
@media screen and (max-width:769px) {
	#notice div {
		margin: 0 0 20px;
	}
}

@media screen and (max-width:480px) {
	#notice {
		padding: 0 10px;
	}
	#notice div {
		margin-bottom: 10px;
	}
	#notice div:last-child {
		margin-bottom: 0;
	}
	#notice div img {
		width: 80px;
		height: auto;
	}
	#notice dl {
		width: -webkit-calc(100% - 90px);
		width: calc(100% - 90px);
	}
	#notice dt {
		margin-bottom: 0;
		line-height: 1.4;
	}
	#notice dd {
		font-size: 12px;
	}
}

/* subject
------------------------------------------------*/
#subject {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 30px 0 0;
}
#subject a {
	display: block;
	position: relative;
	height: 250px;
	padding: 25px 0 0;
	box-sizing: border-box;
	color: #fff;
}
#subject div {
	position: relative;
	z-index: 0;
	background: #000;
	width: 33.333%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	border-right: 1px solid #fff;
	box-sizing: border-box;
	text-align: center;
}
#subject div:nth-child(1):before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(img/subject01.jpg) no-repeat;
	background-size: cover;
	opacity: 0.8;
}
#subject div:nth-child(2):before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(img/subject02.jpg) no-repeat;
	background-size: cover;
	opacity: 0.8;
}
#subject div:nth-child(3) {
	border: 0;
}
#subject div:nth-child(3):before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(img/subject03.jpg) no-repeat;
	background-size: cover;
	opacity: 0.8;
}
#subject div:nth-child(1):hover:before,
#subject div:nth-child(2):hover:before,
#subject div:nth-child(3):hover:before {
	opacity: 1;
}
#subject h2 {
	margin: 0;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
}
#subject p {
	margin: 0 0 10px;
	font-size: 13px;
}
#subject h2 + p {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
#subject p.more {
	position: absolute;
	left: 50%;
	bottom: 30px;
	width: 200px;
	border: 2px solid #fff;
	margin: 0 0 0 -100px;
	padding: 5px 20px;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	font-size: 15px;
	font-weight: bold;
	-webkit-transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	-o-transform: skew(-10deg);
	transform: skew(-10deg);
}
#subject p.more span {
	font-size: 13px;
	font-weight: normal;
}
#subject a:hover p.more {
	background: #fff;
	color: #222;
}
#subject p.more:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: transparent transparent #111739 #111739;
	margin: -7px 0 0;
	transform: rotate(-135deg);
}
#subject p.more:last-child:after {
	border-color: transparent transparent #fff #fff;
}

@media screen and (max-width: 1095px) {
	#subject {
		margin: 10px 0 0;
	}
	#subject div {
		width: 100%;
		border: 0;
		border-bottom: 1px solid #fff;
	}
}

/* blog-area
------------------------------------------------*/
#blog-area {
	position: relative;
	height: 620px;
	box-sizing: border-box;
	overflow: hidden;
}
#blog-area #bgvid {
	width: 100%;
	z-index: 1;
	opacity: 0.25;
}
#blog-area .inner {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 0;
}
#blog-area h2 {
	line-height: 1;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}
#blog-area h2 span {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}
#blog-area p.more a {
	display: block;
	width: 200px;
	border: 2px solid #111739;
	margin: 0 auto;
	padding: 5px 20px;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 15px;
	font-weight: bold;
	color: #111739;
	-webkit-transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	-o-transform: skew(-10deg);
	transform: skew(-10deg);
	position: relative;
}
#blog-area p.more span {
	font-size: 13px;
	font-weight: normal;
}
#blog-area p.more a:hover {
	background: #111739;
	color: #fff;
}
#blog-area p.more a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: transparent transparent #111739 #111739;
	margin: -7px 0 0;
	transform: rotate(-135deg);
}
.tabContainer {
	overflow-x: auto;
}
.tabContainer::-webkit-scrollbar {
	height: 5px;
}
.tab {
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}
.tab__button {
	width: 33%;
}
div.tab__button a {
	display: block;
	background: #4e5465;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	-webkit-transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	-o-transform: skew(-10deg);
	transform: skew(-10deg);
}
div.tab__button a:hover,
div.tab__button.active a,
div.tab__button.active a:hover {
	background: #212846;
	-webkit-transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	-o-transform: skew(-10deg);
	transform: skew(-10deg);
}
.contents__content {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}
.contents__content div {
	background: #fff;
	width: 340px;
	padding: 0 0 20px;
}
.contents__content div a {
	display: block;
}
.contents__content div h3 {
	margin: 0 0 5px;
	padding: 0 20px;
	min-height: 3em;
	font-size: 18px;
	font-weight: bold;
}
.contents__content div h3 + p {
	margin: 0 0 10px;
	padding: 0 20px;
	font-size: 14px;
}
.contents__content div p.data {
	padding: 0 20px;
	font-size: 13px;
	color: #555;
}
.contents__content div p.thum {
	overflow: hidden;
	height: 210px;
	margin: 0 0 10px;
	text-align: center;
}
.contents__content div img {
	max-width: 100%;
	height: auto;
	margin: 0 0 15px;
}

@media screen and (max-width: 1095px) {
	video {
		display: none;
	}
	#blog-area {
		background: url(img/bg.jpg) no-repeat center center;
		background-size: cover;
		height: auto;
		padding: 30px 10px;
	}
	#blog-area .inner {
		position: initial;
	}
	.tab {
		flex-wrap: wrap;
	}
	.tab__button {
		width: 44%;
		margin: 0 0 5px;
	}
	.contents__content div {
		width: 49%;
	}
	.contents__content div:last-child {
		display: none;
	}
	.contents__content div h3 {
		min-height: auto;
	}
	.contents__content div p.data {
		margin: 5px 0;
	}
	.contents__content div p.thum {
		overflow: initial;
		height: auto;
		margin: 0;
	}
}
@media screen and (max-width:769px) {
	.contents__content div {
		padding: 0 0 5px;
	}
	.contents__content div h3 {
		padding: 0 10px;
		font-size: 16px;
	}
	.contents__content div h3 + p {
		padding: 0 10px;
		font-size: 13px;
	}
	.contents__content div p.data {
		padding: 0 10px;
	}
	.contents__content div p.data span {
		display: block;
	}
}

/* event-area
------------------------------------------------*/
#event-area {
	padding: 50px 0;
}
#event-area h2 {
	margin: 0 0 30px;
	line-height: 1;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}
#event-area h2 span {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}
#event-area .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#event-area .inner::after {
	content: none;
}
#event-area .calendar {
	width: 49%;
}
#event-area > p.more {
	margin: -15px auto 30px;
}
#event-area > p.more a {
	display: block;
	width: 200px;
	border: 2px solid #111739;
	margin: 0 auto;
	padding: 5px 20px;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 15px;
	font-weight: bold;
	color: #111739;
	-webkit-transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	-o-transform: skew(-10deg);
	transform: skew(-10deg);
	position: relative;
}
#event-area > p.more a:hover {
	background: #111739;
	color: #fff;
}
#event-area > p.more a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: transparent transparent #111739 #111739;
	margin: -7px 0 0;
	transform: rotate(-135deg);
}
#event-area .next {
	width: 525px;
}
#event-area .next .box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background: #111739;
	margin: 0 0 10px;
	padding: 30px;
	color: #fff;
}
#event-area .next .box div {
	width: 55%;
	font-size: 20px;
	font-weight: bold;
}
#event-area .next .box div p + p {
	font-size: 60px;
}
#event-area .next .box div p + p span {
	background: #e07510;
	margin: 0 0 0 0.5em;
	padding: 8px;
	border-radius: 20px;
	font-size: 25px;
}
#event-area .next .box div p.more a {
	display: block;
	border: 2px solid #fff;
	width: 210px;
	padding: 5px 20px;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	-webkit-transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	-o-transform: skew(-10deg);
	transform: skew(-10deg);
}
#event-area .next .box div p.more span {
	background: none;
	font-size: 13px;
	font-weight: normal;
}
#event-area .next .box div p.more a:hover {
	background: #fff;
	color: #111739;
}
#event-area .next .box ul {
	width: 45%;
}
#event-area .next .box li {
	margin: 0 0 10px;
	padding: 0 0 0 50px;
	font-size: 17px;
}
#event-area .next .box .icon_lunch {
	background: url(img/icon_lunch.png) no-repeat left 10px center;
}
#event-area .next .box .icon_bus {
	background: url(img/icon_bus.png) no-repeat left center;
}
#event-area .next .box ul + p {
	width: 100%;
	margin: 20px 0 0;
	font-size: 17px;
}
#event-area .next .bnr {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
#event-area .next .bnr li {
	width: 49%;
	text-align: center;
	color: #111739;
}
#event-area .next .bnr li img {
	max-width: 100%;
	height: auto;
	margin-bottom: 5px;
}
@media screen and (max-width: 1095px) {
	#event-area .calendar {
		width: 80%;
		margin: 0 auto 20px;
		box-sizing: border-box;
	}
	#event-area .next {
		margin: 0 auto;
	}
}
@media screen and (max-width:769px) {
	#event-area .calendar {
		width: 100%;
		padding: 0 10px;
	}
	#event-area .next {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#event-area .next .box {
		margin-bottom: 10px;
	}
	#event-area .next .box div {
		width: 100%;
		text-align: center;
	}
	#event-area .next .box div p.more a {
		margin: 0 auto 20px;
	}
	#event-area .next .box ul {
		width: auto;
		margin: 0 auto;
	}
	#event-area .next .box div p + p {
		font-size: 50px;
	}
	#event-area .next .box ul + p {
		font-size: 16px;
	}
}

/* movie
------------------------------------------------*/
#movie {
	background: #f5f5f5;
	padding: 50px 0;
}
#movie h2 {
	margin: 0 0 30px;
	line-height: 1;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}
#movie h2 span {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}
#movie p a {
	display: block;
	border: 2px solid #111739;
	width: 210px;
	margin: 0 auto;
	padding: 10px 20px;
	box-sizing: border-box;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #111739;
	-webkit-transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	-o-transform: skew(-10deg);
	transform: skew(-10deg);
}
#movie p a:hover {
	background: #111739;
	color: #fff;
}
#movie p a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: transparent transparent #111739 #111739;
	margin: -7px 0 0;
	transform: rotate(-135deg);
}
#movie .inner:after {
	content: "";
	display: block;
	clear: both;
}
#movie li {
	float: left;
	width: 32%;
	margin: 0 2% 30px 0;
}
#movie li:last-child {
	margin: 0 0 30px;
}

@media screen and (max-width: 1095px) {
	#movie ul {
		padding: 0 20px;
		box-sizing: border-box;
	}
	#movie li {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
}

/* sns-area
------------------------------------------------*/
#sns-area {
	padding: 50px 0;
}
#sns-area h2 {
	margin: 0 0 30px;
	line-height: 1;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}
#sns-area h2 span {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}
#sns-area ul {
	display: table;
	border-collapse: separate;
	border-spacing: 20px 0;
	margin: 0 auto 40px;
}
#sns-area ul li {
	display: table-cell;
	vertical-align: middle;
}
#sns-area .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sns-area .flex .box {
	width: 49%;
}

@media screen and (max-width: 1095px) {
	#sns-area .flex .box {
		width: 100%;
		margin: 0 0 20px;
		padding: 0 10px;
		box-sizing: border-box;
		text-align: center;
	}
}
@media screen and (max-width: 520px) {
	#sns-area .flex .box {
		overflow: hidden;
	}
}
@media screen and (max-width: 480px) {
	#sns-area {
		padding-left: 10px;
		padding-right: 10px;
	}
	#sns-area ul {
		border-spacing: 10px 0;
	}

}
