@charset "utf-8";
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
.content {
	position: relative;
}
.comPosText {
	top: 4.8rem;
	left: -12.4rem;
}
@media all and (max-width: 896px) {
	.comPosText {
		top: 4.8rem;
		left: -2rem;
	}

}
/* outline */
#main .outline {
	margin-bottom: 13.8rem;
	padding: 14rem 0;
	position: relative;
}
#main .outline .headLine01 {
	margin-bottom: 6.7rem;
}
#main .outline .comTab {
	margin-bottom: 0;
	overflow: hidden;
	padding-bottom: 2.5rem;
}
#main .outline .comTab tr:last-child th,
#main .outline .comTab tr:last-child td {
	border-bottom: none;
}
#main .outline .photoBox {
	margin: -5.6rem -5.5rem 2.5rem;
}
#main .outline .photoBox img {
	width: 100%;
}
@media all and (min-width: 897px) {
	#main .outline .comTab th,
	#main .outline .comTab td {
		padding: 3.2rem 0 3.3rem;
		line-height: 1.777;
	}
}
@media all and (max-width: 896px) {
	#main .outline {
		margin-bottom: 7rem;
		padding: 7rem 0;
	}
	#main .outline .headLine01 {
		margin-bottom: 4rem;
	}
	#main .outline .photoBox {
		margin: -3rem -2rem 2rem;
	}
}
/* history */
#main .history {
	margin-bottom: 16.7rem;
	overflow: hidden;
}
#main .history .comPosText {
	right: -12.4rem;
	top: 4rem;
	left: auto;
}
#main .history .timeline {
	margin-left: 8.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 4.4rem 3.4rem;
	position: relative;
}
#main .history .timeline::before {
	width: 1px;
	top: 1.4rem;
  	bottom: -5rem;
	left: -2.6rem;
	position: absolute;
	content: "";
	background: #000;
}
#main .history .timeline dt {
	width: 19rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
}
#main .history .timeline dt::before {
	width: 1.4rem;
	height: 1.4rem;
	content: "";
	position: absolute;
	left: -3.3rem;
	top: 1.2rem;
	border-radius: 100%;
	border: 0.2rem solid #000;
	background: #74D0F5;
	box-sizing: border-box;
}
#main .history .timeline dt:nth-of-type(3n - 1):before {
	background: #FFFA84;
}
#main .history .timeline dt:nth-of-type(3n):before {
	background: #9EDA9B;
}
#main .history .timeline .year {
	margin-right: 0.4rem;
	font-size: 3.6rem;
	font-weight: 600;
	font-family: "Josefin Sans", sans-serif;
}
#main .history .timeline .month {
	margin: 0 0.4rem 0 1.1rem;
	font-size: 3rem;
	font-weight: 600;
	font-family: "Josefin Sans", sans-serif;
}
#main .history .timeline dt small {
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.12em;
}
#main .history .timeline dd {
	width: calc(100% - 22.4rem);
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.777;
}
@media all and (max-width: 896px) {
	#main .history {
		margin-bottom: 7rem;
	}
	#main .history .comPosText {
		right: -1.7rem;
		top: 4rem;
		left: auto;
	}
	#main .history .timeline {
		margin-left: 2.5rem;
		display: block;
	}
	#main .history .timeline::before {
		left: -1.7rem;
		top: 2rem;
		bottom: -1rem;
	}
	#main .history .timeline dt {
		margin-bottom: 1rem;
		width: 100%;
		font-size: 1.8rem;
	}
	#main .history .timeline dt::before {
		width: 1.2rem;
		height: 1.2rem;
		left: -2.3rem;
  		top: 1rem;
	}
	#main .history .timeline .year {
		font-size: 3rem;
	}
	#main .history .timeline .month {
		font-size: 2.5rem;
	}
	#main .history .timeline dt small {
		margin-left: 1rem;
		display: inline-block;
	}
	#main .history .timeline dd {
		margin-bottom: 2.8rem;
		width: 100%;
		font-size: 1.6rem;
	}
}
/* access */
#main .access {
	padding: 14rem 0 17.5rem;
}
#main .access .headLine01 {
	margin-bottom: 8.8rem;
}
#main .access .mapBox {
	border: 0.5rem solid #000;
	border-radius: 3rem;
	background: #fff;
	overflow: hidden;
	aspect-ratio: 1020/500;
	position: relative;
	z-index: 1;
}
#main .access .mapBox iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
@media all and (max-width: 896px) {
	#main .access {
		padding: 7rem 0;
	}
	#main .access .headLine01 {
		margin-bottom: 4rem;
	}
	#main .access .mapBox {
		aspect-ratio: 16/9;
		border-width: 0.3rem;
		border-radius: 2rem;
	}
}