@charset "UTF-8";


/*========================================

  会社案内

========================================*/
/* 共通 ---------------*/
.innr_900 {
	width: 86%;
	max-width: 900px;
	margin: 0 auto;
}


/* sec001 ---------------*/
#sec001 {
	background-color: #f2f2f2;
	padding-top: 150px;
	padding-bottom: 150px;
}

#sec001 .box h1 {
	color: #2696c1;
	font-size: 36px;
	font-family: "Noto Serif JP", serif;
}

#sec001 .box p {
	font-size: 24px;
	font-family: "Noto Serif JP", serif;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 1.5em;
}

#sec001 .box span {
	display: block;
	margin-top: 80px;
}

#sec001 .box span img {
	width: 320px;
}

#sec001 .box strong {
	display: block;
	font-size: 36px;
	font-family: "Noto Serif JP", serif;
	margin-top: .5em;
}

#sec001 .box strong small {
	display: inline-block;
	font-size: 24px;
	margin-right: 1em;
}

@media screen and (max-width: 767px) {

	/* sec001 ---------------*/
	#sec001 {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}

	#sec001 .box h1 {
		font-size: 7vw;
	}

	#sec001 .box p {
		font-size: 4vw;
		line-height: 2em;
	}

	#sec001 .box span {
		margin-top: 10vw;
	}

	#sec001 .box span img {
		width: 60vw;
	}

	#sec001 .box strong {
		font-size: 5vw;
		margin-top: .5em;
	}

	#sec001 .box strong small {
		font-size: 4vw;
	}
}



/* sec002 ---------------*/
#sec002 {
	padding-top: 50px;
	padding-bottom: 150px;
}

#sec002 h2 {
	color: #6a6a6a;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	border-bottom: 2px solid #bdbbbb;
	padding-bottom: .3em;
	margin-top: 90px;
}

#sec002 h2.nobd {
	border: none;
	margin-top: 40px;
}

#sec002 h2 small {
	font-size: 18px;
	font-weight: normal;
}

#sec002 .photo {
	margin-top: 20px;
}

#sec002 .photo ul {
	display: flex;
	justify-content: center;
	gap: 0 30px;
}

#sec002 .photo li {
	width: 140px;
}

#sec002 .photo img {
	width: 100%;
}

table.basic {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	text-align: left;
	margin-top: 50px;
}

table.basic.mt {
	margin-top: 10px;
}

table.basic th,
table.basic td {
	color: #6a6a6a;
	font-size: 18px;
	border-top: 1px solid #2696c1;
	box-sizing: border-box;
	padding: .8em 1em;
}

table.basic td {
	border-top: 1px solid #bdbbbb;
}

table.basic tr:last-child th {
	border-bottom: 1px solid #2696c1;
}

table.basic tr:last-child td {
	border-bottom: 1px solid #bdbbbb;
}


#sec002 ul {
	text-align: left;
	margin-top: 1em;
}

#sec002 ul li {
	color: #6a6a6a;
	font-size: 18px;
	line-height: 2em;
	list-style: none;
}

.equipment ul {
	display: flex;
	gap: 3%;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.equipment ul li {
	display: inline-block;
	width: 22%;
	border-bottom: 1px solid #2696c1;
	padding: .3em;
	margin-top: 5px;
}


@media screen and (max-width: 767px) {

	/* sec002 ---------------*/
	#sec002 {
		padding-top: 10vw;
		padding-bottom: 20vw;
	}

	#sec002 h2 {
		font-size: 5.5vw;
		margin-top: 10vw;
	}

	#sec002 h2 small {
		font-size: 4vw;
	}

	#sec002 .photo {
		margin-top: 0;
	}

	#sec002 .photo ul {
		flex-wrap: wrap;
		justify-content: center;
		gap: 0 4%;
		margin-top: 0;
	}

	#sec002 .photo li {
		width: 45%;
		margin-top: 3%;
	}

	table.basic {
		width: 100%;
		margin: 0 auto;
		border-collapse: collapse;
		text-align: left;
		margin-top: 50px;
	}

	table.basic th,
	table.basic td {
		font-size: 3.5vw;
		padding: 1em .5em;
	}

	table.basic th {
		white-space: nowrap;
	}



	#sec002 ul li {
		font-size: 3.8vw;
	}

	.equipment ul {
		display: block;
		gap: 10px;
		padding-bottom: 5vw;
	}

	.equipment ul li {
		display: block;
		width: 100%;
		border-bottom: none;
		padding: 0;
		margin: 0;
	}
}