/* top */
#hero .swiper-wrapper .swiper-slide {
	max-width: 1280px;
	margin: 0 auto;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	left: 15%;
	right: auto;
	bottom: 10px;
}

.button-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 1280px;
	width: 100%;
	height: 0;
	margin: auto;
}

.swiper-button-prev {
	left: 4.453%;
	right: auto;
	transform: scale(-1, 1);
}

.swiper-button-next {
	right: 4.453%;
	left: auto;
}


/* NEWS */
#news {
	padding: 35px 0;
}

#news h2 img {
	width: 19.14%;
}

#news ul {
	display: flex;
	flex-wrap: wrap;
	width: 75.3125%;
	margin: 0 auto 16px;
	text-align: center;
}

#news ul li {
	display: block;
	flex-basis: 50%;
	background: #fff;
	margin-bottom: 0;
}


#news ul li a {
	display: flex;
}

#news ul li a.hover {
	display: flex;
	opacity: 0.5;
	transition: 0.4s;
}

.newstopicsThumb,
.newstopicsInfo {
	width: 50%;
}

.newstopicsThumb {
	flex: auto;
	order: 2;
	margin: 0;
}

.newstopicsInfo {
	flex: auto;
	order: 1;
}

.newstopicsCategory {
	text-align: center !important;
}

.newstopicsDate {
	display: inline-block;
	padding: 5px;
}

#news ul li:nth-child(4n+3) .newstopicsThumb,
#news ul li:nth-child(4n+4) .newstopicsThumb,
.newstopicsReverse .newstopicsThumb {
	order: 1;
}

#news ul li:nth-child(4n+3) .newstopicsInfo,
#news ul li:nth-child(4n+4) .newstopicsInfo,
.newstopicsReverse .newstopicsInfo {
	order: 2;
}

.newstopicsThumb.opencampus {
	position: relative;
}

.newstopicsThumb.opencampus span {
	color: #4EC5C0;
}

.newstopicsThumb.opencampus .opencampusDate {
	position: absolute;
	bottom: 19px;
	right: 5px;
	font-size: 2.65vw;
	line-height: 1;
}

.newstopicsThumb.opencampus .dayoftheweek {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 1.015vw;
	line-height: 1;
}

.newstopicsInfo {
	padding: 20px;
}

.newstopicsCategory {
	background: url('../../img/top/icon_newstopics-pc.svg') no-repeat center 7px;
	background-size: 100%;
	width: 100%;
	height: 42px;
	margin: 0 auto -8px;
	font-size: 1.015vw;
	border:none;
	padding-bottom: 0;
}

#news ul li:nth-child(4n+3) .newstopicsCategory,
#news ul li:nth-child(4n+4) .newstopicsCategory,
.newstopicsReverse .newstopicsCategory {
	background: url('../../img/top/icon_newstopics-pc-rev.svg') no-repeat center 7px;
	background-size: 100%;
	width: 100%;
	height: 42px;
	margin: 0 auto -8px;
	font-size: 1.015vw;
}

.newstopicsDate {
	border: solid 1px #000;
	font-size: 0.625vw;
}

#news h4 {
	margin: 15px 0 0;
	font-size: 1.17vw;
}

main section h3 {
	letter-spacing: 0;
	text-indent: 1em;
}
#news ul li h3 {
	letter-spacing: 0 !important;
	text-indent: 1em;
	font-weight: 700;
}
#news ul li:nth-child(4n+3) h3,
#news ul li:nth-child(4n+4) h3 {
	text-indent: -1em;
}

@media screen and (min-width: 1280px) {
	.newstopicsThumb.opencampus .opencampusDate {
		font-size: 2.65vw;
	}

	.newstopicsThumb.opencampus .dayoftheweek {
		font-size: 1.3rem;
	}

	.newstopicsInfo {
		padding: 20px;
	}

	.newstopicsCategory {
		font-size: 1.3rem;
	}

	#news ul li:nth-child(4n+3) .newstopicsCategory,
	#news ul li:nth-child(4n+4) .newstopicsCategory,
	.newstopicsReverse .newstopicsCategory {
		font-size: 1.3rem;
	}

	.date {
		font-size: 0.8rem;
	}

	#news h4 {
		font-size: 1.5rem;
	}
}

h3.newstopicsCategory.opencampus {
	text-indent: -1em;
}

/* Special Contents */

.specialContentsMain {
	padding-top: 0;
	height: 450px;
}

.specialContentsBtn {
	margin-bottom: 32px;
}

.specialContentsBtn a {
	width: 160px;
}

