@charset "utf-8";
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
.comTopBox {
	margin-bottom: 15.6rem;
}
#main .sec01 {
	margin-bottom: 13.3rem;
}
#main .sec01 p {
	line-height: 2.5;
}
#main .sec01 .subTitle {
	margin-bottom: 5rem;
	font-size: 4rem;
	line-height: 2;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#main .sec01 .title {
	margin-bottom: 6.9rem;
	font-weight: 400;
	font-size: 2.4rem;
}
#main .sec01 .title img {
	width: 56.8rem;
}
#main .sec01 .title span {
	margin-top: -4.8rem;
	display: block;
}

/* sec02 */
#main .sec02 {
	padding: 14rem 0 14.9rem;
	background-color: #f5f6f2;
}
#main .sec02 table {
	width: 100%;
	border-collapse: collapse;
}
#main .sec02 table th,
#main .sec02 table td {
	padding: 3.3rem 0.7rem 3.4rem;
	vertical-align: top;
	text-align: left;
	font-weight: 400;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	line-height: 2;
}
#main .sec02 table th {
	font-weight: 700;
	width: 17.5%;
}
#main .sec02 table ul li {
	padding-left: 1.1em;
	text-indent: -1.1em;
}


/* sec03 */
#main .sec03 {
	padding-top: 15rem;
	display: flex;
	justify-content: space-between;
}
#main .sec03 .leftBox {
	margin: 5rem 2rem 0 0;
  	flex: 1;
}
#main .sec03 .mapBox {
	width: calc(50% + 8rem);
	aspect-ratio: 1040/500;
	background-color: #90d8ee;
	overflow: hidden;
}
#main .sec03 .mapBox iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .sec03 .innerBox {
	max-width: 50rem;
	width: 100%;
	margin-left: auto;
}
#main .sec03 .txtList {
	line-height: 1.75;
}
#main .sec03 .txtList li {
	margin-bottom: 2.8rem;
	position: relative;
	padding-left: 1.8rem;
}
#main .sec03 .txtList li:last-child {
	margin-bottom: 0;
}
#main .sec03 .txtList li::before {
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	top: 0.7rem;
	left: 0;
	background-color: #003e1a;
	content: "";
	border-radius: 50%;
}
#main .sec03 .headLine05 {
	margin-bottom: 5.2rem;
}
@media all and (min-width: 897px) {
	#main .sec02 table a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .sec01 .title img {
		width: 30.8rem;
	}
	#main .sec01 .title span {
		margin-top: -2.8rem;
	}
	#main .sec01 .title {
		font-size: 2rem;
		margin-bottom: 4rem;
	}
	#main .sec01 .subTitle {
		font-size: 2.2rem;
		letter-spacing: 0;
	}
	#main .sec01 p {
		line-height: 2.3;
	}
	#main .sec01 {
		margin-bottom: 8rem;
	}
	#main .sec02 {
		padding: 8rem 0;
	}
	#main .sec02 table th, #main .sec02 table td {
		width: 100%;
		float: left;
		padding: 1rem 0.5rem;
		line-height: 1.75;
	}
	#main .sec02 table th {
		border: none;
		padding: 0 0.5rem;
	}
	#main .sec02 table td {
		padding-top: 0;
		margin-bottom: 1rem;
		border-top: none;
	}
	#main .sec02 table tr:last-child td {
		margin-bottom: 0;
	}
	#main .sec03 {
		padding-top: 8rem;
		display: block;
	}
	#main .sec03 .leftBox {
		margin: 0 1.5rem 4rem;
	}
	#main .sec03 .mapBox {
		width: auto;
	}
	#main .sec03 .innerBox {
		max-width: inherit;
		width: auto;
		margin-left: 0;
	}
	#main .sec03 .txtList li::before {
		width: 1.3rem;
		height: 1.3rem;
		top: 0.8rem;
		left: 0;
	}
	#main .sec03 .txtList li {
		margin-bottom: 1.8rem;
	}
	#main .sec03 .headLine05 {
		margin-bottom: 4.2rem;
	}
	.comTopBox {
		margin-bottom: 12rem;
	}
}