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

.overlay{
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: 100%;
	z-index: -99;
	background: rgba(0,0,0,0.3);
	background-size: cover;
}



/*=======================================
+
+　About KONAN UNIVERSITY
+
=======================================*/
.sec-abo {
	margin: 0px 0px 80px;
}
.sec-abo .nav {
	text-align: center;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}
.sec-abo .nav li {
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
}
.sec-abo .nav li:nth-child(2) {
	margin: 0 1px;
}
.sec-abo .nav li a {
	position: relative;
	overflow: hidden;
	text-align: center;
	height:440px;
	display:block;
	letter-spacing: 0.1em;
}
.sec-abo .nav li a p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	z-index: 1;
	color: #fff;
	width: 100%;
	line-height: 1.5;
}
.sec-abo .nav li a p span {
	font-size: 26px;
}
.sec-abo .nav li a p:after {
	content: " ";
	display: block;
	width: 67px;
	height: 67px;
	background: url(/english/images/common/arrow01.png) no-repeat center center;
	background-size: 19px 19px;
	vertical-align:middle;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -75px;
	margin: 0 auto;
	border: solid 1px #fff;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
}
.sec-abo .nav li a p:after {
}

.sec-abo .nav li a:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.sec-abo .nav li a:hover:after {
	opacity: 1;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.sec-abo .nav li:nth-child(1) a:after {
	background: url(/english/images/index/abo_img01.jpg) no-repeat center center;
	background-size: cover;
}
.sec-abo .nav li:nth-child(2) a:after {
	background: url(/english/images/index/abo_img02.jpg) no-repeat center center;
	background-size:cover;
}
.sec-abo .nav li:nth-child(3) a:after {
	background: url(/english/images/index/abo_img03.jpg) no-repeat center center;
	background-size:cover;
}
@media only screen and (max-width: 768px){
.sec-abo {
	margin: 0px 0px 40px;
}
.sec-abo .nav {
	display: -webkit-block;
	display: -ms-block;
	display: block;
}
.sec-abo .nav li {
	width: 100%;
}
.sec-abo .nav li:nth-child(2) {
	margin: 1px 0;
}
.sec-abo .nav li a {
	height: 220px;
}
.sec-abo .nav li a p {
	font-size: 20px;
	line-height: 1.3;
}
.sec-abo .nav li a p span {
	font-size: 16px;
}
.sec-abo .nav li a p:after {
	width: 33px;
	height: 33px;
	background: url(/english/images/common/arrow01.png) no-repeat center center;
	background-size: 9px 9px;
	bottom: -45px;
}
.sec-abo .nav li a p:after {
}

.sec-abo .nav li a:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.sec-abo .nav li a:hover:after {
	opacity: 1;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.sec-abo .nav li:nth-child(1) a:after {
	background: url(/english/images/index/abo_img01.jpg) no-repeat center center;
	background-size: cover;
}
.sec-abo .nav li:nth-child(2) a:after {
	background: url(/english/images/index/abo_img02.jpg) no-repeat center center;
	background-size:cover;
}
.sec-abo .nav li:nth-child(3) a:after {
	background: url(/english/images/index/abo_img03.jpg) no-repeat center center;
	background-size:cover;
}

}

/*=======================================
+
+　Academics
+
=======================================*/
.sec-aca {
	background: url(/english/images/index/aca_bg.jpg) no-repeat;
	background-size: cover;
	padding: 80px 0px 105px;
}
.sec-aca .innWrap {-webkit-flex-direction: row;flex-direction: row;padding: 0 10px;}
.sec-aca .innWrap .acad_btn {
	position: relative;
	width: 48%;
}
.sec-aca .innWrap .acad_btn:nth-child(2) {
	margin: 0;
}
.sec-aca .innWrap .acad_btn .img {
	padding: 0;
}
.sec-aca .innWrap .acad_btn .text-box {
	background: rgba(255,255,255,0.9);
	position: absolute;
	width: 65%;
	top: 0;
	left: 0px;
	min-height: 60px;
}
.sec-aca .innWrap .acad_btn .text-box .inn {
	margin: 0px auto;
	padding: 15px;
}
.sec-aca .innWrap .acad_btn .text-box .inn .copy {
	font-size: 24px;
	font-weight: 500;
}
.sec-aca .innWrap .acad_btn .text-box .inn p {
	text-align: justify;
}
.sec-aca .innWrap .acad_btn .btn {
	max-width: 240px;
	text-align: center;
	position: absolute;
	width: 100%;
	right: 0;
	bottom: 0;
}
.sec-aca .innWrap .acad_btn .btn a {
	background: rgba(203,40,55,0.9);
	display: block;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	position: relative;
	height: 65px;
}
.sec-aca .innWrap .acad_btn .btn a:after {
	margin: 0;
	position: absolute;
	top: 50%;
	right: 1.5em;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	content: " ";
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url(/english/images/common/arrow01.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	transition: all .2s;
}
.sec-aca .innWrap .acad_btn .btn a:hover::after {right: 1em;}
.sec-aca .innWrap .acad_btn .btn a span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	text-align: center;
}
@media only screen and (max-width: 768px){
.sec-aca {
	padding: 40px 0px 0px;
}
.sec-aca .innWrap {
    position: static;
    padding: 0 10px 40px;
}
.sec-aca .innWrap .acad_btn {
	margin: 0px 0px 30px;
	width: auto;
}
.sec-aca .innWrap .acad_btn:nth-child(2) {
	margin: 0;
}
.sec-aca .innWrap .acad_btn .img {
	padding: 0;
}
.sec-aca .innWrap .acad_btn .text-box {
	width: 100%;
	min-height: auto;
}
.sec-aca .innWrap .acad_btn .text-box .inn {
	margin: 0px 5%;
	padding: 15px 0;
}
.sec-aca .innWrap .acad_btn .text-box .inn .copy {
	font-size: 18px;
}
.sec-aca .innWrap .acad_btn .text-box .inn p {
}
.sec-aca .innWrap .acad_btn .btn {
	max-width: 240px;
}
.sec-aca .innWrap .acad_btn .btn a {
	font-size: 14px;
	height: 45px;
}
.sec-aca .innWrap .acad_btn .btn a:after {
	width: 10px;
	height: 10px;
}
.sec-aca .innWrap .acad_btn .btn a span {
}

}

/*=======================================
+
+　OTHER
+
=======================================*/
.sec-oth {
	background: url(/english/images/index/oth_bg.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0px 110px;
}
.sec-oth .oth_btn .edu_cam_btn .img {
	margin: 0 0 30px;
}
.sec-oth .oth_btn {
	margin: 0px auto 100px;
	max-width: 1080px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}
.sec-oth .oth_btn .edu_cam_btn {
	width: 45%;
	position: relative;
}
.sec-oth .oth_btn .edu_cam_btn:last-of-type {
	margin-left: auto;
}
.sec-oth .oth_btn .edu_cam_btn .text-box {
	position: absolute;
	background: rgba(203,40,55,0.9);
	width: 88%;
	right: 0;
	bottom: 0;
	padding: 20px 0;
	color: #FFF;
}
.sec-oth .oth_btn .edu_cam_btn .text-box .copy {
	max-width: 350px;
	margin: 0 auto 10px;
	padding: 0 10px;
	font-size: 30px;
	font-weight: 500;
}
.sec-oth .oth_btn .edu_cam_btn .text-box p {
	max-width: 350px;
	margin: 0 auto 20px;
	padding: 0 10px;
	line-height: 1.5;
	text-align: justify;
}
.sec-oth .oth_btn .edu_cam_btn .text-box .btn {
	max-width: 350px;
	margin: 0 auto;
	padding: 0 10px;
	text-align:right;
}
.sec-oth .oth_btn .edu_cam_btn .text-box .btn a {
	font-size: 15px;
	color: #fff;
}
.sec-oth .oth_btn .edu_cam_btn .text-box .btn a:after {
	margin: 0 0 0 10px;
	content: " ";
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url(/english/images/common/arrow01.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.sec-oth .rea_btn {
	margin: 0px auto 110px;
	max-width: 970px;
	background: url(/english/images/index/res_img01.jpg) no-repeat;
	background-size: cover;
	position: relative;
}

.sec-oth .rea_btn .box {
	position: relative;
	height: 175px;
}
.sec-oth .rea_btn .box .copy {
	font-size: 44px;
	font-weight: bold;
	color: #0297f5;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 65px;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.sec-oth .rea_btn .box .text {
	position: absolute;
	top: 50%;
	right: 75px;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 60%;
	line-height: 1.5;
}

.sec-oth .rea_btn .btn {
	max-width: 240px;
	text-align: center;
	position: absolute;
	width: 100%;
	right: 0;
	bottom: -30px;
}
.sec-oth .rea_btn .btn a {
	background: rgba(203,40,55,0.9);
	display: block;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	position: relative;
	height: 65px;
}
.sec-oth .rea_btn .btn a:after {
	margin: 0;
	position: absolute;
	top: 50%;
	right: 1em;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	content: " ";
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url(/english/images/common/arrow01.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	transition: all .2s;
}
.sec-oth .rea_btn .btn a:hover::after {right: 0.5em;}

.sec-oth .rea_btn .btn a span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	text-align: center;
}
.sec-oth .our_area .innWrap {
	margin: 0px auto;
	max-width: 970px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.sec-oth .our_area .innWrap .box {
	width:225px;
}
.sec-oth .our_area .innWrap .box .img {
	margin: 0px 0px 15px;
}
.sec-oth .our_area .innWrap .box .sttl {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 5px;
}
.sec-oth .our_area .innWrap .box .sttl.blank:after{
	margin: 0 0 0 7px;
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/english/images/common/icon_blank.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}

@media only screen and (max-width: 768px){
.sec-oth {
	padding: 50px 0px 60px;
}
.sec-oth .oth_btn .edu_cam_btn .img {
	margin: 0;
}
.sec-oth .oth_btn {
	margin: 0px 5% 50px;
	display: block;
	display: block;
	display: block;
}
.sec-oth .oth_btn .edu_cam_btn {
	width: auto;
	margin: 0 0 20px;
}
.sec-oth .oth_btn .edu_cam_btn:last-of-type {
	margin-left: auto;
}
.sec-oth .oth_btn .edu_cam_btn .text-box {
	position: static;
	width: auto;
	padding: 20px 0 15px;
}
.sec-oth .oth_btn .edu_cam_btn .text-box .copy {
	margin: 0 5% 10px;
	font-size: 22px;
}
.sec-oth .oth_btn .edu_cam_btn .text-box p {
	margin: 0 5% 20px;
}
.sec-oth .oth_btn .edu_cam_btn .text-box .btn {
	margin: 0 5%;
}
.sec-oth .oth_btn .edu_cam_btn .text-box .btn a {
	font-size: 14px;
}
.sec-oth .oth_btn .edu_cam_btn .text-box .btn a:after {
	width: 15px;
	height: 15px;
}
.sec-oth .rea_btn {
	margin: 0px 5% 55px;
	padding: 0 0 20px;
}

.sec-oth .rea_btn .box {
	position: static;
	height: auto;
	padding: 30px 0 20px;
}
.sec-oth .rea_btn .box .copy {
	font-size: 22px;
	position: static;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	margin: 0 5% 10px;
}
.sec-oth .rea_btn .box .text {
	position: static;
	width: auto;
	margin: 0 5%;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.sec-oth .rea_btn .btn {
	max-width: 240px;
	left: 0;
	bottom: 23px;
	right: 0;
	position: static;
	width: 100%;
	margin: 0 auto;
}
.sec-oth .rea_btn .btn a {
	font-size: 14px;
	height: 45px;
}
.sec-oth .rea_btn .btn a:after {
	width: 10px;
	height: 10px;
}
.sec-oth .rea_btn .btn a span {}
.sec-oth .our_area .innWrap {
	margin: 0px 5%;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.sec-oth .our_area .innWrap .box {
	width:48%;
	margin: 0 0 15px;
}
.sec-oth .our_area .innWrap .box .img {}
.sec-oth .our_area .innWrap .box .sttl {
	font-size: 16px;
}
.sec-oth .our_area .innWrap .box .sttl.blank:after{
	margin: 0 0 0 5px;
	width: 8px;
	height: 8px;
}

}