@charset "UTF-8";
/*-----------------------------------
	mainvisual
-----------------------------------*/
#mainvisual {
	background-image: url(../img/company/mainvisual.jpg);
}
/*-----------------------------------
	profile_block
-----------------------------------*/
/*--1040px以下768pxまでvw--*/
#profile_block {
	color: var(--mClr3);
}
#profile_block h2::before {
	content: "Company Profile";
}
#profile_block .profile_inner:not(:last-child) {
	margin-bottom: min(70px,6.73vw);
}
#profile_block h3 {
	font: 500 min(2.3rem,2.21vw)/1 var(--fJA);
	padding-left: min(10px,0.96vw);
	border-left: 5px solid var(--mClr3);
	margin-bottom: min(20px,1.92vw);
}
#profile_block table {
	width: 100%;
	line-height: 2.53;
	font-size: min(1.5rem,1.44vw);
}
#profile_block table th {
	width: min(260px,25vw);
	text-align: left;
	font-weight: 700;
}
#profile_block table td {
	width: calc(100% - min(260px,25vw));
}
#profile_block table td dl {
	display: flex;
	flex-wrap: wrap;
}
#profile_block table td dl dt {
	width: min(145px,13.94vw);
}
#profile_block table td dl dd {
	width: calc(100% - min(145px,13.94vw));
}
#profile_block ul {
	line-height: 2.53;
	font-size: min(1.5rem,1.44vw);
	column-count: 3;
}
#profile_block ul li {
	padding-left: 1em;
	text-indent: -1em;
}
#profile_block ul li::before {
	content: "・";
}
#profile_block .profile_inner:last-child table tr {
	display: block;
}
#profile_block .profile_inner:last-child table tr:last-child > * {
	display: block;
	width: 100% !important;
}
#profile_block .profile_inner:last-child table tr:last-child td {
	padding-left: min(260px,25vw);
}
@media screen and (max-width: 767px) {
	#profile_block h2 {
		margin-bottom: 6.52vw;
	}
	#profile_block .profile_inner:not(:last-child) {
		margin-bottom: 9.12vw;
	}
	#profile_block h3 {
		font-size: max(3.91vw,1.6rem);
		border-left: 0.65vw solid var(--mClr3);
		padding-left: 1.3vw;
		margin-bottom: 3.91vw;
	}
	#profile_block table {
		line-height: 1.85;
		font-size: max(3.26vw,1.4rem);
	}
	#profile_block table tr {
		display: block;
		margin-bottom: 1.95vw;
	}
	#profile_block table th {
		width: 100%;
		display: block;
		color: var(--mClr2);
	}
	#profile_block table td {
		width: 100%;
		display: block;
		line-height: 1.29;
	}
	#profile_block table td span {
		font-size: max(3.13vw,1.3rem);
	}
	#profile_block .profile_inner:first-of-type table td {
		font-size: max(3.26vw,1.4rem);
		padding-left: 3.91vw;
	}
	#profile_block table td dl {
		display: flex;
		flex-wrap: wrap;
		line-height: 1.85;
	}
	#profile_block table td dl dt {
		width: 50%;
	}
	#profile_block table td dl dd {
		width: 50%;
	}
	#profile_block ul {
		line-height: 2;
		font-size: max(3.26vw,1.4rem);
		column-count: unset;
	}
	#profile_block .profile_inner:last-child table tr > * {
		display: block;
		width: 100% !important;
	}
	#profile_block .profile_inner:last-child table tr td {
		padding-left: 7.82vw;
	}
	#profile_block .profile_inner:last-child table tr:last-child td {
		padding-left: 7.82vw;
	}
}