@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* MV */
/* ----------------------------------- */
#underMv {
	background: url(../../img/company/company_head.jpg) right 0 no-repeat;
}


/* 代表挨拶 */
/* ----------------------------------- */

#message {
	padding-bottom: 80px;
	position: relative;
}

#messageTit {
	padding: 40px 0 20px;
	font-size: 3.2rem;
	font-weight: bold;
	color: #0f74c9;
}

#messageSubTit {
	font-size: 1.8rem;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

#messageSubTit::after {
	content: "";
	width: 165px;
	height: 1px;
	background: #0f74c9;
	display: inline-block;
}

#messageWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

#messageTxtWrap {
	flex: 1;
}

#messageTxt {
	padding-bottom: 1em;
	font-size: 1.7rem;
	line-height: 1.6em;
}

#messageName {
	font-size: 1.7rem;
	text-align: right;
}

#messageImg {
	width: 465px;
}

#messageImg img {
	width: 100%;
	height: auto;
}

/* 理念 */
/* ----------------------------------- */
#philosophy {
	padding: 80px 0;
	margin-bottom: 80px;
	background: #eef4f8;
}

.philosophyContent1 {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #0f74c9;
}

.philosophyContent1 dt {
	padding-bottom: 10px;
	font-size: 4rem;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.philosophyContent1 dd {
	padding-bottom: 10px;
	font-size: 2rem;
	color: #000;
	text-align: center;
	font-weight: 500;
}

.philosophyContent2 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1.3%;
}

.philosophyContent2 li {
	width: 24%;
	min-height: 240px;
	padding: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	position: relative;
	background: #FFF;
	border: 1px solid #0f74c9;
}

.philosophyContent2 li::before {
	content: attr(data-num);
	width: 61px;
	height: 61px;
	padding: 10px 0 0 17px;
	background: url(../../img/company/corner.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	color: #FFF;
	font-weight: bold;
	font-family: "Oswald", sans-serif;
	font-size: 1.8rem;
	position: absolute;
	top: 0;
	left: 0;
}

.philosophyContent2 .tit1 {
	text-align: left;
}

.philosophyContent2 .tit1::before {
	text-indent: 0;
}

.valueTit {
	font-size: 1.7rem;
	font-weight: bold;
}

/* 会社概要 */
/* ----------------------------------- */
#outline {
	padding-bottom: 80px;
}

#outline table {
	width: 100%;
}

#outline th {
	padding: 20px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	position: relative;
	background: #eef4f8;
	color: #0f74c9;
	font-weight: bold;
	font-size: 1.6rem;
	vertical-align: middle;
}

#outline th::before {
	content: "";
	width: 100%;
	height: 5px;
	background: #FFF;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	vertical-align: middle;
}

#outline th::after {
	content: "";
	width: 100%;
	height: 5px;
	background: #FFF;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}

#outline td {
	padding: 20px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	font-size: 1.6rem;
}

/* 沿革 */
/* ----------------------------------- */
#history {
	padding-bottom: 80px;
	position: relative;
}

#history ul {
	position: relative;
}

#history ul::after {
	content: "";
	width: 1px;
	height: 100%;
	background: #d2d2d2;
	display: inline-block;
	position: absolute;
	top: 17px;
	left: 17%;
	z-index: -1;
}

#history li {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
	position: relative;
}

#history li::after {
	content: "";
	width: 14px;
	height: 14px;
	background: #0f74c9;
	display: inline-block;
	border-radius: 100vw;
	position: absolute;
	top: 23%;
	left: 16.3%;
	z-index: 1;
}

.data {
	width: 13%;
	font-size: 1.8rem;
	color: #0f74c9;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
}


.large {
	font-size: 2.4rem;
	color: #0f74c9;
	font-weight: bold;
	font-family: "Oswald", sans-serif;
	line-height: 1;
}

.historyTit {
	font-size: 1.6rem;
}




/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#underMv {
		background: url(../../img/company/company_head.jpg) right 0 no-repeat;
		background-size: cover;
	}
	/* 代表挨拶 */
	/* ----------------------------------- */
	#messageSubTit {
		font-size: 1.6rem;
		left: 4%;
	}

	#messageTit {
		padding: 30px 0 10px;
		font-size: 2.4rem;
	}

	#messageTxt {
		font-size: 1.6rem;
	}

	#message {
		padding-bottom: 60px;
	}

	/* 理念 */
	/* ----------------------------------- */
	#philosophy {
		padding: 60px 0;
		margin-bottom: 60px;
		background: #eef4f8;
	}

	.philosophyContent1 dt {
		font-size: 2.3rem;
	}

	.philosophyContent2 ul {
		flex-direction: column;
		gap: 10px;
	}

	.philosophyContent2 li {
		width: 100%;
		min-height: 200px;
		padding: 15px;
	}

	/* 会社概要 */
	/* ----------------------------------- */
	#outline {
		padding-bottom: 60px;
	}

	#outline th {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	#outline td {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		border-top: none;
		border-bottom: none;
	}

	/* 沿革 */
	/* ----------------------------------- */
	#history {
		padding-bottom: 60px;
		position: relative;
	}

	#history li {
		margin-bottom: 30px;
		display: flex;
		flex-wrap: wrap;
		gap: 10%;
		position: relative;
	}

	.data {
		width: 27%;
		font-size: 1.2rem;
		color: #0f74c9;
		font-weight: bold;
		letter-spacing: 0.1em;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: baseline;
	}

	.large {
		font-size: 2rem;
	}

	.historyTit {
		font-size: 1.4rem;
		flex: 1;
	}

	#history ul::after {
		content: "";
		width: 1px;
		height: 100%;
		background: #d2d2d2;
		display: inline-block;
		position: absolute;
		top: 0px;
		left: 32%;
		z-index: -1;
	}

	#history li::after {
		width: 13px;
		height: 13px;
		top: 10%;
		left: 30%;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#messageImg {
		width: 300px;
	}

	.philosophyContent1 dd {
		font-size: 1.7rem;
	}
}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#messageImg {
		width: 100%;
	}

	.philosophyContent1 dd {
		font-size: 1.5rem;
		text-align: left;
	}
}