<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.contents {
		padding-left: 20px;
		padding-right: 20px;
}
.contents_wrap {
		max-width: 1015px;
}
.business_inner {
		max-width: 840px;
		margin: 0 auto;
		padding: 0 40px;
}
@media(max-width: 767px) {
		.business_inner {
				padding: 0;
		}
}
.business_lead {
		margin: 0 0 30px;
		line-height: 2.0;
}
.tab_flex {
		display: flex;
		justify-content: space-between;
		margin: 0 0 120px
}
.tab_item {
		background: #F1F6F9;
		width: 410px;
}
.tab_item a {
		/* height: 260px;align-items: flex-end; padding-bottom: 45px;*/
		display: flex;
		align-items: center;
		height: 90px;
		justify-content: center;
		text-decoration: none;
		background: #F1F6F9;
		color: #005477;
		position: relative;
		box-sizing: border-box;
}
.tab_item div {
		text-align: center;
		position: relative;
		z-index: 10
}
.sp_logo {
		width: 257px;
		margin: 0 auto 5px;
}
@media(max-width: 960px) {
		.sp_logo {
				width: 220px;
		}
}
.sp_logo img {
		width: 100%;
		height: auto
}
.tab_item a::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
}
.tab_item a::after {
		content: '';
		display: block;
		position: absolute;
		top: 37px;
		right: 28px;
		width: 16px;
		height: 16px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 16px;
		background-image: url("../images/arw_down_blu.png")
}
/*
.tab_item a::after {
		background-repeat: no-repeat;
		background-position: center 25px;
		background-size: 350px;
}
*/
.tab_item a::before {
		background-color: #005477;
		background-repeat: repeat;
		background-position: center center;
		background-size: 50px;
		background-image: url(../images/texture_bg-2.png);
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		transform-origin: left center;
		transform: scaleX(0);
}
/*
.tab_item.space a::after {
		background-image: url("../images/business_tab-1.png")
}
.tab_item.mansion a::after {
		background-image: url("../images/business_tab-2.png")
}
*/
@media (hover: hover) {
		.tab_item a:hover {
				color: #fff;
		}
		.tab_item a:hover::before {
				transform: scaleX(1);
		}
		.tab_item a:hover .sp_logo img {
				opacity: 0
		}
		.tab_item a:hover .sp_logo {
				background-repeat: no-repeat;
				background-position: 0 0;
				background-size: 100%;
				background-image: url("../images/logo_business_sp_wht.png")
		}
		.tab_item a:hover::after {
				background-image: url("../images/arw_down_wht.png")
		}
		/*
		.tab_item.space a:hover::after {
				background-image: url("../images/business_tab-1_wht.png")
		}
		.tab_item.mansion a:hover::after {
				background-image: url("../images/business_tab-2_wht.png")
		} */
}
.tab_item p {
		font-size: 19px;
		font-weight: 700;
		position: relative;
		z-index: 5
}
@media(max-width: 960px) {
		.tab_item {
				width: calc(50% - 10px);
		}
		.tab_item a::after {
				top: 40px;
				right: 25px;
				width: 20px;
				height: 20px;
				background-size: 20px;
				background-image: url("../images/arw_down_blu.png")
		}
		/* .tab_item a {
				height: inherit;
				aspect-ratio: 10 / 6.3;
				padding-bottom: 2.5vw;
		} */
		.tab_item p {
				font-size: 18px;
		}
}
@media(max-width: 840px) {
		.tab_item a::after {
				right: 20px;
		}
}
@media(max-width: 767px) {
		.tab_flex {
				display: block;
				margin: 0 0 100px
		}
		.tab_item {
				width: auto;
				margin: 0 0 20px;
		}
		/* .tab_item a::after {
				background-repeat: no-repeat;
				background-position: center 25px;
				background-size: 100%;
		} */
		.tab_item a {
				/* height: inherit;
				aspect-ratio: 10 / 7;
				padding-bottom: 30px;
				box-sizing: border-box; */
				height: 80px
		}
		.tab_item a::after {
				top: 30px;
				right: 15px;
		}
		.tab_item p {
				font-size: 16px;
		}
		.sp_logo {
				width: 200px;
		}
}
/* =========== */
.space_section {
		padding-bottom: 120px;
}
.section_bg {
		position: relative;
		margin: 0 0 60px;
		overflow: hidden
}
.section_bg img {
		width: 100%;
		height: auto;
		transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: hover) {
		.section_bg a:hover img {
				transform: scale(1.04)
		}
}
.section_bg h3 {
		position: absolute;
		font-family: 'Inter', sans-serif;
		font-size: 40px;
		line-height: 1.2;
		font-weight: 300;
		color: #fff;
		top: 50px;
		left: 50px;
		pointer-events: none;
}
.section_bg.mansion h3 {
		left: inherit;
		right: 50px;
		text-align: right;
}
.business_hd {
		font-size: 32px;
		font-weight: 600;
		margin: 0 0 20px;
}
.business_hd + p {
		line-height: 1.8;
}
.work_flex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 60px;
		padding-bottom: 60px;
}
.work_item {
		width: 410px;
		margin: 0 0 60px;
}
.work_item img {
		width: 100%;
		height: auto
}
.work_item h4 {
		font-size: 20px;
		font-weight: 600;
		margin: 0 0 20px;
		position: relative;
}
.work_item h4 span.extra {
		position: absolute;
		display: inline-block;
		font-size: 80%;
		left: 0;
		top: -25px;
}
.work_item p {
		line-height: 1.8;
		margin: 0 0 15px;
}
.work_figure {
		position: relative;
}
.work_figure .work_figure_photo {
		overflow: hidden;
}
.work_figure_photo img {
		width: 100%;
		height: auto;
		transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: hover) {
		.work_figure_photo a:hover img {
				transform: scale(1.04)
		}
}
.work_figure .work_notes {
		position: absolute;
		bottom: 15px;
		right: 10px;
		color: #fff;
		text-align: right;
		font-size: 14px;
		text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
		pointer-events: none
}
.work_item p.work_link {
		margin-top: 15px;
		font-weight: 500;
}
.work_link_right {
		display: flex;
		justify-content: flex-end;
		padding-right: 22px
}
@media(max-width: 1200px) {
		.section_bg h3 {
				top: 35px;
		}
		.section_bg h3 {
				left: 35px;
		}
		.section_bg.mansion h3 {
				right: 35px;
		}
}
@media(max-width: 960px) {
		.work_item {
				width: calc(50% - 10px);
		}
}
@media(max-width: 767px) {
		.section_bg h3 {
				font-size: 30px;
				top: 20px;
		}
		.section_bg h3 {
				left: 20px;
		}
		.section_bg.mansion h3 {
				right: 20px;
		}
		.business_hd {
				font-size: 22px;
		}
		.work_flex {
				display: block;
		}
		.work_item {
				width: 100%;
				margin: 0 0 60px;
		}
		.work_item h4 {
				font-size: 16px;
				margin: 0 0 15px;
		}
}
/* ========== */
.viewmore_btn {
		width: 325px;
		margin: 0 auto 40px;
		font-size: 20px;
		font-weight: 600;
}
.viewmore_btn span {
		display: inline-block;
		position: relative;
}
.viewmore_btn.space span {
		width: 215px;
}
.viewmore_btn.space span img {
		width: 100%;
		height: auto;
}
.viewmore_btn span::before, .viewmore_btn span::after, .work_link a::before, .work_link a::after {
		content: '';
		display: block;
		position: absolute;
		width: 7px;
		height: 7px;
}
.viewmore_btn span::before, .work_link a::before {
		border: 1px solid #fff;
		right: -19px;
		top: calc(50% - 3px)
}
.viewmore_btn span::after, .work_link a::after {
		top: calc(50% - 5px);
		right: -21px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		background: none;
}
.viewmore_btn a {
		background: #005477;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		text-decoration: none;
		box-sizing: border-box;
		border: 1px solid #005477;
		height: 72px;
		transition: background 0.4s;
}
.viewmore_btn.wht a, .viewmore_btn.space a {
		background: #fff;
		color: #005477;
}
.viewmore_btn.wht span::before, .viewmore_btn.space span::before, .work_link a::before {
		border: 1px solid #005477;
}
.viewmore_btn.wht span::after, .viewmore_btn.space span::after, .work_link a::after {
		border-top: 1px solid #005477;
		border-right: 1px solid #005477;
}
.work_link a {
		color: #005477;
		text-decoration: underline;
		display: inline-block;
		position: relative;
}

