﻿
/*--------------------------------------------------
	topmain
--------------------------------------------------*/

.topmain {
	position: relative;
	background: #333;
}
.topmain video {
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: bottom;
}
.tmain_title {
	position: absolute;
	width: 50%;
	margin: auto;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	z-index: 10;
}
/*--------------------------------------------------
	news
--------------------------------------------------*/

#topnews {
	display: flex;
	width: 100%;
}
#topnews div {
	padding: 20px;
}
#topnews div.newstitle {
	width: 15%;
	padding-right: 40px;
	color: #fff;
	background: #29435C;
}
#topnews div.newstitle p {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
#topnews div.newstxt {
	width: 85%;
	background: #f9f9fd;
}
#topnews ul li+li {
	margin-top: 10px;
	padding: 10px 0;
	border-top: 1px dotted #ccc;
}
/*----------------------------------------------*/

@media screen and (max-width:768px) {
	#topnews {
		display: block;
		background: #f9f9fd;
	}
	#topnews div.newstitle {
		display: inline-block;
		width: auto;
		padding: 10px 20px;
	}
	#topnews div.newstxt {
		width: 100%;
		background: none;
	}
}
/*768px*/

@media screen and (max-width:480px) {
	#topnews {
		padding-bottom: 20px;
	}
	#topnews div {
		padding: 10px;
	}
	#topnews div.newstitle {
		padding-right: auto;
	}
}
/*480px*/

/*--------------------------------------------------
	topcontents
--------------------------------------------------*/

#topcontents {
	position: relative;
	font-weight: 700;
}
.topsec {
	position: relative;
	letter-spacing: 0.1em;
	margin: 100px 0;
}
.topsec h2 {
	padding: 70px 0 60px;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: rgba(41, 67, 92, 1);
	text-align: center;
}
.topsec.topnavi02 h2 {
	text-align: left;
	padding-left: 50px;
}
.topsec .inner {
	position: relative;
	width: 1200px;
}
.topsec.topnavi01 {
	margin: 80px 0 200px;
}
.topsec.topnavi02 {
	margin: 140px 0 200px;
}
.topsec.topnavi02 {
	position: relative;
}
.topsec.topnavi02 .topbox {
	padding-top: 80px;
}
.topsec.topnavi02:before {
	width: 50%;
	height: 25%;
	background: url(../image/top_bg02.jpg) no-repeat center top;
	background-size: cover;
}
.topsubnavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 50px;
}
.topnavi03 .topsubnavi {
	justify-content: center;
}
.topsubnavi li {
	text-align: center;
	font-size: 1.6rem;
}
.topsubnavi li img {
	width: 100%;
	height: auto;
}
.topnavi01 .topsubnavi li, .topnavi02 .topsubnavi li {
	width: 45%;
}
.topnavi01 .topsubnavi li:nth-child(n+3) {
	margin-top: 80px;
}
.topnavi02 .topsubnavi li {
	margin-top: 60px;
}
.topnavi02 .topsubnavi li:nth-child(even) {
	margin-top: 150px;
}
.topnavi03 .topsubnavi li {
	width: 25%;
}
.topnavi01 .topsubnavi li a p, .topnavi02 .topsubnavi li a p {
	position: relative;
	width: 300px;
	margin: -25px auto 0;
	padding: 20px 0;
	background: rgba(41, 67, 92, 1);
}
.topsubnavi li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.topnavi03 .topsubnavi li a {
	padding: 50px 0 50px;
	background: rgba(41, 67, 92, .9);
}
.topsec.topnavi03 {
	margin-bottom: 0;
}
.topnavi03 .topbox {
	padding-bottom: 140px;
	background: url(../image/top_bg03.jpg) no-repeat left top;
	background-size: cover;
}
.topnavi03 .topsubnavi li+li {
	margin-left: 5%;
}
.topnavi03 .topsubnavi li p:before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 40px;
	background-size: 60px auto;
	background-repeat: no-repeat;
	background-position: center;
}
.topnavi03 .topsubnavi li:first-child p:before {
	background-image: url(../image/top_icon01.png);
}
.topnavi03 .topsubnavi li:nth-child(2) p:before {
	background-image: url(../image/top_icon02.png);
}
.topnavi03 .topsubnavi li:nth-child(3) p:before {
	background-image: url(../image/top_icon03.png);
}
.topsec.topnavi01 .inner:before, .topsec.topnavi02:before {
	content: "";
	position: absolute;
	display: block;
	margin-right: 0px;
	top: 0;
	right: 0;
	z-index: -1;
}
.topbox:before, .topbox:after {
	content: "";
	position: absolute;
	background: #F5FAFF;
}
.topsec.topnavi01 .topbox:before, .topsec.topnavi02 .topbox:before {
	left: 0;
	z-index: -1;
}
.topsec.topnavi01 .topbox:before {
	height: 60%;
	top: -20px;
	right: 35%;
}
.topsec.topnavi02 .topbox:before {
	height: 30%;
	top: 5%;
	right: 65%;
}
.topsec.topnavi01 .topbox:after, .topsec.topnavi02 .topbox:after {
	right: 0;
	left: 70%;
	z-index: -2;
}
.topsec.topnavi01 .topbox:after {
	height: 40%;
	bottom: -15%;
}
.topsec.topnavi02 .topbox:after {
	height: 65%;
	bottom: -20%;
}
/*------------------ START Media Queries -------------------*/

