@charset "utf-8";


/*会社案内
-------------------------------------------------------------*/
table {
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	margin: 40px auto;
}

th,td {
	padding: 14px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

th {
    min-width: 100px; 
}

td span {
	font-size: 90%;
}


/*会社の方針
-------------------------------------------------------------*/
h2.business-title {
    margin: 10px !important;
    font-size: 2.2rem;
}

.text {
	padding: 3vw 8vw;
	position: relative;
	overflow-x: hidden;
	margin-bottom: 1vw;
}

.text h3 {
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 2rem;	
	letter-spacing: 0.1rem;	
	line-height: 1.2;	
}

.text h3 .large {
	font-size: 7rem;
}

.text h3 span:not(.large) {
	font-size: 1rem;
	opacity: 0.5;	
	position: absolute;
	right: 0px;	
	top: 0px;	
}