@charset "utf-8";
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 0;
}
#main .sec01 {
	padding: 8rem 0 0rem;
}
#main .sec01 .imgBox .textBox {
	margin-top: 2.2rem;
	max-width: 95rem;
}
#main .sec01 .imgBox .textBox .ttl {
	margin-bottom: 3.0rem;
	font-size: 3rem;
	letter-spacing: 0.2em;
	line-height: 1.4;
}
#main .sec01 .imgBox .textBox .txt {
	margin-right: 7rem;
	font-size: 1.8rem;
	line-height: 1.8;
}
#main .sec01 .imgBox .photoBox {
	width: calc(100% - 100rem);
}
#main .sec01 .imgBox .pho {
	margin-bottom: 0.7rem;
}
#main .sec01 .imgBox .pho img {
	width: 100%;
}
#main .sec01 .imgBox .photoBox .name {
	text-align: right;
	font-size: 1.8rem;
	line-height: 1.6;
}
#main .sec02 {
	margin: 8rem 0 8.6rem;
}
#main .sec02 .content,
#main .sec03 .content {
	max-width: 132rem;
}
#main .sec02 .headLine07 {
	margin: 0 4rem 2.5rem;
}
#main .sec02 .tableBox {
	margin: 0 4rem 6.8rem;
}
#main .sec02 table {
	width: 100%;
	border-collapse: collapse;
}
#main .sec02 table tr {
	display: flex;
	justify-content: space-between;
}
#main .sec02 table th,
#main .sec02 table td {
	padding: 2.3rem 1.2rem 1.1rem;
	text-align: left;
	font-weight: 400;
	line-height: 1.6;
	border-bottom: 0.1rem solid #CCCCCC;
	vertical-align: top;
	word-break: break-all;
}
#main .sec02 table th {
	width: 16.7%;
	font-weight: 600;
}
#main .sec02 table td {
	width: 80.9%;
}
#main .sec02 .photoList li {
	width: 50%;
}
#main .sec02 .photoList img {
	width: 100%;
}
#main .sec03 .imgBox {
	margin-bottom: 10rem;
}
#main .sec03 .imgBox .lPho {
	width: 54rem;
}
#main .sec03 .imgBox .lPho img {
	width: 100%;
}
#main .sec03 .imgBox .rBox {
	width: calc(100% - 56rem);
}
#main .sec03 .imgBox .mapBox {
	margin-bottom: 1.5rem;
	padding-bottom: 72.2%;
	position: relative;
}
#main .sec03 .imgBox .mapBox iframe {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .sec03 .imgBox .rBox p {
	line-height: 1.45;
}
#main .sec03 .photoList {
	margin-top: -2rem;
}
#main .sec03 .photoList li {
	margin: 2rem 1.6% 0 0;
	width: 23.8%;
}
#main .sec03 .photoList li:nth-child(4n) {
	margin-right: 0;
}
#main .sec03 .photoList a {
	display: block;
}
#main .sec03 .photoList .pho {
	margin-bottom: 0.7rem;
}
#main .sec03 .photoList .pho img {
	width: 100%;
}
#main .sec03 .photoList p {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
#main .sec03 .photoList a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#main .sec01 {
		padding: 4rem 0;
	}
	#main .sec01 .imgBox {
		display: block;
	}
	#main .sec01 .imgBox .textBox {
		margin: 0 0 2rem;
		max-width: 100%;
	}
	#main .sec01 .imgBox .textBox .ttl {
		margin-bottom: 2.5rem;
		font-size: 1.8rem;
		letter-spacing: 0.1em;
	}
	#main .sec01 .imgBox .textBox .txt {
		margin-right: 0;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	#main .sec01 .imgBox .photoBox {
		width: auto;
	}
	#main .sec01 .imgBox .photoBox .name {
		font-size: 1.4rem;
	}
	#main .sec02 {
		margin: 4rem 0;
	}
	#main .sec02 .headLine07 {
		margin: 0 0 2rem;
	}
	#main .sec02 .tableBox {
		margin: 0 0 3rem;
	}
	#main .sec02 table tr {
		display: block;
	}
	#main .sec02 table th,
	#main .sec02 table td {
		padding: 2rem 0 1rem;
		width: 100% !important;
		display: block;
	}
	#main .sec02 table th {
		border-bottom: 0;
	}
	#main .sec02 table td {
		padding-top: 0;
		font-size: 1.3rem;
	}
	#main .sec03 .imgBox {
		margin-bottom: 3rem;
		display: block;
	}
	#main .sec03 .imgBox .lPho {
		margin-bottom: 2rem;
		width: auto;
	}
	#main .sec03 .imgBox .rBox {
		width: auto;
	}
	#main .sec03 .imgBox .mapBox {
		margin-bottom: 1.5rem;
		padding-bottom: 88%;
	}
	#main .sec03 .imgBox .rBox p {
		line-height: 1.45;
		font-size: 1.2rem;
	}
	#main .sec03 .photoList {
		margin-top: 0;
		display: block;
	}
	#main .sec03 .photoList li {
		margin: 0 0 1.5rem;
		width: auto;
	}
	#main .sec03 .photoList li:last-child {
		margin-bottom: 0;
	}
	#main .sec03 .photoList p {
		font-size: 1.4rem;
	}
}