@charset "utf-8";
/*------------------------------------------------------------
	about-profile
------------------------------------------------------------*/
#main .overview {
	margin-bottom: 18rem;
}
#main .history {
	margin-bottom: 15.2rem;
}
#main .history .headLine05 {
	margin-bottom: 7.5rem;
}
#main .history .historyUl > li {
	padding: 0 0 2.4rem 6.5rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#main .history .historyUl > li::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	bottom: 0;
	content: "";
	background-color: #e9e9e9;
}
#main .history .historyUl > li:last-child::after {
	bottom: 2.8rem;
}
#main .history .historyUl > li::before {
	position: absolute;
	top: 2.1rem;
	left: 0;
	width: 4.5rem;
	height: 1px;
	background-color: #e9e9e9;
	content: "";
}
#main .history .historyUl .lBox {
	position: relative;
	font-weight: 700;
	width: 19.5rem;
}
#main .history .historyUl .lBox::after {
	position: absolute;
	top: 2rem;
	left: -4.1rem;
	width: 1.3rem;
	height: 0.3rem;
	background-color: #02af94;
	content: "";
}
#main .history .historyUl .lBox span {
	margin-right: 0.3rem;
	display: inline-block;
	color: #02af94;
	font-weight: 700;
	letter-spacing: 0.01em;
	font-size: 3rem;
}
#main .history .historyUl .rBox {
	margin-top: 1.1rem;
	flex: 1;
}
#main .history .historyUl .rBox li {
	margin-bottom: 0.7rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 4rem;
}
#main .history .historyUl .rBox li:last-child {
	margin-bottom: 0;
}
#main .history .historyUl .rBox .time {
	margin-top: 0.4rem;
	width: 7rem;
	text-align: right;
	color: #6b716e;
}
#main .history .historyUl .rBox .text {
	flex: 1;
	letter-spacing: 0.09em;
	line-height: 1.8;
}
#main .office .mapBox {
	margin-bottom: 8.5rem;
	padding: 5rem;
	background-color: #f6f7f5;
}
#main .office .mapBox .imgBox {
	align-items: center;
	gap: 4.5rem;
}
#main .office .mapBox .photoBox {
	width: 34rem;
}
#main .office .mapBox .photoBox img {
	width: 100%;
}
#main .office .mapBox .textBox {
	flex: 1;
}
#main .office .mapBox .headLine02 {
	padding: 0 0 0.3rem 1rem;
	margin-bottom: 1.1rem;
	font-size: 2.6rem;
}
#main .office .mapBox p {
	font-size: 1.4rem;
	line-height: 2;
}
#main .office .content > .headLine02 {
	margin-bottom: 2.5rem;
}
#main .office .comTableBox table th,
#main .office .comTableBox table td {
	padding: 4rem 0 4.3rem;
}
#main .office .comTableBox table th {
	width: 24.3%;
	font-weight: 700;
	font-size: 2.1rem;
}
#main .office .comTableBox table td {
	padding-top: 4.5rem;
	font-size: 1.4rem;
}
#main .office .comTableBox table tr:last-child th,
#main .office .comTableBox table tr:last-child td {
	padding-bottom: 3rem;
	border-bottom: 0;
}
#main .office .comTableBox table .comLinkUl {
	margin: -2.7rem 0 0 auto;
	width: 28rem;
}
#main .office .comTableBox table .comLinkUl a {
	padding-bottom: 1.6rem;
	background-position: left top 3.3rem;
}
@media all and (max-width: 896px) {
	#main .overview {
		margin-bottom: 8rem;
	}
	#main .history {
		margin-bottom: 6.2rem;
	}
	#main .history .headLine05 {
		margin-bottom: 2.6rem;
	}
	#main .history .historyUl > li {
		padding: 0 0 1.5rem 4.5rem;
		display: block;
	}
	#main .history .historyUl > li::after {
		top: 0.2rem;
		bottom: -0.2rem;
	}
	#main .history .historyUl > li:last-child::after {
		bottom: 1.8rem;
	}
	#main .history .historyUl > li::before {
		top: 1.9rem;
		width: 3.5rem;
	}
	#main .history .historyUl .lBox {
		width: auto;
	}
	#main .history .historyUl .lBox::after {
		top: 1.8rem;
		left: -2.8rem;
	}
	#main .history .historyUl .lBox span {
		margin-right: 0.3rem;
		font-size: 2.4rem;
	}
	#main .history .historyUl .rBox {
		margin-top: 0.5rem;
	}
	#main .history .historyUl .rBox li {
		margin-bottom: 0.7rem;
		gap: 0;
	}
	#main .history .historyUl .rBox li:last-child {
		margin-bottom: 0;
	}
	#main .history .historyUl .rBox .time {
		margin-top: 0;
		width: 7.6rem;
		text-align: left;
	}
	#main .history .historyUl .rBox .text {
		line-height: 1.57;
	}
	#main .office .mapBox {
		margin-bottom: 3.3rem;
		padding: 2rem 2rem 3rem;
	}
	#main .office .mapBox .imgBox {
		display: block;
	}
	#main .office .mapBox .photoBox {
		margin-bottom: 2.3rem;
		width: auto;
	}
	#main .office .mapBox .headLine02 {
		padding: 0 0 0 1rem;
		margin-bottom: 1.5rem;
		font-size: 2rem;
	}
	#main .office .mapBox p {
		font-size: 1.4rem;
		line-height: 1.85;
	}
	#main .office .content > .headLine02 {
		margin-bottom: 1.5rem;
	}
	#main .office .comTableBox table th,
	#main .office .comTableBox table td {
		padding: 2.7rem 0 2.8rem;
		line-height: 1.88;
	}
	#main .office .comTableBox table th {
		padding-bottom: 0.2rem;
		font-size: 1.8rem;
	}
	#main .office .comTableBox table td {
		padding-top: 0;
	}
	#main .office .comTableBox table tr:last-child th,
	#main .office .comTableBox table tr:last-child td {
		padding-bottom: 0;
	}
	#main .office .comTableBox table .comLinkUl {
		margin: 1rem 0 0 0;
		width: fit-content;
	}
	#main .office .comTableBox table .comLinkUl a {
		padding: 1rem 0 0.7rem 2rem;
		background-position: left top 2rem;
	}
}