<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.fadeUp {
	opacity: 0;
	transition-property: opacity, transform;
	transition-duration: 1s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.fadeUp { transform: translateY(30px); }
.fadeUp.s_show {
	opacity: 1;
	transform: translate(0,0);
}
.secBlkHead {
	padding-top: 0px;
}
.secBlk {
	padding-top: 90px;
}
.m_anchorLst li {
	margin-bottom: 0;
}
.m_pageTitle {
	max-width: 1500px;
	margin: 0 auto;
	z-index: 100;
}
.m_sectionTitle .p_title.p_areaTitle span {
	position: relative;
}
.m_sectionTitle .p_title.p_areaTitle span:before,
.m_sectionTitle .p_title.p_areaTitle span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: -115px;
	right: auto;
	border-top: 2px solid #d5af2c;
	width: 85px;
}
.m_sectionTitle .p_title.p_areaTitle span:after {
	left: auto;
	right: -115px;
}
.p_areaCopy1 {
	margin-top: 25px;
	text-align: center;
	color: #beb5a2;
	font-size: 2.0rem;
}
.p_areaCopy1 span {
	color: #d5af2c;
	font-size: 2.4rem;
}
.p_areaCopy2 {
	margin-top: 90px;
	text-align: center;
	color: #beb5a2;
	font-size: 1.6rem;
}
.p_areaCopy2 span {
	color: #d5af2c;
	font-size: 1.8rem;
}
.p_areaMapWrap {
	position: relative;
	overflow-x: auto;
}
.p_areaMap {
	margin: 0 auto;
	width: 700px;
}
.m_pageTitle .p_inner .p_title img {
	width: 230px;
}
.f_breadcrumbs {
	padding: 21px 0;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 34px;
}
.mainVisual {
	display: block;
	position: absolute;
	z-index: 10;
	top: 90px;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
}
.mainVisualLst {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 700px;
	position: relative;
	z-index: 10;
}
.mainVisualLst .mainVisualLst__item {
	display: block;
	width: 33.28125%; /*426px*/
	padding-top: 700px;
	position: absolute;
	z-index: 0;
	top: 0;
	opacity: 1;
	transform: translateX(0);
	transition-property: opacity;
	transition-duration: 1s;
	transition-timing-function: linear;
}
.mainVisualLst .mainVisualLst__item:nth-child(3n+1) { left: 0; }
.mainVisualLst .mainVisualLst__item:nth-child(3n+2) { left: 33.28125%; /*426px*/ }
.mainVisualLst .mainVisualLst__item:nth-child(3n+3) { left: 66.5625%; /*852px*/ }
.mainVisualLst .mainVisualLst__item.s_next { z-index: 50; }
.mainVisualLst .mainVisualLst__item.s_active { z-index: 100; }
.mainVisualLst .mainVisualLst__item.s_active.s_hide {
	opacity: 0;
}
.bgImg1 {
	background: url(../img/index_mainvisual1.jpg) no-repeat top center;
	background-size: cover;
	border-right: 6px solid #fff;
}
.bgImg2 {
	background: url(../img/index_mainvisual2.jpg) no-repeat center;
	background-size: cover;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}
