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



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/




	


	
	
/* mainimages
--------------------- */
#mainimages {
	width: 100%;
	height: 100vh;
	background: #fff;
	position: relative;
}
#mainimages:after {
	content: "";
	width: 100%;
	height: 100px;
	background: #fff;
	position: absolute;
	bottom: 0;
/*	left: -100px; */
}
	#mainimages ul li {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 100vh;
		text-align: center;
	}
	
	
	#mainimages h1 {
		font-size: 40px;
		position: absolute;
		top: 50%;
		left: 8%;
		margin-top: -60px;
	}
		#mainimages h1 span {
			background: #fff;
		}
	
	
	#mainimages .nav {
		width: 100%;
		position: absolute;
		bottom: 100px;
		left: 0;
	}
		#mainimages .nav img {
			width: 100%;
			height: auto;
			padding: 0 100px;
		}


	
	
/* title
--------------------- */
.title {
	padding: 100px 0;
}
	.title .en {
		font-size: 143%;
		color: #004f9a;
		letter-spacing: 5px;
		padding-bottom: 15px;
	}
	
	.title h2 {
		font-size: 28px;
		font-weight: 500;
		line-height: 1.4em;
	}


	
	
/* bg
--------------------- */
/*.bg {
	background: #f4f4f4;
	padding-right: 100px;
	padding-bottom: 100px;
}

/* jiko
--------------------- */
#jiko {
	width: 100%;
	background: #fff;
	padding: 0 0 100px 0;
}

#jiko img {
	width: 100%;
	height: auto;
}
			
/* message
--------------------- */
#message {
	width: 100%;
	background: #fff;
	padding: 0 0 100px 0;
}
	#message .title {
		width: 40%;
		padding-top: 200px;
	}


	#message .text {
		width: 60%;
	}
		#message .text p {
			line-height: 36px;
			margin-bottom: 30px;
		}
		#message .text p:nth-last-child(1) {
			margin-bottom: 0;
		}
	
	
	#message .leaf01 {
		position: absolute;
		top: 0;
		left: 0;
	}
	#message .leaf02 {
		position: absolute;
		bottom: -140px;
		left: 300px;
	}


	
	
/* feature
--------------------- */
#feature {
	width: 100%;
	background: #fff url(../img/bg01.jpg) no-repeat center top;
	background-size: 100%;
	padding: 0 0 40px 0;
}
	#feature .box {
		margin-bottom: 60px;
	}
		#feature .box .pht {
			width: 460px;
		}
			#feature .box .pht img {
				width: 100%;
				height: auto;
			}

	
		#feature .box .text {
			width: 640px;
			padding-left: 50px;
		}
			#feature .box .text .number {
				font-size: 122%;
				color: #004f9a;
				padding-left: 17px;
				position: relative;
				margin-bottom: 10px;
			}
			#feature .box .text .number:after {
				content: "";
				width: 10px;
				height: 10px;
				background: #004f9a;
				border-radius: 50%;
				position: absolute;
				top: 10px;
				left: 0;
			}

			#feature .box .text h3 {
				font-size: 158%;
				font-weight: 500;
				margin-bottom: 10px;
			}

			#feature .box .text p {
				line-height: 34px;
			}


	
	
/* combination
--------------------- */
#combination {
	padding-right: 100px;
}
	#combination .phtbox {
		width: 510px;
	}
		#combination .phtbox img {
			width: 100%;
			height: auto;
		}
	
	
	#combination .text {
		width: 517px;
		position: relative;
	}
		#combination .text .pht {
			position: absolute;
			top: -180px;
			left: 0;
		}

		#combination .text .txt {
			padding-top: 225px;
			line-height: 34px;
		}
			#combination .text .txt p {
				padding-top: 20px;
			}

		#combination .text .btn {
			position: absolute;
			bottom: -20px;
			right: 0;
		}


	
	
