@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#company::before {
	background: url("../img/company/kijima.png") no-repeat top left;
}
#company table {
	width: 838px;
	font-size: 110%;
}
#company table tr {
	border-top: 1px solid #ccc;
}
#company table tr:last-of-type {
	border-bottom: 1px solid #ccc;
}
#company table tr th, #company table tr td {
	padding: 28px;
	padding-right: 0;
}
#company table tr th {
	vertical-align: top;
	color: var(--color-primary);
}
#company table tr td .td_flex {
	justify-content: flex-start;
}
#company table tr td ul:first-of-type {
	margin-right: 30px;
}
#company table tr td ul li {
	position: relative;
	padding-left: 20px;
}
#company table tr td ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-primary);
	position: absolute;
	top: 10px;
	left: 0;
}
#service, #service .bg h3.sub, #service .bg h3.sub .en {
	color: #fff;
}
#service .bg::before {
	background: url("../img/company/bg.jpg") no-repeat center / cover;
}
#service .bg h3.sub {
	margin-bottom: 0;
}
#service .bg dl {
	padding: 0 50px;
	position: relative;
}
#service .bg dl::before {
	content: "";
	width: 2px;
	height: 86px;
	background: #fff;
	position: absolute;
	top: 12px;
	left: -10px;
}
#service .bg dl dt {
	font-weight: bold;
	font-size: 35px;
}
#service .bg dl dd {
	font-size: 110%;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#company::before {
		background: none;
	}
	#company table {
		width: 100%;
	}
	#company table tr th, #company table tr td {
		padding: 15px;
		padding-right: 0;
	}
	#service .bg dl {
		padding: 0;
		margin-top: 30px;
	}
	#service .bg dl::before {
		display: none;
	}
	#service .bg dl dt {
		font-size: 23px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#company table {
		font-size: 100%;
	}
	#company table tr th, #company table tr td {
		display: block;
		padding: 10px 0;
	}
	#company table tr th {
		padding-bottom: 5px;
	}
	#company table tr td {
		padding-top: 0;
	}
	#service .bg dl dt {
		font-size: 20px;
	}
	#service .bg dl dd {
		font-size: 100%;
	}
}