/*

#specialContents {
	background: url('../../img/top/bg_special_pc.jpg') center no-repeat;
	background-size: cover;
	margin-top: 30px;
	padding: 50px 0;
}

#specialContents h2 img {
	width: 19.92%;
}

#home #specialContents h2 + h3 {
	font-size: 1.5rem;
}

#specialContentsListWrapper {
	overflow: hidden;
}

#specialContentsList.swiper-wrapper {
	flex-wrap: nowrap;
	justify-content: center;
}

#specialContentsList.swiper-wrapper.slider-cont {
	justify-content: start;
}


#specialContentsList li.swiper-slide:first-child:nth-last-child(2),
#specialContentsList li.swiper-slide:first-child:nth-last-child(2) ~ li {
	width: 33.59%;
	margin: 0 1.406vw;
}

#specialContentsList li.swiper-slide,
#specialContentsList li.swiper-slide:nth-child(n+3) {
	display: block;
}

.specialThumb {
	padding-top: 52.38%;
}

.specialThumb img {
	width: 100%;
	height: auto;
}

.specialTextSub {
	width: 51%;
}

*/

/* messag{e */
#message {
	background: url('../../img/top/message_img_pc.jpg');
	background-size: cover;
	max-width: 1280px;
	margin: 50px auto 0;
	padding: 0;
}

#message .inner {
	min-height: 600px;
	padding: 3.9% 0;
}

#message h2 {
	display: none;
}

#message h3 {
	width: 60.96%;
	margin: auto;
}

#message h3 img {
	display: block;
	width: 100%;
}

#message p {
	font-size: 1.4rem;
}

#message .content-inner {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
	margin-bottom: 80px;
	background: #fff;
	width: 474px;
	border: solid 50px #00AF9E;
	border-radius: 50%;
	transform: translateY(0);
	z-index: 2;
}

#message .content-inner::before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}

.message_cont {
	position: absolute;
	top: 85px;
	width: 374px;
	margin: auto;
}

.messagePhoto {
	display: none;
}

/*

.messagePhoto img {
	width: 100%;
	height: auto;
}

*/

#message .btnArea {
	position: static;
	margin: 0 auto;
	padding: 0;
	width: 12.65%;
	max-width: 162px;
}

#message .btnArea a {
	/* width: 43.75vw; */
	/* max-width: 560px; */
	/* margin: auto; */
	width: 100%;
}

/* passing */

#passing .passingUpper {
	background: url('../../img/top/passing_bg.jpg') no-repeat;
}

#passing .passingUpper .content-inner {
	position: relative;
	background: none;
	padding-top: 0;
}

#passing .passingUpper .content-inner::after {
	content: '';
	display: block;
	background: url('../../img/top/passing_img_pc.jpg') no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 52.5%;
}

#passing .passingUpper .content-inner h2 {
	position: absolute;
	top: 13.7%;
	left: 11%;
	right: auto;
	width: 34.5%;
	max-width: 442px;
	margin: auto;
}


.passingMain {
	padding-top: 0;
	height: 672px;
}

/*
.passingMain {
	width: 52.81%;
	padding-top: 35px;
}
*/

.passingBtn {
	bottom: 50px;
	width: 100%;
}

.passingBtn a {
	/* width: 43.75%; */
	width: 12.65%;
	text-align: center;
	/* max-width: 560px; */
	max-width: 162px;
}

.passingLower {
	background: transparent url('../../img/top/bg_passinglower.jpg') center center/cover;
	padding: 0 0 22px;
}

.passingLower-inner {
	display: flex;
	align-items: flex-end;
	width: 74.375%;
	margin: auto;
}

.passingLower h3 {
	width: 18.55%;
	margin: 0 2.1% 0 0;
	transform: translate( 0, -16.14%);
}

.passingLower h3 img {
	width: 100%;
}

.passingLower .btnArea {
	width: 59.87%;
	margin: 0;
	padding-left: 25px;
}

/* department */
#department .inner {
	position: relative;
}

#department .inner {
	padding-top: 0;
	height: 660px;
	background-image: url('../../img/top/department_bg_pc.jpg');
	background-position: 50% 50%;
	background-size: cover;
}

/*
#department .inner::before {
	background-size: auto 100%;
	background-position: 0 center;
	height: 660px;
}
*/

.departmentUpper {
	position: absolute;
	top: 21%;
	right: 16.57%;
	width: 29.29%;
	max-width: 375px;
	background: #fff;
	box-shadow: 4px 4px 3px rgba(0,0,0,0.1);
}

@media screen and (min-width: 1280px) {
	.departmentUpper {
		right: calc( (100vw - 1280px) / 2 + 212px);
	}
}

.departmentUpper .content-inner {
	margin: 70px 12%;
}

#department h2 {
	width: 46.13%;
	margin: 0 auto 35px;
	transform: none;
}

#department p {
	width: 72%;
	margin: 0 auto 35px;
	font-size: 1.17vw;
}

.departmentLower {
	background: url('../../img/top/bg_departmentlower_pc.jpg') no-repeat center center/cover;
	padding: 0 0 22px;
}

.departmentLower-inner {
	display: flex;
	align-items: flex-end;
	width: 74.375%;
	margin: auto;
}

.departmentLower h3 {
	width: 18.55%;
	margin: 0 2.1% 0 0;
	transform: translate( 0, -16.14%);
}

.departmentLower h3 img {
	width: 100%;
}