/* menu
--------------------- */
#menu {
	padding-right: 100px;
	padding-bottom: 100px;
}
	#menu .title {
		padding-bottom: 60px;
	}
	
	
	#menu .flex .box {
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 30px;
	}
	#menu .flex .box:nth-child(4n) {
		margin-right: 0;
	}
		#menu .box a {
			display: block;
		}
			#menu .box a .pht {
				overflow: hidden;
			}
				#menu .box a .pht img {
					width: 100%;
					height: auto;
					-moz-transition: -moz-transform 0.2s linear;
					-webkit-transition: -webkit-transform 0.2s linear;
					-o-transition: -o-transform 0.2s linear;
					-ms-transition: -ms-transform 0.2s linear;
					transition: transform 0.2s linear;
				}
				#menu .box a:hover .pht img {
					-webkit-transform: scale(1.05);
					-moz-transform: scale(1.05);
					-o-transform: scale(1.05);
					-ms-transform: scale(1.05);
					transform: scale(1.05);
				}

			#menu .box a h3 {
				padding-top: 10px;
				font-weight: 500;
				text-align: center;
			}
	
	
	#menu .leaf02 {
		position: absolute;
		top: 0px;
		left: 700px;
	}


	
	
/* topics
--------------------- */
#topics {
	width: 100%;
	background: #fff url(../img/bg01.jpg) no-repeat center -150px;
	background-size: 100%;
	padding: 0 0 0 0;
}
	#topics .title {
		width: 20%;
	}
	
	
	#topics ul {
		padding-top: 100px;
		width: 80%;
	}
		#topics ul li {
			border-top: solid 1px #d6e3ef;
		}
		#topics ul li:nth-last-child(1) {
			border-bottom: solid 1px #d6e3ef;
		}
			#topics ul li a {
				display: block;
				padding: 25px 0;
				transition: 0.3s;
				-webkit−transition: 0.3s;
			}
			#topics ul li a:hover {
				color: #004f9a;
			}
				#topics ul li a span {
					color: #004f9a;
					padding-right: 25px;
				}
	
	
	#topics .btn {
		position: absolute;
		top: 250px;
		left: 0;
	}


	
	
/* about
--------------------- */
#about {
	width: 100%;
	background: #fff;
	padding: 0 0 100px 0;
}
	#about .text {
		width: 520px;
	}
		#about .text .title {
			padding-bottom: 40px;
		}
	
		#about .text h3 {
			font-size: 129%;
			font-weight: 500;
			margin-bottom: 15px;
		}
	
		#about .text table {
			width: 100%;
			border-collapse: collapse;
			border-top: solid 1px #d6e3ef;
		}
			#about .text table th {
				border-bottom: solid 1px #d6e3ef;
				padding: 15px 0;
				font-weight: 500;
				color: #004f9a;
			}
			#about .text table td {
				border-bottom: solid 1px #d6e3ef;
				padding: 15px 0;
			}
				#about .text table td span {
					font-size: 12px;
				}


	#about .map {
		padding-top: 100px;
		width: 510px;
	}
		#about .map iframe {
			width: 100%;
			height: 100%;
		}








/* max 1400px */
@media screen and (max-width: 1400px), print {


	
	
/* mainimages
--------------------- */
#mainimages:after {
	left: 0;
}


	
	
/* bg
--------------------- */
.bg {
	padding-right: 0;
}


	
	
/* combination
--------------------- */
#combination {
	padding-right: 0;
	padding-bottom: 20px;
}
	#combination .text  .btn {
		bottom: 0;
	}


	
	
/* menu
--------------------- */
#menu {
	padding-right: 0;
}






}





/* max 800px */
@media only screen and (max-width: 800px) {
	
	
.pt {
	padding-top: 100px;
}


	
	
/* mainimages
--------------------- */
#mainimages {
	width: 100%;
	height: 300px !important;
	position: relative;
	z-index: -1;
}
#mainimages:after {
	display: none;
}
	#mainimages ul li {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 100vh;
		text-align: center;
	}
	
	
	#mainimages h1 {
		font-size: 22px;
		letter-spacing: 0px;
		line-height: 1.6em;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: 50px;
	}
	
	
	#mainimages .nav {
		display: none;
	}


	
	
/* title
--------------------- */
.title {
	padding: 50px 0;
	text-align: center;
}
	.title .en {
		font-size: 129%;
		color: #004f9a;
		letter-spacing: 5px;
		padding-bottom: 0;
	}
	
	.title h2 {
		font-size: 26px;
		font-weight: 500;
		line-height: 1.4em;
	}


	
	
/* bg
--------------------- */
.bg {
	background: none;
	padding-right: 0;
	padding-bottom: 0;
}