.bgImg3 {
	background: url(../img/index_mainvisual3.jpg) no-repeat bottom center;
	background-size: cover;
	border-left: 6px solid #fff;
}
.indexWrap {
	padding-top: 485px;
	
}
.branchOfficeHead {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
.branchOfficeHead li {
	flex: 0 1 21.73913%;
	max-width: 21.73913%;
	margin-bottom: 0px;
	margin-right: 40px;
}
.branchOfficeHead li:nth-child(4n) {
	margin-right: 0;

	
}
.branchOffice {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
.branchOffice li {
	flex: 0 1 21.73913%;
	max-width: 21.73913%;
	margin-bottom: 60px;
	margin-right: 40px;
}
.branchOffice li:nth-child(4n) {
	margin-right: 0;
}
.branchOfficeBtn {
	display: table;
	width: 100%;
}
.branchOfficeBtn.s_topMg {
	margin-top: 67px;
}
.branchOfficeBtn a {
	width: 100%;
	display: table-cell;
	border: 1px solid #999999;
	text-align: center;
	vertical-align: middle;
	height: 60px;
	font-size: 1.4rem;
}
.branchOfficeBtn a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.branchOfficeBtn span {
	display: block;
	position: relative;
	padding-right: 25px;
	padding-left: 25px;
}
.branchOfficeBtn span::after {
	position: absolute;
	content: '';
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	border-top: 3px solid #d5af2c;
	border-right: 3px solid #d5af2c;
}
.officeNameHead {
	font-size: 1.8rem;
	color: #d5af2c;
	padding-bottom: 3px;
	margin-bottom: 14px;
	position: relative;
	height: 65px;
	padding-top: 25px;
	letter-spacing: 3px;
}
.officeNameHead::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 40px;
	height: 0px;
	background: #d5af2c;
}
.officeName {
	font-size: 1.8rem;
	padding-bottom: 17px;
	margin-bottom: 20px;
	position: relative;
	height: 65px;
	padding-top: 25px;
	letter-spacing: 3px;
}
.officeName::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background: #d5af2c;
}
.officeCopy {
	font-size: 1.4rem;
	height: 140px;
	line-height: 1.75;
}
.telephoneList {
	display: flex;
}
.telephoneList .telCategory {
	flex: 0 1 37px;
	width: 37px;
	margin-right: 9px;
}
.telephoneList .telNum {
	color: #beb5a2;
	font-size: 2.0rem;
	align-self: center;
	letter-spacing: 0.08em;
}
.branchOfficeBtn {
	display: table;
	width: 100%;
}
.pointTitle {
	padding: 5px 0 20px 93px;
	min-height: 33px;
	background: url(../img/img_check.png) no-repeat 0 0;
	font-size: 2.0rem;
}
.pointTitle span {
	color: #d5af2c;
	padding-left: 30px;
	font-size: 1.8rem;
}
.pointWrap {
	margin-left: 93px;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
.pointWrap + * {
	margin-top: 50px;
}
.pointWrap .pointMain {
	width: calc(100% - 50%);
	padding-right: 30px;
	box-sizing: border-box;
	line-height: 1.85;
}
.pointWrap .pointPic {
	width: 50%;
}
section:last-child {
	margin-bottom: 130px;
}

@media screen and (min-width: 601px) and (max-width: 768px) {
	.branchOffice li {
		flex: 0 1 47%;
		max-width: 47%;
		margin-bottom: 30px;
		margin-right: 30px;
	}
	.branchOffice li:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.branchOffice {
		display: block;
		width: 87.67%;
		margin: 0 auto;
	}
	.branchOffice li {
		width: 100%;
		flex: 0 1 47%;
		max-width: none;
		margin-bottom: 30px;
		margin-right: 30px;
	}
	.officeCopy {
		height: auto;
	}
	.branchOfficeBtn.s_topMg {
		margin-top: 0;
	}
	.pointTitle {
		padding: 40px 0 20px 0;
		min-height: 33px;
		background: url(../img/img_check.png) no-repeat 0 0;
		font-size: 2.0rem;
	}
	.pointTitle span {
		display: inline-block;
		color: #d5af2c;
		padding-left: 0;
	}
	.pointWrap {
		margin-left: 0;
	}
	.pointWrap + * {
		margin-top: 50px;
	}
	.pointWrap .pointMain {
		order: 2;
		width: 100%;
		padding-right: 0;
	}
	.pointWrap .pointPic {
		order: 1;
		width: 100%;
		margin-bottom: 10px;
	}
	section:last-child {
		margin-bottom: 12%;
	}
}
@media screen and (max-width: 600px) {
	.branchOffice li {
		flex: 0 1 100%;
		max-width: 100%;
		margin-bottom: 30px;
		margin-right: 0;
	}
}
@media screen and (max-width: 768px){
	.m_sectionTitle .p_title.p_areaTitle span:before,
	.m_sectionTitle .p_title.p_areaTitle span:after {
		content: none;
	}
	.m_pageTitle .p_inner .p_title img { width: 48%; }
	.m_pageTitle .p_inner .p_title span { margin-top: 0; }
	.mainVisual {
		top: 0.5%; /*px*/
	}
	.p_areaCopy2 span {
		display: block;
	}
	.m_anchorLst li {
		margin-top: 20px;
	}
	.m_anchorLst li + li {
		margin-left: 0;
	}
	.mainVisualLst { display: none; }
	.curtainSliderList {
		overflow: hidden;
		position: relative;
		z-index: 0;
		padding-top: 162.66%; /*1220px*/
	}
	.curtainSliderList .mainVisualLst__item {
		display: block;
		width: 100%;
		padding-top: 162.66%; /*1220px*/
		overflow: hidden;
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		right: 0;
		transition: width 1.5s ease-in-out;
	}
	.curtainSliderList .mainVisualLst__item.s_end {
		width: 0;
		z-index: 50;
	}
	.curtainSliderList .mainVisualLst__item.s_active {
		z-index: 30;
	}
	.curtainSliderList .mainVisualLst__item.s_next {
		z-index: 10;
	}
	.curtainSliderList .mainVisualLst__item .listImg {
		width: calc(100vw + 100px);
		height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		border: 0;
		transform: translateX(0);
		transition: transform 20s linear;
	}
	.curtainSliderList .mainVisualLst__item.s_end .listImg,
	.curtainSliderList .mainVisualLst__item.s_active .listImg,
	.curtainSliderList .mainVisualLst__item.s_next .listImg {
		transform: translateX(-100px);
	}
	.mainVisualLst__txt {
		min-width: 93.75%;
		font-size: 4.8vw;
		text-align: center;
	}
	.bgImg1 + .mainVisualLst__txt { top: 32.78%; /*400px*/ }
	.bgImg2 + .mainVisualLst__txt { top: 57.37%; /*700px*/ }
	.bgImg3 + .mainVisualLst__txt { bottom: 24.59%; /*300px*/ }
	.indexWrap { padding-top: 131%; /*px*/ }
	.categoryBlock {
		margin-bottom: 13.69%;
	}
}
</pre></body></html>