<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.fluid-image{
	max-width: 100%;
	height: auto;
}
.wrp-container{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.is-visiblePc{
	display: block !important;
}
.is-visibleSp{
	display: none!important;
}
@media screen and (max-width: 999px){
	.is-visiblePc{
		display: none !important;
	}
	.is-visibleSp{
		display: block !important;
	}
}
/* box-mainvisual */
.box-mainvisual{
	position: relative;
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
}
.box-mainvisual-logo{
	position: absolute;
	left: 0px;
	top: -13px;
	background: #fff;
	padding-right: 52px;
	padding-bottom: 36px;
	box-sizing: border-box;
	border-radius: 0 17px 30px 0px;
	padding-left: 2px;
}
.box-mainvisual__image{
	line-height: 0;
	border-radius: 30px;
	overflow: hidden;
}
.box-mainvisual__image img{
	width: 100%;
	height: 700px;
	object-fit: cover;
}
.box-mainvisual-logo a{
	transition: all 0.5s ease;
}
@media screen and (max-width: 1199px){
	.box-mainvisual__image img{
		height: 650px;
	}
}
@media screen and (min-width: 1020px){
	#header{
		padding-top: 0;
		position: absolute;
		border-bottom: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 1019px){
	#header{
		height: auto;
		border-bottom: none;
	}
}
@media screen and (max-width: 999px){
	.box-mainvisual{
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 15px;
	}
	.box-mainvisual__image{
		border-radius: 17px;
	}
	.box-mainvisual__image img{
		height: auto;
	}
	.box-mainvisual-logo{
		top: 0px;
		padding-left: 11px;
		padding-right: 0;
		padding-top: 4px;
		display: inline-block;
		padding-bottom: 17px;
		width: 131px;
		border-radius: 0 0px 17px 0px;
	}
	.box-mainvisual-logo img{
		width: 77%;
	}
}

.btn-bukken{
	position: absolute;
	bottom: -79px;
	right: 0;
	width: 156px;
	z-index: 3;
}
.btn-bukken a{
	transition: all 0.5s ease;
	display: block;
}
@media screen and (max-width: 999px){
	.btn-bukken{
		width: 117px;
		right: -7px;
		bottom: -52px;
	}
}

/* box-philosophy */
.box-philospohy{
	position: relative;
	overflow: hidden;
	padding-bottom: 23%;
}
.box-philosophy-inner{
	display: flex;
	padding-top: 53px;
	position: relative;
}
.box-philospohy-image01{
	font-size: 0;
	line-height: 0;
	width: 52%;
	position: absolute;
	left: -278px;
	top: 53px;
}
.box-philospohy-image02{
	font-size: 0;
	line-height: 0;
	width: 47.2%;
	position: absolute;
	top: 242px;
	right: -211px;
	z-index: 5;
}
.box-philospohy-content{
	text-align: center;
	position: relative;
	margin-left: 24%;
}
.box-philospohy-title{
	margin-top: 45px;
}
.box-philospohy-title img{
	margin: 0 auto;
}
.box-philospohy-text{
	margin-top: 48px;
}
.box-philospohy-image03{
	display: none;
}
@media screen and (max-width: 999px){
	.box-philospohy{
		padding-bottom: 0;
	}
	.box-philosophy-inner{
		flex-wrap: wrap;
		padding-top: 47px;
	}
	.box-philospohy-image01{
		display: none;
	}
	.box-philospohy-content{
		width: 100%;
		margin-left: 0;
	}
	.box-philospohy-title{
		margin-top: 0;
	}
	.box-philospohy-title img{
		width: 57%;
		margin: 0 auto;
	}
	.box-philospohy-text{
		margin-top: 27px;
		padding: 0 19px;
		box-sizing: border-box;
	}
	.box-philospohy-text img{
		margin: 0 auto;
	}
	.box-philospohy-image02{
		display: none;
	}
	.box-philospohy-image03{
		display: block;
		margin-top: 24px;
		text-align: center;
		position: relative;
		z-index: 5;
	}
	.box-philospohy-image03 img{
		width: 100%;
	}
}

