@charset "UTF-8";



	
/* vision
------------------------------ */
#vision {
	padding-top: 70px;
}
	#vision .title {
		width: 400px;
	}

	#vision .text {
		width: -webkit-calc(100% - 400px);
		width: calc(100% - 400px);
	}
@media screen and (max-width: 1024px) {
	#vision {
		padding-top: 7vw;
	}
		#vision .title {
			width: 40%;
		}

		#vision .text {
			width: 60%;
		}
}
@media screen and (max-width: 767px) {
	#vision {
		padding-top: 12vw;
	}
		#vision .inner {
			display: block;
		}
			#vision .title {
				width: 100%;
			}

			#vision .text {
				width: 100%;
			}
}



	
/* team
------------------------------ */
#team .member .box {
	width: 47%;
	margin-right: 6%;
	margin-bottom: 60px;
}
#team .member .box:nth-child(2n) {
	margin-right: 0;
}
#team .member .box:nth-lastchild(1),
#team .member .box:nth-last-child(3) {
	margin-bottom: 0;
}
	#team .member .box .pht {
		border-radius: 10px;
		overflow: hidden;
		position: relative;
	}
		#team .member .box .pht .job {
			display: inline-block;
			background: #fff;
			padding: 8px 20px;
			font-size: 1.4rem;
			font-weight: 500;
			line-height: 1;
			border-radius: 0 5px 0 0;
			position: absolute;
			bottom: 0;
			left: 0;
		}

	#team .member .box .text {
		padding: 20px 20px 0 20px;
	}
		#team .member .box .text h3 {
			font-size: 2.6rem;
			font-weight: 700;
			line-height: 1.3em;
			margin-bottom: 3px;
		}
			#team .member .box .text h3 .en {
				font-size: 1.4rem;
				font-weight: 500;
				padding-left: 10px;
			}
@media screen and (max-width: 1024px) {
	#team .member .box {
		margin-bottom: 6vw;
	}
		#team .member .box .pht {
			border-radius: 1vw;
		}
			#team .member .box .pht .job {
				padding: 0.8vw 2vw;
				font-size: 1.4vw;
				border-radius: 0 0.5vw 0 0;
			}

		#team .member .box .text {
			padding: 2vw 2vw 0 2vw;
		}
			#team .member .box .text h3 {
				font-size: 2.6vw;
				margin-bottom: 0.3vw;
			}
				#team .member .box .text h3 .en {
					font-size: 1.4vw;
					padding-left: 1vw;
				}
}
@media screen and (max-width: 767px) {
	#team .member {
		display: block;
	}
		#team .member .box {
			width: 100%;
			margin-right: 0;
			margin-bottom: 8vw;
		}
		#team .member .box:nth-last-child(1) {
			margin-bottom: 0;
		}
		#team .member .box:nth-last-child(2) {
			margin-bottom: 8vw;
		}
			#team .member .box .pht {
				border-radius: 2vw;
			}
				#team .member .box .pht .job {
					padding: 1.6vw 4vw;
					font-size: 3.4vw;
					border-radius: 0 1vw 0 0;
				}

			#team .member .box .text {
				padding: 4vw 4vw 0 4vw;
			}
				#team .member .box .text h3 {
					font-size: 5.2vw;
					margin-bottom: 1vw;
				}
					#team .member .box .text h3 .en {
						font-size: 3.4vw;
						padding-left: 4vw;
					}
}



	
/* company
------------------------------ */
#company table {
	width: 100%;
	border-collapse: collapse;
}
	#company table th {
		width: 200px;
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
		padding: 25px 0 25px 30px;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.6em;
		text-align: left;
	}
	#company table td {
		width: -webkit-calc(100% - 200px);
		width: calc(100% - 200px);
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
		padding: 25px 30px 25px 0;
		font-size: 1.5rem;
		line-height: 1.6em;
	}
@media screen and (max-width: 1024px) {
	#company table th {
		width: 20%;
		padding: 2.5vw 0 2.5vw 3vw;
		font-size: 1.6vw;
	}
	#company table td {
		width: 80%;
		padding: 2.5vw 3vw 2.5vw 0;
		font-size: 1.5vw;
	}
}
@media screen and (max-width: 767px) {
	#company table {
		border-bottom: solid 1px #ddd;
	}
		#company table th {
			display: block;
			width: 100%;
			border-bottom: none;
			padding: 4vw 3vw 2vw 3vw;
			font-size: 3.6vw;
		}
		#company table td {
			display: block;
			width: 100%;
			border-top: none;
			border-bottom: none;
			padding: 0 3vw 4vw 3vw;
			font-size: 3.5vw;
		}
}



	



	



	



	



	



	



	



	