.link_kansai {
		text-align: center;
		margin-top: 80px;
}

.link_kansai a {
		color: #005477;
		text-decoration: none;
		font-size: 20px;
		font-weight: 600;
		position: relative;
}

.link_kansai a::before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0.1em;
		width: 100%;
		height: 1px;
		background-color: currentColor;
		opacity: 1;
    visibility: visible;
		transition: all ease-in-out 0.2s;
}

@media (hover: hover) {
		.viewmore_btn a:hover {
				background: #fff;
				color: #005477;
		}
		.viewmore_btn.wht a:hover, .viewmore_btn.space a:hover {
				background: #005477;
				color: #fff;
		}
		.viewmore_btn a:hover span::before {
				border: 1px solid #005477;
		}
		.viewmore_btn a:hover span::after {
				border-top: 1px solid #005477;
				border-right: 1px solid #005477;
		}
		.viewmore_btn.wht a:hover span::before, .viewmore_btn.space a:hover span::before {
				border: 1px solid #fff;
		}
		.viewmore_btn.wht a:hover span::after, .viewmore_btn.space a:hover span::after {
				border-top: 1px solid #fff;
				border-right: 1px solid #fff;
		}
		.viewmore_btn.space a:hover img {
				filter: invert(1) brightness(2);
		}
		.work_link a:hover {
				color: #005477;
				text-decoration: none;
		}
		.link_kansai a:hover::before {
				opacity: 0;
				visibility: hidden;
		}
}
@media(max-width: 767px) {
		.space_section {
				padding-bottom: 100px;
		}
		.viewmore_btn {
				width: 220px;
				font-size: 16px;
				margin-bottom: 20px;
		}
		.viewmore_btn a {
				height: 56px;
		}
		.viewmore_btn span {
				padding-right: 20px;
		}
		.viewmore_btn.space span {
				width: 150px;
		}
		.work_link a::before {
				right: -16px;
		}
		.viewmore_btn span::before {
				right: 0
		}
		.work_link a::after {
				right: -18px;
		}
		.viewmore_btn span::after {
				right: -2px;
		}
		.link_kansai {
				margin-top: 50px;
    }
		.link_kansai a {
				font-size: 16px;
		}
}
.subAnchor {
		position: relative;
		padding-top: 150px;
		margin-top: -150px;
		pointer-events: none;
}</pre></body></html>