/* top */
#topswiper .slide-inner img {
	display: block;
	max-width: initial;
	width: 100%;
	height: auto;
}

/* top */
.swiper-button-prev ,
.swiper-button-next {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 21.1px;
	height: 34px;
	background-image: url('../../img/top/slide_icon_arrow.svg');
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	margin: auto;
}

.hover .swiper-button-prev,
.hover .swiper-button-next {
	opacity: 1;
	transition: 0.4s;
}

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

.swiper-button-next {
	right: 10px;
	left: auto;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0;
	left: 0;
	right: 0;
	display: inline-block;
	width: auto;
	margin: auto;
	display: none;
}

.swiper-pagination-bullet-active {
	background: #4EC5C0;
	border: solid 1px #fff;
	box-sizing: border-box;
}

/* spnavSection */
#spnavSection {
	padding: 2.2em 1.5em;
}

#spnavSection ul {
	list-style: none;
	display: flex;
	justify-content: center;
	margin-left:  -0.5em;
	margin-right: -0.5em;
}

#spnavSection ul li {
	padding-left:  0.5em;
	padding-right: 0.5em;
	box-sizing: content-box;
	flex-basis: 30%;
}

/* NEWS */
#news {
	background: url('../../img/top/bg_newstopics.jpg');
	padding: 50px 10px;
}

#news h2 {
	margin-bottom: 32px;
}

#news h2 img {
	display: block;
	width: 57%;
	height: auto;
	margin: auto;
}

#news ul {
	list-style: none;
}

#news ul li {
	margin-bottom: 20px;
}

#news ul li a {
	display: flex;
	align-items: flex-start;
}

#news ul li a:link,
#news ul li a:visited,
#news ul li a:hover,
#news ul li a:active {
	color: #231815;
}

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

.newstopicsThumb {
	flex: 0 1 38.7%;
	margin-right: 15px;
}

.newstopicsThumb .newstopicsThumbImage {
	padding-top: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.newstopicsInfo {
	flex: 0 1 61%;
}

.newstopicsCategory {
	margin: 0 auto 5px;
	padding-bottom: 5px;
	font-size: 1.4rem;
	border-bottom: solid 1px #231815;
	text-align: left !important;
}

#news ul li a:link h3.newstopicsCategory,
#news ul li a:visited h3.newstopicsCategory,
#news ul li a:hover h3.newstopicsCategory,
#news ul li a:active h3.newstopicsCategory {
	color: #51BCBB;
}

.newstopicsDate {
	margin-bottom: 10px;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1;
}

#news h4 {
	font-size: 1.3rem;
	font-weight: bold;
}

/* Special Contents */

#specialContents {
	margin-top: 50px;
}

#specialContents .content-inner {
	position: relative;
}

#specialContents .specialContentsUpper {
	position: relative;
}

.specialContentsMain {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 232.265625%;
	overflow: hidden
}