@media screen and (max-width:1200px) {
	.topsec .inner {
		width: 100%;
	}
	.topsec.topnavi02:before {
		width: 50%;
		height: 20%;
	}
	.topsec.topnavi02 .topbox:before {
		right: 40%;
		z-index: -2;
	}
}
@media screen and (max-width:768px) {
	.topsec {
		margin: 70px 0;
	}
	.topsec h2 {
		padding: 50px 0 30px;
		font-size: 2.6rem;
	}
	.topsec.topnavi02 h2 {
		padding-top: 140px;
	}
	.topsec.topnavi01{
		margin: 50px 0 0;
	}
    .topsec.topnavi02 {
		margin: 100px 0 0;
	}
	.topbox {
		width: 100%;
		padding: 0 8%;
	}
	.topsubnavi {
		width: 85%;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.topnavi01 .topsubnavi li, .topnavi02 .topsubnavi li, .topnavi03 .topsubnavi li {
		width: 100%;
		margin-top: 50px;
	}
	.topnavi02 .topsubnavi li:nth-child(even) {
		margin-top: 50px;
	}
	.topnavi02 .topsubnavi {
		flex-direction: column;
	}
	.topnavi03 .topbox {
		padding-bottom: 80px;
		background-positin: center top;
		background-size: auto 100%;
	}
	.topnavi03 .topsubnavi li a {
		padding: 20px;
		background-position: left center;
	}
	.topnavi03 .topsubnavi li+li {
		margin-top: 20px;
		margin-left: 0;
	}
	.topnavi03 .topsubnavi li a {
		padding: 20px;
	}
	.topnavi03 .topsubnavi li p:before {
		display: inline-block;
		width: 30px;
		height: 30px;
		margin: 0 10px 0 0;
		background-size: 30px auto;
		vertical-align: middle;
	}
	.topsec.topnavi01 .topbox:before {
		width: 70%;
		height: 50%;
	}
	.topsec.topnavi01 .topbox:after, .topsec.topnavi02 .topbox:after {
		right: 0;
		left: 60%;
		bottom: -7%;
		z-index: -2;
	}
	.topsec.topnavi02 .topbox:before {
		height: 30%;
		top: 3%;
		right: 40%;
		z-index: -2;
	}
	.topsec.topnavi02:before {
		width: 80%;
		height: 170px;
	}
}
/*768px*/

@media screen and (max-width:480px) {
	.topsec h2 {
		padding: 20px 0 20px;
		font-size: 2.6rem;
	}
	.topsec.topnavi02 h2 {
		padding-top: 140px;
	}
	.topsubnavi {
		width: 100%;
	}
	.topnavi01 .topsubnavi li, .topnavi02 .topsubnavi li {
		margin-top: 20px;
	}
	.topnavi01 .topsubnavi li a p, .topnavi02 .topsubnavi li a p {
		width: 85%;
		margin: -15px auto 0;
		padding: 15px 0;
	}
	.topsec.topnavi01 .topbox:before {
		width: 80%;
	}
}
/*640px*/

/*--------------------------------------------------
	internship
--------------------------------------------------*/

.internship {
width:1200px;
margin:80px auto 0;
padding:0 2%;
}
.internship img{
width:100%;

}
.internship h2 {
	font-weight: bold;
	color: #3F7DBC;
	font-size: 1.8em;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
.internship .inner {
	width: auto;
	display: inline-block;
	margin-bottom: 120px;
	padding: 50px;
	font-size: 1.6rem;
	background: rgba(255, 255, 255, 0.9);
}
.internshipbtn {
	display: inline-block;
	margin-top: 30px;
}
.internshipbtn a {
	padding: 10px 40px;
	text-decoration: none;
	color: #fff;
	background: #25AFE6;
}
/*----------------------------------------------*/

@media screen and (max-width:1200px) {
    .internship {
width:100%;
margin:40px auto 0;
}
}

