@charset "utf-8";


header {
	padding-bottom: 30px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
}
@media screen and (max-width: 750px){
	header {
		padding-bottom: 0;
	}
}


/*--------------------------------------------------------------------*/

#corporate {
	margin: 60px 0 0;
	font-size: 1.6rem;
	line-height: 1.8;
}
#corporate .corporate-head .title {
    color: #4a4a4a;
    text-align: center;
    margin: 0 auto 40px;
}

#corporate .corporate-head .title.en {
	font-family:lato-light,lato,sans-serif,Arial,Helvetica,sans-serif;
}

#corporate .corporate-head .title span {
	font-size: 36px!important;
	font-weight: 800;
    border-bottom: 6px solid #007AFF;
}

#corporate .corporate-head .title.en span {
	font-size: 32px!important;
}

#corporate .sub-title {
	margin: 40px 0 20px;
	font-size: 2.8rem;
	color:#007AFF;
	font-weight: 800;
	text-align: center;
}

#corporate .vision {
	padding: 0 20px 60px;
}

#corporate .vision p {
	margin-top: 25px;
	font-weight: 600;
}

#corporate .profile {
	padding: 70px 20px;
	background-color: #d8effd;
}

#corporate .profile .corporate-body {
	margin-top: 60px;
}

#corporate .profile .profile_table {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 30px;
	width: 100%;
	border-collapse: separate;
    font-size: 1.6rem;
}

#corporate .profile .profile_table tr {
	vertical-align: top;
}

#corporate .profile .profile_table th {
    padding: 5px 20px 5px 0;
    text-align: left;
	min-width: 180px;
}

#corporate .profile .profile_table td {
    padding: 5px 10px;
	font-weight: 600;
}

@media screen and (min-width: 751px) and (max-width: 960px){
	#corporate {
		margin: 6.25vw 0 0;
		font-size: 1.666667vw;
	}

	#corporate .corporate-head .title {
		margin: 0 auto 4.166667vw;
	}

	#corporate .corporate-head .title span {
		font-size: 3.75vw!important;
		border-bottom-width: 0.625vw;
	}

	#corporate .corporate-head .title.en span {
		font-size: 3.333333vw!important;
	}

	#corporate .sub-title {
		margin: 4.166667vw 0 2.083333vw;
		font-size: 2.916667vw;
	}

	#corporate .vision {
		padding: 0 2.083333vw 6.25vw;
	}

	#corporate .vision p {
		margin-top: 2.604167vw;
	}

	#corporate .profile {
		padding: 7.291667vw 2.083333vw;
	}

	#corporate .profile .corporate-body {
		margin-top: 6.25vw;
	}

	#corporate .profile .profile_table {
		padding: 3.125vw;
		font-size: 1.666667vw;
	}

	#corporate .profile .profile_table th {
		padding: 0.520833vw 2.083333vw 0.520833vw 0;
		min-width: 18.75vw;
	}

	#corporate .profile .profile_table td {
		padding: 0.520833vw 1.041667vw;
	}
}

@media screen and (max-width: 750px){
	#corporate {
		margin: 8vw 0 0;
		font-size: 3.2vw;
	}

	#corporate .corporate-head .title {
		margin: 0 auto 5.333333vw;
	}

	#corporate .corporate-head .title span {
		font-size: 6.4vw!important;
		border-bottom-width: 1.066667vw;
	}

	#corporate .corporate-head .title.en span {
		font-size: 5.866667vw!important;
	}

	#corporate .sub-title {
		margin: 8vw 0 5.333333vw;
		font-size: 5.333333vw;
	}

	#corporate .vision {
		padding: 0 6vw 10.666667vw;
	}

	#corporate .vision p {
		margin-top: 4vw;
	}

	#corporate .profile {
		padding: 10.666667vw 6vw;
	}

	#corporate .profile .profile_table {
		padding: 5.333333vw;
		font-size: 3.2vw;
	}

	#corporate .profile .profile_table th{
		padding: 1.333333vw 2.666667vw 1.333333vw 0;
		width: 21.333333vw;
		min-width: 0;
	}

	#corporate .profile .profile_table td {
		padding: 1.333333vw 0;
	}
}