.specialContentsMain div {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.specialContentsBtn {
	margin-bottom: 74%;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.specialContentsBtn a {
	display: block;
	width: 46.35%;
	margin: 0 auto;
	text-align: center;
}

.specialContentsBtn a img {
	width: 100%;
}

.specialContentsBtn a:hover {
	opacity: 0.6;
	transition: 0.4s;
}

/*

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

#specialContents h2 {
	margin-bottom: 10px;
}

#specialContents h2 img {
	display: block;
	width: 71.45%;
	height: auto;
	margin: auto;
}

#home #specialContents h2 + h3 {
	margin-bottom: 32px;
	text-align: center;
	font-weight: 300;
	font-size: 1.4rem;
}

#specialContentsList {
	list-style: none;
	text-align: center;
}

#specialContentsList.swiper-wrapper {
	flex-wrap: wrap;
}

#specialContentsList li.swiper-slide {
	width: 85.48%;
	margin: 0 auto 50px;
}

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

#specialContentsList li a.hover {
	display: block;
	opacity: 0.5;
	transition: 0.4s;
}

#specialContentsList li a:link,
#specialContentsList li a:visited,
#specialContentsList li a:hover,
#specialContentsList li a:active {
	color: #231815;
}

#news ul li a:link .specialTextSub,
#news ul li a:visited .specialTextSub,
#news ul li a:hover .specialTextSub,
#news ul li a:active .specialTextSub,
#news ul li a:link .specialColumnNunber,
#news ul li a:visited .specialColumnNunber,
#news ul li a:hover .specialColumnNunber,
#news ul li a:active .specialColumnNunber {
	color: #4EC5C0;
}

.specialThumb {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;
	overflow: hidden
}

.specialThumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	height: 100%;
	margin: auto;
	max-width: initial;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ie .specialThumb img {
	max-width: none;
}

.specialInfo {
	background: #fff;
	padding: 7px 7px 14px;
}

.specialTextSub {
	display: inline-block;
	width: 80%;
	background: #4EC5C0;
	font-size: 1.1rem;
	border: none;
	color: #fff;
	border-radius: 3px;
}

.specialTextMain {
	font-size: 1.3rem;
}

.specialColumn {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 7px 0;
}

.specialColumnNunber {
	font-size: 3.5rem;
	color: #4EC5C0;
	font-weight: normal;
	line-height: 1;
	letter-spacing: -2px;
}

.specialColumn img {
	width: 12.6%;
	height: auto;
	margin: 0 5px 2px 0;
	line-height: 0;
}

*/

#home h3.columnTtl {
	font-size: 1.6rem;
}

/* message */
#message {
	margin-top: 50px;
	padding: 50px 0 0;
}

#message .inner {
	position: relative;
	text-align: center;
}

#message .content-inner {

}

#message h2 {
	margin-bottom: 32px;
}

#message h2 img {
	display: block;
	width: 32.9%;
	height: auto;
	margin: auto;
}

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

.message h3 img {
	display: block;
	max-width: initial;
	width: 100%;
	height: auto;
}

#message p {
	margin: 27px 0;
	font-size: 1.4rem;
}

.messagePhoto {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 83.28125%;
	overflow: hidden
}

.messagePhoto div {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/*

.messagePhoto img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	height: 100%;
	margin: auto;
	max-width: initial;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
*/

.ie .messagePhoto img {
	max-width: none;
}

#message .btnArea {
	/* margin-top: -10%; */
	margin-top: -5%;
	/* padding: 0 10px; */
	margin-left: auto;
	margin-right: auto;
	width: 46.56%;
}

#message .btnArea a {
	position: relative;
	display: block;
	width: 100%;
}

#message .btnArea a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: #fff;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 0.4s;
	border-radius: 500em;
	cursor: pointer;
}

#message .btnArea a.hover::before {
	opacity: 0.5;
	transition: 0.4s;
}

/* passing */
#passing {
	/* background: #4EC5C0; */
	margin-top: 50px;
}

#passing .passingUpper {
	position: relative;
}

#passing .passingUpper .content-inner {
	position: relative;
	background: url('../../img/top/passing_img_sp.jpg') no-repeat;
	background-size: cover;
	max-width: 1280px;
	margin: auto;
	padding-top: 175%;
}

#passing .passingUpper .content-inner h2 {
	position: absolute;
	top: -0.62%;
	left: 0;
	right: 0;
	width: 82.9%;
	max-width: 530px;
	margin: auto;
}

.passingBtn {
	position: absolute;
	bottom: 6.69%;
	left: 0;
	right: 0;
	width: 46.56%;
	margin: auto;
}

.passingBtn a {
	position: relative;
	display: block;
	margin: auto;
}

.passingBtn a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: #fff;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 0.4s;
	border-radius: 500em;
	cursor: pointer;
}

.passingBtn a.hover::before {
	opacity: 0.5;
	transition: 0.4s;
}

.passingLower {
	background: linear-gradient(170deg, rgb(93,231,209) 0%,rgb(223,247,241) 100%);
	padding: 24px 0 45px;
}

.passingLower h3 {
	width: 60.12%;
	margin: 0 auto 5px;
}

.passingLower h3 img {
	width: 73.23%;
}

.passingLower .btnArea {
	width: 87.03%;
	margin: auto;
}

.passingLower a.hover {
	opacity: 0.6;
	transition: 0.4s;
}