/* jiko
--------------------- */
#jiko {
	padding: 0;
	background: #fff;
}
#jiko img {
	width: 100%;
	padding-top: 20px;
}
		
	
/* message
--------------------- */
#message {
	padding: 0 0 50px 0;
	background: #fff;
}
	#message .title {
		width: 100%;
		padding-top: 50px;
	}


	#message .text {
		width: 100%;
	}
		#message .text p {
			font-size: 93%;
			line-height: 2em;
			margin-bottom: 15px;
		}
		#message .text p:nth-last-child(1) {
			margin-bottom: 0;
		}
	
	
	#message .leaf01 {
		width: 100px;
		position: absolute;
		top: 20px;
		left: 0;
	}
	#message .leaf02 {
		width: 100px;
		position: absolute;
		bottom: -80px;
		left: 60%;
	}
		#message .leaf01 img,
		#message .leaf02 img {
			width: 100%;
			height: auto;
		}


	
	
/* feature
--------------------- */
#feature {
	background: #fff url(../img/bg01.jpg) no-repeat center top;
	background-size: cover;
	padding: 0 0 0 0;
}
	#feature .box {
		margin-bottom: 40px;
	}
	#feature .box:nth-last-child(1) {
		margin-bottom: 0;
	}
		#feature .box .pht {
			width: 100%;
			padding-top: 20px;
		}

	
		#feature .box .text {
			width: 100%;
			padding-left: 0;
		}
			#feature .box .text .number {
				margin-bottom: 0;
			}

			#feature .box .text h3 {
				font-size: 129%;
			}

			#feature .box .text p {
				font-size: 93%;
				line-height: 2em;
			}


	
	
/* combination
--------------------- */
#combination {
	padding-right: 0;
	overflow: hidden;
}
	#combination .phtbox {
		display: none;
	}
	
	
	#combination .text {
		width: 100%;
	}
		#combination .text .pht {
			position: static;
		}
			#combination .text .pht img {
				width: 100%;
				height: auto;
			}

		#combination .text .txt {
			line-height: 2em;
			padding-top: 15px;
		}
			#combination .text .txt p {
				font-size: 93%;
				padding-top: 10px;
			}
	
	
	#combination .text  .btn {
		position: static;
	}


	
	
/* menu
--------------------- */
#menu {
	padding-bottom: 30px;
}
	#menu .title {
		padding-bottom: 50px;
	}
	
	#menu .flex {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
		#menu .flex .box {
			width: 50%;
			margin-right: 0;
			margin-bottom: 20px;
		}
			#menu .flex .box h3 {
				font-size: 14px;
			}

	
	#menu .leaf02 {
		display: none;
	}


	
	
/* topics
--------------------- */
#topics {
	background: #fff url(../img/bg01.jpg) no-repeat right top;
	background-size: cover;
}
	#topics .title {
		width: 100%;
	}
	
	
	#topics ul {
		padding-top: 0;
		width: 100%;
	}
		#topics ul li {
			border-top: solid 1px #d6e3ef;
		}
		#topics ul li:nth-last-child(1) {
			border-bottom: solid 1px #d6e3ef;
		}
			#topics ul li a {
				display: block;
				font-size: 93%;
				padding: 25px 0;
			}
				#topics ul li a span {
					color: #004f9a;
					display: block;
					padding-bottom: 5px;
				}
	
	
	#topics .btn {
		position: static;
		top: 250px;
		left: 0;
	}


	
	
/* about
--------------------- */
#about {
	padding: 0 0 0 0;
}
	#about .text {
		width: 100%;
	}
	
		#about .text h3 {
			font-size: 129%;
			font-weight: 500;
			margin-bottom: 15px;
		}
	
		#about .text table {
			width: 100%;
			border-collapse: collapse;
			border-top: solid 1px #d6e3ef;
		}
			#about .text table th {
				width: 100%;
				display: block;
				padding: 15px 0 0 0;
				border-bottom: none;
			}
			#about .text table td {
				width: 100%;
				display: block;
				font-size: 93%;
				padding: 0 0 15px 0;
			}
				#about .text table td span {
					font-size: 12px;
				}


	#about .map {
		padding-top: 0;
		width: 100%;
	}
		#about .map iframe {
			height: 200px;
		}
	





}

	