.departmentLower .btnArea {
	width: 59.87%;
	margin: 0;
	padding-left: 25px;
}

@media screen and (min-width: 1280px) {
	#department p {
		font-size: 1.5rem;
	}

}


/* graduation */
.graduationUpper {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url('../../img/top/graduation_img_pc.jpg') no-repeat bottom center;
	background-size: cover;
	height: 660px;
	padding: 43px 6.24vw;
}

.graduationUpper .content-inner {
	max-width: 560px;
}

.graduationUpper h2 img,
.graduationUpper h3 img {
	display: block;
	width: 100%;
}

.graduationUpper h2 {
	width: 47.32%;
	margin: 0 auto 35px;
	padding: 20px 15px;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
}

.graduationUpper h3 {
	width: 45.89%;
	margin-bottom: 35px;
}

.graduationUpper p {
	width: 52%;
	margin: 0 auto 60px;
	font-size: 1.171vw;
	line-height: 2;
}

.graduationUpper a {
	width: 100%;
	margin: auto;
}

.graduationLower {
	background: transparent url('../../img/top/bg_graduationlower.jpg') no-repeat center center/cover;
	padding: 0 0 22px;
}

.graduationLower-inner {
	display: flex;
	align-items: flex-end;
	width: 74.375%;
	margin: auto;
}

.graduationLower h3 {
	width: 18.55%;
	margin: 0 2.1% 0 0;
	transform: translate( 0, -16.14%);
}

.graduationLower h3 img {
	width: 100%;
}

.graduationLower .btnArea {
	width: 59.87%;
	margin: 0;
	padding-left: 25px;
}

@media screen and (min-width: 1280px) {
	.graduationUpper h3 {
		font-size: 2.6rem;
	}

	.graduationUpper p {
		font-size: 1.5rem;
	}
}


/* campuslife */
#campuslife {
	background: url('../../img/top/campuslife_bg.png') repeat-x;
	background-size: auto 100%;
}

#campuslife h2 picture {
	display: block;
	max-width: 1280px;
	margin: auto;
}

/* areaguide */
#areaguide {
	background: url('../../img/top/areaguide_img@2x_pc.jpg') no-repeat bottom center;
	background-size: cover;
	height: 330px;
	padding-top: 70px;
}

#areaguide h2 {
	width: 14.296%;
	margin: 0 auto 24px;
}

#areaguide p {
	margin-bottom: 45px;
	font-size: 1.171vw;
}

#areaguide .btnArea {
	width: 12.5%;
}

@media screen and (min-width: 1280px) {
	#areaguide p {
		font-size: 1.5rem;
	}

}

/* access */
#access .inner {
	width: 67.875%;
	margin: auto;
	max-width: 870px;
}

#access h2 {
	width: 14.651%;
	margin: 0 auto;
}

#access h3 {
	width: 86.87%;
	margin: 0 0 30px;
}

.accessUpper {
	display: flex;
	align-items: center;
	/* margin-top: -40px; */
}

.accessUpper-left {
	width: 51.34%
}

.access-map-left {
	width: 46%;
}
.access-map-right {
	width: 49.66%;
}

.access-map-right h4 {
	font-size: 1.614vw;
}

.accessInfo {
	font-size: 0.978vw;
}

.accessCap {
	font-size: 0.839vw;
}

.accessUpper-right {
	width: 52.2%;
}


.accessLower {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 36px 1.165% 0;
}

.accessLower-conts {
	width: 47%;
}

.accessLower-conts ul {
	width: 78%;
	font-size: 1.146vw;
}

.accessLower-conts-cap {
	font-size: 0.735vw;
}

.accessLower-conts ul.smallPoint li:nth-child(odd) {
	width: 52%;
}

.accessLower-conts ul.smallPoint li:nth-child(even) {
	width: 44%;
}

#gmap {
	margin-top: 43px;
	height: 0;
	overflow: hidden;
	padding-bottom: 26.875%;
	position: relative;
}

@media screen and (min-width: 1280px) {
	#access h3 {
		font-size: 2.8rem;
	}
	.access-map-right h4 {
		font-size: 2.067rem;
	}
	.accessInfo {
		font-size: 1.253rem;
	}

	.accessCap {
		font-size: 1.074rem;
	}
	.accessLower-conts ul {
		font-size: 1.468rem;
	}
	.accessLower-conts-cap {
		font-size: 1.07rem;
	}

}

/* MOVIE */
#movie {
	padding: 35px 0 0;
}

#movie h2 img {
	width: 7.43%;
}

#movieWrapper ul {
	display: flex;
	flex-wrap: wrap;
}

#movieWrapper ul li {
	margin-bottom: 0;
}

#movieWrapper .overiframe .play-icon {
	width: 8.75%;
	margin-bottom: 15px;
}

#movieWrapper .overiframe h3 {
	display: flex;
	align-items: center;
	min-height: 2.5em;
	font-size: 21px;
}

#movieWrapper .overiframe .movietxt {
	font-size: 15px;
}