/* department */
#department {
	margin-top: 50px;
}

#department .inner {
	padding-top: 103.59375%;
	background-image: url('../../img/top/department_bg_sp.jpg');
	background-position: 50% 0%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

/*
#department .inner::before {
	content: '';
	display: block;
	background: url('../../img/top/department_bg@2x.jpg') no-repeat;
	background-size: auto 100%;
	background-position: 24% center;
	height: 103vw;
}
*/

#department h2 {
	width: 43.32%;
	margin: 0 auto;
	line-height: 0;
	-webkit-transform: translate( 0, -50%);
	-ms-transform: translate( 0, -50%);
	transform: translate( 0, -50%);
}

#department h2 img {
	display: block;
	width: 100%;
	max-width: 280px;
	margin: auto;
}

#department p {
	margin: 35px 6.25%;
	font-size: 3.75vw;
	line-height: 2;
}

.departmentUpper a {
	display: block;
	width: 46.35%;
	margin: 0 auto 35px;
	text-align: center;
}

.departmentLower {
	background: url('../../img/top/bg_departmentlower_sp.jpg') no-repeat;
	background-size: cover;
	padding: 24px 0 45px;
}

.departmentLower h3 {
	width: 60.12%;
	margin: 0 auto 5px;
}

.departmentLower h3 img {
	width: 73.23%;
}

.departmentLower .btnArea {
	width: 87.03%;
	margin: auto;
}

.departmentUpper a.hover,
.departmentLower a.hover {
	opacity: 0.6;
	transition: 0.4s;
}

/* miraistep */
#miraistep {
	margin-top: 50px;
	border-top: 10px solid #00ADBE;
	border-bottom: 10px solid #00ADBE;
}

#miraistep a {
	display: block;
	transition: 0.4s;
}

#miraistep a img {
	display: block;
}

#miraistep a.hover {
	opacity: 0.5;
}

/* graduation */
#graduation {
	margin-top: 50px;
}

.graduationUpper {
	background: url('../../img/top/graduation_img@2x_sp.jpg') no-repeat bottom center;
	background-size: cover;
	padding: 43px 6.24vw;
}

.graduationUpper h2 {
	width: 67.5%;
	margin: 0 auto 45px;
}

.graduationUpper h3 {
	width: 56.71%;
	margin: 0 auto 35px;
}

.graduationUpper h3 img {
	display: block;
	max-width: initial;
	width: 100%;
	height: auto;
}

.graduationUpper p {
	width: 46.56%;
	margin: 0 auto 110px;
	font-size: 3.75vw;
	line-height: 1.8;
	text-align: center;
}

.graduationUpper a {
	position: relative;
	display: block;
}

.graduationUpper a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: #fff;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 0.4s;
	border-radius: 500em;
	cursor: pointer;
}

.graduationUpper a.hover::before {
	opacity: 0.5;
	transition: 0.4s;
}

.graduationLower {
	background: linear-gradient(45deg, rgba(165,153,196,1) 0%, rgba(156,218,254,1) 100%);	padding: 24px 0 45px;
}

.graduationLower h3 {
	width: 60.12%;
	margin: 0 auto 5px;
}

.graduationLower h3 img {
	width: 73.23%;
}

.graduationLower .btnArea {
	width: 87.03%;
	margin: auto;
}

.graduationLower a.hover {
	opacity: 0.6;
	transition: 0.4s;
}

/* campuslife */
#campuslife {
	margin-top: 50px;
}

#campuslife a {
	display: block;
	transition: 0.4s;
}

#campuslife a.hover {
	opacity: 0.5;
}


/* areaguide */
#areaguide {
	margin-top: 50px;
	background: url('../../img/top/areaguide_img@2x_sp.jpg') no-repeat bottom center;
	background-size: cover;
	height: 100vh;
	padding-top: 60px;
	box-sizing: border-box;
}

#areaguide h2 {
	width: 44.375%;
	margin: 0 auto 17px;
	text-align: center;
}

#areaguide p {
	margin-bottom: 20px;
	font-size: 3.75vw;
	line-height: 1.8;
	text-align: center;
}