/* box-works */
.box-works{
	background: url('/outline/images/bg-works.jpg') no-repeat;
	background-size: 100% 100%;
	margin-top: -16%;
	margin-left: 50px;
	margin-right: 50px;
	border-radius: 30px;
	position: relative;
	z-index: 2;
}
.works-inner{
	padding: 75px 0 80px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
.works-inner::after{
	content: "";
	background: url('/outline/images/dot.png') no-repeat;
	position: absolute;
	left: 23.2%;
	background-size: 100% 100%;
	width: 714px;
	display: block;
	height: 84.8%;
	top: 8%;
	z-index: 1;
}
.works-title{
	text-align: center;
	padding-top: 100px;
}
.works-title img{
	margin: 0 auto;
}
.works-lead{
	text-align: center;
	margin-top: 39px;
}
.works-lead img{
	margin: 0 auto;
}
@media screen and (max-width: 999px){
	.box-works{
		margin-left: 15px;
		margin-right: 15px;
		margin-top: -16px;
		border-radius: 15px;
	}
	.works-inner::after{
		display: none;
	}
	.works-inner{
		padding: 48px 0 30px;
	}
	.works-title{
		padding-top: 49px;
	}
	.works-title img{
		width: 35%;
		margin: 0 auto;
	}
	.works-lead{
		margin-top: 37px;
		padding: 0 23px;
		box-sizing: border-box;
	}
	.works-lead img{
		margin: 0 auto;
	}
}
.works-lead + .box-media{
	margin-top: 74px;
}
.box-media{
	display: flex;
	align-items: center;
	margin-bottom: 26px;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.box-media-image{
	width: 45%;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.box-media-content{
	width: 55%;
	padding: 52px 0 0 20px;
	box-sizing: border-box;
}
.box-infor-item{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.box-infor-title{
	width: 88px;
	font-size: 26px;
	color: #55a2ca;
	font-weight: bold;
}
.box-infor-title span{
	font-size: 16px;
}
.box-infor-text{
	width: calc(100% - 88px);
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	position: relative;
	top: 3px;

}
.box-media--reverse .box-media-image{
	order: 2;
	width: 47%;
	text-align: right;
	padding-right: 14px;
}
.box-media--reverse .box-media-content{
	order: 1;
	padding-left: 30px;
	padding-top: 7px;
	width: 53%;
}
@media screen and (max-width: 999px){
	.box-media{
		flex-wrap: wrap;
		margin-bottom: 29px;
	}
	.box-media-image{
		width: 100%;
		padding: 0 10px;
	}
	.box-media-image img{
		margin: 0 auto;
		width: 100%;
	}
	.box-media-content{
		width: 100%;
		padding: 7px 0 0 10px;
	}
	.box-infor-title{
		font-size: 21px;
		width: 68px;
	}
	.box-infor-item{
		margin-bottom: 10px;
	}
	.box-infor-title span{
		font-size: 15px;
	}
	.box-infor-text{
		width: calc(100% - 68px);
		font-size: 15px;
		line-height: 1.33;
		padding-left: 8px;
	}
	.box-media--reverse .box-media-image{
		width: 100%;
		padding-right: 10px;
		order: 1;
	}
	.box-media--reverse .box-media-content{
		order: 2;
		width: 100%;
		padding-left: 7px;
	}
	.box-media--reverse{
		margin-bottom: 22px;
	}
}

/* box-article */
.box-article{
	margin-top: 49px;
	position: relative;
	z-index: 2;
}
.box-article-inner{
	display: flex;
	align-items: center;
}
.box-article-image{
	width: 47%;
	padding-left: 28px;
	position: relative;
	z-index: 2;
}
.box-article-content{
	width: 53%;
	padding-left: 17px;
}
.box-article .box-infor-list{
	margin-top: -38px;
}
.box-article .box-infor-text{
	line-height: 1.5;
	position: relative;
	top: 3px;
}
.box-article-inner--01{
	margin-left: 38.2%;
	position: relative;
	top: -104px;
}
.box-article-inner--01 .box-article-image{
	width: 61.5%;
}
.box-article-inner--01 .box-article-content{
	padding-left: 17px;
	width: 38.5%;
}
.box-article-inner--01 .box-infor-text{
	width: 100%;
}
.box-year + .box-article--01 {
	margin-top: 55px;
}
.box-article--01 .box-article-inner{
	margin-left: 88px;
}
.box-article--01 .box-article-image{
	width: 60%;
	padding-left: 0;
}
.box-article--01 .box-article-image{
	width: 65%;
	padding-left: 0;
}
.box-article--01 .box-article-content{
	width: 35%;
}
.box-article--01 .box-infor-list {
	margin-top: -98px;
}
.box-article--01 .box-infor-item{
	display: block;
}
.box-article--01 .box-infor-title{
	width: 100%;
}
.box-article--01 .box-infor-text{
	width: 100%;
	margin-top: 3px;
}
.box-article--01 .box-article-inner--01{
	text-align: right;
	padding-right: 92px;
	margin-left: 0;
	top: -150px;
}
.box-article--01 .box-article-inner--01 .box-article-image{
	width: 100%;
}
.box-article .box-article-inner--01 .box-infor-list{
	margin-top: -15px;
}
.box-article--reverse{
	margin-top: -90px;
	position: relative;
	z-index: 2;
}
.box-article--reverse .box-article-inner{
	margin-left: 0;
}
.box-article--reverse .box-article-inner--01{
	margin-left: 15.7%;
	text-align: left;
	padding-right: 0;
}
.box-article--reverse .box-infor-list {
	margin-top: -105px;
}
.box-article--reverse .box-article-image{
	order: 2;
	width: 58%;
}
.box-article--reverse .box-article-content{
	order: 1;
	width: 42%;
	padding-left: 16.3%
}
.box-article--02{
	margin-top: -85px !important;
}
.box-article--02 .box-article-image{
	width: 42%;
}
.box-article--02 .box-article-content {
	width: 58%;
}
.box-article--02 .box-article-inner{
	margin-left: 13.5%;
}
.box-article--02 .box-infor-list {
	margin-top: -22px;
}
@media screen and (max-width: 999px){
	.box-article{
		margin-top: 25px;
	}
	.box-article-inner{
		flex-wrap: wrap;
	}
	.box-article-image{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.box-article-image img{
		margin: 0 auto;
		width: 100%;
	}
	.box-article-content{
		width: 100%;
		padding-left: 10px;
		margin-top: 50px;
	}
	.box-article-inner--01{
		display: none;
	}
	.box-article--01 .box-article-image{
		width: 100%;
		padding: 0 10px;
	}
	.box-article--01 .box-article-content{
		width: 100%;
		margin-top: 17px;
	}
	.box-article--01 .box-article-inner{
		margin-left: 0;
	}
	.box-year + .box-article--01 {
		margin-top: 33px;
	}
	.box-article--01 .box-infor-list{
		margin-top: 0;
	}
	.box-article--01 .box-infor-item{
		display: flex;
	}
	.box-article--01 .box-infor-title{
		font-size: 21px;
		width: 68px;
	}
	.box-article--01 .box-infor-text{
		width: calc(100% - 68px);
		top: 0;
		margin-top: 3px;
		line-height: 1.33;
		padding-left: 8px;
	}
	.box-article--reverse{
		margin-top: 24px;
	}
	.box-article--reverse .box-article-image{
		order: 1;
	}
	.box-article--reverse .box-article-content{
		order: 2;
		padding-left: 4px;
		margin-top: 9px;
	}
	.box-article--02{
		margin-top: 30px !important;
	}
	.box-article--02 .box-article-content{
		margin-top: 12px;
	}
}
/* box-pattern */
.box-pattern{
	position: relative;
	z-index: 2;
}
.box-article + .box-pattern{
	margin-top: -78px;
}
.box-pattern-inner{
	display: flex;
	justify-content:space-around;
}
.box-pattern-item{
	padding-left: 59px;
	width: 42%;
}
.box-pattern-image{
	position: relative;
	z-index: 2;
}
.box-pattern-content{
	margin-top: 14px;
	padding-left: 30px;
}
.box-pattern .box-infor-item{
	display: block;
}
.box-pattern .box-infor-text{
	width: 100%;
	margin-top: 8px;
	top: 0;
}
.box-pattern-item:nth-child(2) .box-pattern-content{
	margin-left: 25.5%;
}
.box-pattern-item:nth-child(2){
	padding-left: 23px;
	padding-top: 83px;
	width: 58%;
}
.box-pattern-item:nth-child(2) .box-infor-list{
	position: relative;
	margin-top: -9px;
}
.box-pattern-item:nth-child(2) .box-infor-text{
	margin-top: 4px;
}
@media screen and (max-width: 999px){
	.box-pattern-inner{
		flex-wrap: wrap;
	}
	.box-pattern-item{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.box-pattern-content{
		padding-left: 0;
	}
	.box-pattern-item:nth-child(2){
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		margin-top: 22px;
	}
	.box-article + .box-pattern{
		margin-top: 25px;
	}
	.box-pattern .box-infor-item{
		display: flex;
		justify-content: space-between;
	}
	.box-pattern .box-infor-title {
		font-size: 21px;
		width: 68px;
	}
	.box-pattern .box-infor-text {
		width: calc(100% - 68px);
		margin-top: 3px;
		padding-left: 8px;
	}
	.box-pattern-item:nth-child(2) .box-pattern-content{
		margin-left: 0;
		margin-top: 20px;
	}
	.box-pattern-image img{
		margin: 0 auto;
		width: 100%;
	}
}

/* box-year */
.box-year{
	background: #fff;
	border-radius: 30px;
	padding: 26px 35px 11px 28px;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 183px;
	margin-top: -40px;
	position: relative;
	z-index: 2;
}
.box-year .box-infor-item{
	display: block;
}
.box-year .box-infor-title{
	width: 100%;
}
.box-year .box-infor-text{
	width: 100%;
}
 .box-article--reverse + .box-year{
	margin-top: 0;
	position: relative;
	top: -126px;
	left: 24%;
}
.box-year--01{
	margin-top: 38px;
	margin-left: 27%;
	padding: 30px 25px 18px 25px;
}
.box-year--01 .box-infor-title{
	font-size: 36px;
}
.box-year--01 .box-infor-title span{
	font-size: 20px;
}
.box-year--01 .box-infor-text{
	margin-top: 8px;
	font-size: 20px;
}
.box-year--01 .box-infor-item{
	text-align: center;
}
@media screen and (max-width: 999px){
	.box-year{
		border-radius: 15px;
		padding: 21px 32px 11px 25px;
		margin: 16px 10px 0;
		display: block;
	}
	.box-year .box-infor-text{
		top: 0;
		margin-top: 5px;
		padding-left: 0;
	}
	.box-article--reverse + .box-year{
		margin-top: 17px;
		position: relative;
		top: 0;
		left: 0;
	}
	.box-year--01 .box-infor-item{
		text-align: left;
	}
	.box-year--01 .box-infor-title{
		font-size: 21px;
	}
	.box-year--01 .box-infor-text{
		font-size: 15px;
	}
}
.box-property-slider{
	background: url("/outline/images/bg-bukken-pc.jpg") no-repeat center;
	background-size: cover;
	margin-top: 52px;
}
.box-property-slider .m-property-slider{
	margin-top: 70px;
}
.box-property-slider .m-property-slider__hdg{
	font-size: 30px;
	color: #fff;
	margin-bottom: 30px;
}
.box-property-slider .m-property-slider .bx-wrapper .bx-pager.bx-default-pager a{
	background: #fff;
}
.box-property-slider .bx-wrapper{
	background: transparent;
}
.box-property-slider .m-property-slider__name{
	color: #fff;
}
@media screen and (max-width: 767px){
	.box-property-slider .m-property-slider{
		margin-top: 35px;
		margin-bottom: 65px;
	}
	.box-property-slider .m-property-slider__hdg{
		font-size: 20px;
		margin-bottom: 22px;
	}
}

/* box-bnr-corporate */
.box-bnr-corporate{
	padding: 50px 0 50px;
	box-sizing: border-box;
}
.box-bnr-corporate-image{
	text-align: center;
}
.box-bnr-corporate-image img{
	width: 60%;
}
.box-bnr-corporate-image a{
	display: block;
	transition: all 0.5s ease;
}
@media screen and (max-width: 999px){
	.box-bnr-corporate-image img{
		width: 100%
	}
	.box-bnr-corporate{
		padding: 30px 0 30px;
	}
}


/*▼2023/7/24 ツルマガーデン追加*/
.box-article--2023 {
	margin-top: 80px;
}
@media screen and (max-width: 999px) {
	.box-article--2023 {
		margin-top: 30px;
	}
	.works-inner {
		padding-bottom: 50px;
	}
}
/*▲2023/7/24 ツルマガーデン追加*/

/*▼2024/9/11 岡崎追加*/
.box-article--2024 {
	margin-top: -60px;
}
.box-article--2024 + .box-year {
	margin-top: 0;
	top: -82px;
	left: 0;
}
@media screen and (max-width: 999px) {
	.box-article--2024 {
		margin-top: 30px;
	}
	.box-article--2024 + .box-year {
		top: 20px;
	}
	.works-inner {
		padding-bottom: 50px;
	}
}
/*▲2024/9/11 岡崎追加*/</pre></body></html>