@charset "UTF-8";
.areaCorp {
	padding-top: 162px;
}
.corpWrap {
	margin-bottom: 120px;
}
.corpWrap-noMb {
	margin-bottom: 0;
}
.corpWrap:last-child {
	margin-bottom: 0;
}
.corp {}
.corp_inner {}
.corp_title {
	position: relative;
	z-index: 1;
	line-height: 1.4;
	font-size: 30px;
	margin-bottom: 50px;
	letter-spacing: 0.2em;
	font-weight: 500;
	padding-left: 26px;
}
.corp_title::before {
	content: "";
	display: block;
	width: 100vw;
	height: 2px;
	background-color: #9E895B;
	top: 12px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 100%;
	position: absolute;
	z-index: 1;
}
.corp_areaTxt {
	background-color: #fff;
	padding: 75px 80px 100px;
	position: relative;
	z-index: 1;
	line-height: 2.2;
}
.corp_areaTxt-paddingS {
	padding: 50px 80px 70px;
}
.corp_areaTxt::before {
	content: "";
	display: block;
	width: 90px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 100%;
}
.corp_areaTxt::after {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 100%;
	background-color: #fff;
}
.corp_text {
	max-width: 740px;
}
.corp_name {
	margin-top: 29px;
}
.corp_msg {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}
.corp_olTtl {
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 5px;
}
.corp_oList {
	list-style: none;
	counter-reset: number;
	margin-bottom: 33px;
}
.corp_oList > li {
	counter-increment: number;
	text-indent: -0.5em;
	padding-left: 1.5em;
}
.corp_oList > li::before {
	content: counter(number)") ";
	display: inline-block;
	margin-right: 3px;
}
.corp_oList > li:first-child {}
.corp_oList > li:last-child {}
.corp_oList > li:nth-child(2n+1) {}
.corp_oList > li:nth-child(n+3) {}
.corp_imgList {
	list-style: none;
	display: flex;
	max-width: 584px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	left: 51px;
	top: -60px;
}
.corp_imgList > li {
	margin-left: 20px;
}
.corp_imgList > li:first-child {
	margin-left: 0;
}
.corp_imgList > li:last-child {}
.corp_imgList > li:nth-child(2n+1) {}
.corp_imgList > li:nth-child(n+3) {}
.corp_image {}
.corp_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.corp_table {
	max-width: 830px;
	margin: 0 auto;
}
.corp_table > tbody {}
.corp_table > tbody > tr {}
.corp_table > tbody > tr:first-child {}
.corp_table > tbody > tr:last-child {}
.corp_table > tbody > tr > th {}
.corp_table > tbody > tr > td {}
.corp_dList {
	list-style: none;
	display: flex;
	align-items: center;
	max-width: 750px;
	background-color: #fff;
	line-height: 1.4;
	padding: 30px 10px;
	padding-left: 0;
	position: relative;
	z-index: 1;
}
.corp_dList::before {
	content: "";
	display: block;
	width: 100vw;
	height: 214px;
	background-color: #fff;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 100%;
}
.corp_dList > dt {
	color: #9E895B;
	font-size: 23px;
	font-weight: 500;
	margin-right: 10px;
	white-space: nowrap;
}
.corp_dList > dd {}
.corp_dList > dd > a {}
.corp_dList > dd > a::before {
	content: "";
}
.corp_dList > dd > a::after {
	content: "";
}
.corp_gMap {
	position: relative;
	z-index: 1;
	padding-bottom: 47.4%;
	margin-bottom: 120px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.corp_gMap:last-child {
	margin-bottom: 0;
}
.corp_gMap > iframe {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
@media screen and (min-width:1000px) {
	.corp_dList > dd > a:hover {}
}
@media screen and (max-width:999px) {
	.areaCorp {
		padding-top: 110px;
	}
	.corpWrap {
		margin-bottom: 100px;
	}
	.corpWrap-noMb {
		margin-bottom: 0;
	}
	.corpWrap:last-child {}
	.corp {}
	.corp_inner {}
	.corp_title {
		font-size: 26px;
		margin-bottom: 35px;
	}
	.corp_title::before {
		margin-right: -10px;
	}
	.corp_areaTxt {
		padding: 55px 70px 75px;
		line-height: inherit;
	}
	.corp_areaTxt-paddingS {}
	.corp_areaTxt::before {
		display: none;
	}
	.corp_areaTxt::after {}
	.corp_text {
		max-width: none;
	}
	.corp_name {}
	.corp_msg {
		font-size: 15px;
	}
	.corp_olTtl {}
	.corp_oList {}
	.corp_oList > li {}
	.corp_oList > li::before {}
	.corp_oList > li:first-child {}
	.corp_oList > li:last-child {}
	.corp_oList > li:nth-child(2n+1) {}
	.corp_oList > li:nth-child(n+3) {}
	.corp_imgList {
		top: -60px;
		max-width: 280px;
	}
	.corp_imgList > li {}
	.corp_imgList > li:first-child {}
	.corp_imgList > li:last-child {}
	.corp_imgList > li:nth-child(2n+1) {}
	.corp_imgList > li:nth-child(n+3) {}
	.corp_image {}
	.corp_image > img {}
	.corp_table {}
	.corp_table > tbody {}
	.corp_table > tbody > tr {}
	.corp_table > tbody > tr:first-child {}
	.corp_table > tbody > tr:last-child {}
	.corp_table > tbody > tr > th {}
	.corp_table > tbody > tr > td {}
	.corp_dList {
		max-width: 630px;
		padding: 20px 10px;
	}
	.corp_dList::before {}
	.corp_dList > dt {
		font-size: 20px;
	}
	.corp_dList > dd {}
	.corp_dList > dd > a {}
	.corp_dList > dd > a::before {}
	.corp_dList > dd > a::after {}
	.corp_gMap {
		margin-bottom: 90px;
	}
	.corp_gMap:last-child {}
	.corp_gMap > iframe {}
}
@media screen and (max-width:767px) {
	.areaCorp {
		padding-top: 70px;
	}
	.corpWrap {
		margin-bottom: 60px;
	}
	.corpWrap-noMb {
		margin-bottom: 0;
	}
	.corpWrap:last-child {}
	.corp {}
	.corp_inner {}
	.corp_title {
		font-size: 20px;
		margin-bottom: 16px;
	}
	.corp_title::before {
		height: 1px;
	}
	.corp_areaTxt {
		padding: 30px 20px;
		padding-left: 25px;
	}
	.corp_areaTxt-hasImage {
		padding-bottom: 60px;
	}
	.corp_areaTxt-paddingS {}
	.corp_areaTxt::before {}
	.corp_areaTxt::after {}
	.corp_text {}
	.corp_name {
		margin-top: 20px;
	}
	.corp_msg {
		text-align: left;
	}
	.corp_olTtl {}
	.corp_oList {
		margin-bottom: 1em;
	}
	.corp_oList > li {}
	.corp_oList > li::before {}
	.corp_oList > li:first-child {}
	.corp_oList > li:last-child {}
	.corp_oList > li:nth-child(2n+1) {}
	.corp_oList > li:nth-child(n+3) {}
	.corp_imgList {
		left: 0;
		margin: 0 auto;
		top: -40px;
		max-width: 240px;
	}
	.corp_imgList > li {}
	.corp_imgList > li:first-child {}
	.corp_imgList > li:last-child {}
	.corp_imgList > li:nth-child(2n+1) {}
	.corp_imgList > li:nth-child(n+3) {}
	.corp_image {}
	.corp_image > img {}
	.corp_table {}
	.corp_table > tbody {}
	.corp_table > tbody > tr {}
	.corp_table > tbody > tr:first-child {}
	.corp_table > tbody > tr:last-child {}
	.corp_table > tbody > tr > th {}
	.corp_table > tbody > tr > td {}
	.corp_dList {
		display: block;
		max-width: 270px;
		padding: 15px 10px;
	}
	.corp_dList::before {
		height: 160px;
	}
	.corp_dList > dt {
		font-size: 18px;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.corp_dList > dd {}
	.corp_dList > dd > a {}
	.corp_dList > dd > a::before {}
	.corp_dList > dd > a::after {}
	.corp_gMap {
		margin-bottom: 50px;
	}
	.corp_gMap:last-child {}
	.corp_gMap > iframe {}
}