#areaguide .btnArea {
	width: 46.25%;
	margin: auto;
}

#areaguide .btnArea a {
	position: relative;
	display: inline-block;
}

#areaguide .btnArea a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: #fff;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 0.4s;
	border-radius: 500em;
	cursor: pointer;
}


#areaguide .btnArea a.hover::before {
	opacity: 0.5;
	transition: 0.4s;
}

/* access */
#access {
	margin-top: 50px;
}

#access .inner {
	margin: 0 3.125%;
}

#access h2 {
	width: 27.536%;
	margin: 0 auto 35px;
	text-align: center;
}

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

#access h3::before {
	display: none !important;
}

.access-map {
	display: flex;
	justify-content: space-between;
}

.access-map-left {
	width: 50%;
}

.access-map-right {
	width: 45.66%;
	margin-bottom: 37px;
}

.access-map-right h4 {
	width: 82.4%;
	margin-bottom: 5px;
	padding: 5px 0;
	font-size: 4.821vw;
	border-top: solid 1px #231815;
	border-bottom: solid 1px #231815;
	line-height: 1.2;
}

.accessInfo {
	font-size: 2.923vw;
	line-height: 1.28;
}

.accessCap {
	margin-top: 8px;
	font-size: 2.506vw;
	line-height: 1.33;
}

.accessCap strong {
	display: inline-block;
	margin-bottom: 3px;
	padding: 0.3em;
	border: 1px solid #000;
	font-weight: normal;
}

.accessUpper-right {
	text-align: center;
}

.accessLower {
	margin: 50px 3.334% 0;
}

.accessLower-conts {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}

.accessLower-conts h5 {
	width: 19.5%;
}

.accessLower-conts ul {
	list-style: none;
	width: 78%;
	font-size: 2.8vw;
}

.accessLower-conts ul.largePoint li::before {
	content: '〇';
	display: inline;
}

.accessLower-conts-cap {
	margin-top: 1.0em;
	font-size: 2.457vw;
}

.accessLower-conts ul.smallPoint {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.accessLower-conts ul.smallPoint li {
	width: 49%;
}

.accessLower-conts ul.smallPoint li::before {
	content: '・';
	display: inline;
}

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

#gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

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

#movie h2 {
	margin-bottom: 32px;
}

#movie h2 img {
	display: block;
	width: 22.7153125%;
	height: auto;
	margin: auto;
}

#movieWrapper ul {
	margin-bottom: 30px;
}

#movieWrapper ul li {
	position: relative;
	flex: 0 1 50%;
	margin-bottom: 25px;
}

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

#movieWrapper .list-wrap {
	position: relative;
	padding-top: 57.43%;
}

#movieWrapper .list-wrap .movie {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#movieWrapper .list-wrap .movie .overiframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: #FFF;
	z-index: 10;
	cursor: pointer;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	transition: all 0.8s;
}

#movieWrapper .movie01 .overiframe {
	background-image: url(../../img/top/movie01_bg.jpg);
	background-position: center center;
	background-size: 100%;
}

#movieWrapper .movie02 .overiframe {
	background-image: url(../../img/top/movie02_bg.jpg);
	background-position: center center;
	background-size: 100%;
}

#movieWrapper .play .overiframe {
	animation: movieplay 0.5s forwards;
}

#movieWrapper .movie01.hover .overiframe {
	background-size: 120%;
}

#movieWrapper .movie02.hover .overiframe {
	background-size: 120%;
}

.ie #movieWrapper .movie01.hover .overiframe {
	background-size: 100%;
	transform: scale(1.2);
}

.ie #movieWrapper .movie02.hover .overiframe {
	background-size: 100%;
	transform: scale(1.2);
}


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

#movieWrapper .overiframe .play-icon img {
	display: block;
	width: 100%;
}

#movieWrapper .overiframe h3 {
	margin-bottom: 5px;
	font-size: 15px;
	letter-spacing: 0.2em;
}

#movieWrapper .overiframe .movietxt {
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.06em;
}

#movieWrapper .list-wrap .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@keyframes movieplay {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(1.5);
		opacity: 0;
		z-index: -1;
	}
}