@charset "utf-8";

.main2025{
	overflow-x: hidden;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

}



/*-------------------------------
	キービジュアル
-------------------------------*/

.Keyvisual__inner-wrap2025{
	background-image: url(../images/tenant/support/bg_keyvisual.jpg);
	background-image: image-set(url(../images/tenant/support/bg_keyvisual.jpg) 1x, url(../images/tenant/support/bg_keyvisual@2x.jpg) 2x);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Keyvisual__inner-wrap2025{
		background-image: url(../images/tenant/support/sp_bg_keyvisual.jpg);
		background-image: image-set(url(../images/tenant/support/sp_bg_keyvisual.jpg) 1x, url(../images/tenant/support/sp_bg_keyvisual@2x.jpg) 2x);
	}

}



/*-------------------------------
	パーツ
-------------------------------*/

.Layout-block{
	border: 1px solid var(--maincolor);
	width: 100%;
	padding: 7rem 5.5rem;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
}
.Layout-block:not(:last-child){
	margin-bottom: 3.6rem;
}
.Layout-block__body{
	width: calc(100% - 43.5rem);
	max-width: 44.5rem;
	padding-right: 2.5rem;
}
.Layout-block__title{
	color: var(--maincolor);
	width: 100%;
	font-size: 2.4rem;
	margin-bottom: 3rem;
	font-weight: 700;
	line-height: calc(4 / 2.4);
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.Layout-block__title-tag{
	background: var(--maincolor);
	width: 11rem;
	height: 2.4rem;
	border-radius: 1.2rem;
	margin-left: 2.6rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Layout-block__text{
	margin-bottom: 3.5rem;
}
.Layout-block__text strong{
	font-size: 2rem;
	line-height: 1;
	font-weight: 700;
	color: #FF4500;
	text-decoration: underline;
}
.Layout-block__image{
	width: 43.5rem;
	border-radius: 1rem;
	overflow: hidden;
}
.Layout-block__image img{
	width: 100%;
}
.Layout-block .C-Button2025{
	margin-left: 0;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.Layout-block__body{
		width: calc(100% - 35rem);
	}
	.Layout-block__image{
		width: 35rem;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Layout-block__body{
		width: calc(100% - 30rem);
	}
	.Layout-block__image{
		width: 30rem;
	}

}
@media screen and (max-width:768px){

	.Layout-block{
		padding: 5.6rem 6rem 8.5rem;
		flex-direction: column;
	}
	.Layout-block:not(:last-child){
		margin-bottom: 4.2rem;
	}
	.Layout-block__body{
		width: 100%;
		max-width: 100%;
		margin-bottom: 4.3rem;
		padding-right: 0;
	}
	.Layout-block__title{
		font-size: 3.6rem;
		margin-bottom: 3.7rem;
		line-height: calc(5.7 / 3.6);
	}
	.Layout-block__title-tag{
		width: 16.6rem;
		/*height: 3.6rem;*/
		padding-top: 2rem;
		padding-bottom: 2rem;
		border-radius: 10rem;
		margin-left: 3.4rem;
		font-size: 2.8rem;
	}
	.Layout-block__text{
		margin-bottom: 4.2rem;
	}
	.Layout-block__text strong{
		font-size: 4rem;
	}
	.Layout-block__image{
		width: 100%;
	}
	.Layout-block .C-Button2025{
		margin-left: auto;
	}

}



/*-------------------------------
	メッセージ
-------------------------------*/

.Message-block{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Message-block__body{
	width: 47.5rem;
	max-width: 50%;
	position: relative;
	z-index: 6000;
}
.Message-block__title{
	font-family: var(--mincho);
	font-size: 2.4rem;
	margin-bottom: 5.5rem;
	font-weight: 700;
	/* line-height: calc(4 / 2.4); */
	line-height: calc(4 / 2.2);
}
.Message-block__text{
	backdrop-filter: blur(1rem);
	border: .3rem solid rgba(255, 255, 255, .5);
	background: rgba(255, 255, 255, .1);
	box-shadow: .5rem .5rem 1.5rem rgba(255,255,255,.5),-.5rem -.5rem 1.5rem rgba(255,255,255,.5),-.5rem .5rem 1.5rem rgba(255,255,255,.5),.5rem -.5rem 1.5rem rgba(255,255,255,.5);
}
.Message-block__image-wrap{
	width: 50%;
	padding-left: 2rem;
	position: relative;
}
.Message-block__image-wrap::before{
	content: "";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 6000;
	width: 10.3rem;
	height: 13.9rem;
	left: -24.5rem;
	bottom: -16rem;
	background-image: url(../images/tenant/support/obj_message-panel.png);
	background-image: image-set(url(../images/tenant/support/obj_message-panel.png) 1x, url(../images/tenant/support/obj_message-panel@2x.png) 2x);
}
.Message-block__image{
	width: 100%;
	position: relative;
	z-index: 5000;
}
.Message-block__image::before,
.Message-block__image::after{
	content: "";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 6000;
}
.Message-block__image img{
	position: relative;
	z-index: 5000;
}
.Message-block__image:not(:last-child){
	margin-bottom: 1.8rem;
}

.Message-block__image:nth-of-type(1){
	padding-left: 9.5rem;
}
.Message-block__image:nth-of-type(1)::before{
	width: 13.4rem;
	height: 9.8rem;
	left: 7.8rem;
	top: -3rem;
	background-image: url(../images/tenant/support/obj_message-leaf1.png);
	background-image: image-set(url(../images/tenant/support/obj_message-leaf1.png) 1x, url(../images/tenant/support/obj_message-leaf1@2x.png) 2x);
}
.Message-block__image:nth-of-type(1)::after{
	width: 20.2rem;
	height: 18.4rem;
	left: -17rem;
	top: 1rem;
	background-image: url(../images/tenant/support/obj_message-block1.png);
	background-image: image-set(url(../images/tenant/support/obj_message-block1.png) 1x, url(../images/tenant/support/obj_message-block1@2x.png) 2x);
}
.Message-block__image:nth-of-type(1) img{
	width: calc(100% + 13.5rem);
	border-top-left-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
}
.Message-block__image:nth-of-type(2)::before{
	width: 12.7rem;
	height: 11.6rem;
	right: -16.5rem;
	bottom: -4rem;
	background-image: url(../images/tenant/support/obj_message-block2.png);
	background-image: image-set(url(../images/tenant/support/obj_message-block2.png) 1x, url(../images/tenant/support/obj_message-block2@2x.png) 2x);
}
.Message-block__image:nth-of-type(2){
	width: 34rem;
}
.Message-block__image:nth-of-type(2)::after{
	width: 18.1rem;
	height: 27.8rem;
	left: -15.5rem;
	bottom: -16rem;
	background-image: url(../images/tenant/support/obj_message-leaf2.png);
	background-image: image-set(url(../images/tenant/support/obj_message-leaf2.png) 1x, url(../images/tenant/support/obj_message-leaf2@2x.png) 2x);
}
.Message-block__image:nth-of-type(2) img{
	width: 100%;
	border-radius: 1.5rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Message-block{
		flex-direction: column;
	}
	.Message-block__body{
		width: 100%;
		max-width: 100%;
		margin-bottom: 12rem;
	}
	.Message-block__title{
		font-size: 4rem;
		margin-bottom: 14.8rem;
		line-height: calc(8 / 4);
	}
	.Message-block__image-wrap{
		width: 100%;
		padding-left: 3rem;
	}

	.Message-block__image:nth-of-type(1) img{
		width: calc(100% + var(--padding-leftright));
	}

}



/*-------------------------------
	入居者様サポート
-------------------------------*/

.Support{
	background: var(--subcolor-tenant);
	border-top-left-radius: 3rem;
	border-top-right-radius: 3rem;
}
.Support-menu{
	width: 100%;
	padding-top: 11.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Support-menu-block{
	width: 50%;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	position: relative;
}
.Support-menu-block__title{
	font-size: 1.8rem;
	margin-bottom: 3.5rem;
	font-weight: 700;
	line-height: calc(3 / 1.8);
	text-align: center;
}
.Support-menu-block__title::before{
	content: "";
	display: block;
	width: 10.8rem;
	height: 10.8rem;
	margin-bottom: 2rem;
	border-radius: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: auto;
	margin-right: auto;
}
.Support-menu-block:not(:last-child)::after{
	content: "";
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border-right: 1px dotted #707070;
}
.Support-menu__button{
	max-width: 38rem;
}
.Support-menu__button a{
	height: 8rem;
	border-radius: 4rem;
}
.Support-menu__button a::before{
	content: "";
	display: block;
	width: 2.5rem;
	height: 2.9rem;
	left: 4.5rem;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	background-image: url(../images/tenant/support/icon_document-black.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.Support-menu__button a:hover::before{
	background-image: url(../images/tenant/support/icon_document-white.svg);
}

/*----- 車庫証明 */
.Support-menu-block.-car .Support-menu-block__title::before{
	background-image: url(../images/tenant/support/icon_car.svg);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Support .C-Subtitle2025__title > span{
		background: var(--subcolor-tenant);
	}
	.Support-menu{ 
		padding-top: 9.5rem;
		flex-direction: column;
	}
	.Support-menu-block{
		width: 100%;
		padding-left: 6rem;
		padding-right: 6rem;
	}
	.Support-menu-block:not(:last-child){
		padding-bottom: 7rem;
	}
	.Support-menu-block:not(:first-child){
		padding-top: 7rem;
	}
	.Support-menu-block:not(:last-child)::after{
		width: 100%;
		height: 0;
		border-bottom: 1px dotted #707070;
		border-right: none;
		bottom: 0;
		top: unset;
	}
	.Support-menu-block__title{
		font-size: 3rem;
		margin-bottom: 4rem;
		line-height: calc(4 / 3);
	}
	.Support-menu-block__title::before{
		margin-bottom: 1.2rem;
	}
	.Support-menu__button{
		max-width: 51rem;
	}
	.Support-menu__button a{
		height: 10.8rem;
		border-radius: 5.4rem;
		line-height: calc(3.9 / 3);
	}
	.Support-menu__button a::before{
		width: 4.6rem;
		height: 5.3rem;
		left: 5rem;
	}
	.Support-menu__button a::after{
		right: 4.2rem;
	}

}



/*-------------------------------
	入居者様 退去時のお手続き
-------------------------------*/

.Procedure{
	border-bottom: 1px solid var(--blackcolor);
}
.Procedure .Layout-block{
	background: var(--subcolor-tenant);
	border: none;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Procedure{
		padding-bottom: 8rem;
	}
	.Procedure .C-Subtitle2025__title > span{
		background: #fff;
	}

}



/*-------------------------------
	よくある質問
-------------------------------*/
.Faq{
	padding-bottom: calc(var(--padding-topbottom) + 8rem );
}
.Faq .Layout-block{
	background: var(--subcolor-tenant);
	border: none;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){
	.Faq{
		padding-bottom: calc(var(--padding-topbottom) + 8rem );
	}

	.Faq .C-Subtitle2025__title > span{
		background: #fff;
	}

}



/*-------------------------------
	事業用賃貸建物はミユキ商事へ
-------------------------------*/

.Syouji{
	background: #A5DEA2;
	padding-top: 6.5rem;
	position: relative;
}
.Syouji::before{
	background: #A5DEA2;
	content: "";
	display: block;
	width: 23rem;
	height: 23rem;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	transform: translateY(-8.8rem);
}
.Syouji::after{
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 8.8rem);
	position: absolute;
	z-index: 4000;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 0);
	background-image: repeating-linear-gradient(135deg, transparent, transparent .3rem, rgba(255, 255, 255, .1) .3rem, rgba(255, 255, 255, .1) .8rem);
}
.Syouji__inner{
	position: relative;
	z-index: 6000;
}
.Syouji__title{
	font-size: 2.8rem;
	margin-bottom: 9.6rem;
	font-weight: 700;
	line-height: calc(4 / 2.8);
	color: #fff;
	text-align: center;
	position: relative;
}
.Syouji__title::before{
	content: "";
	display: block;
	width: 6rem;
	height: 7rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(-100%);
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/tenant/support/icon_syouji-title.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.Syouji-block{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Syouji-block__body{
	width: 43.5rem;
	padding-right: 15rem;
	position: relative;
	z-index: 5000;
}
.Syouji-block__body::before,
.Syouji-block__body::after{
	content: "";
	display: block;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
}
.Syouji-block__body::before{
	width: 9.1rem;
	height: 13.1rem;
	top: -15rem;
	left: -5rem;
	background-image: url(../images/tenant/support/obj_syouji-human1.png);
	background-image: image-set(url(../images/tenant/support/obj_syouji-human1.png) 1x, url(../images/tenant/support/obj_syouji-human1@2x.png) 2x);
}
.Syouji-block__body::after{
	width: 28.7rem;
	height: 25.6rem;
	top: -11.5rem;
	right: -1.2rem;
	background-image: url(../images/tenant/support/obj_syouji-aichi.png);
	background-image: image-set(url(../images/tenant/support/obj_syouji-aichi.png) 1x, url(../images/tenant/support/obj_syouji-aichi@2x.png) 2x);
}
.Syouji-block__title{
	font-size: 3.4rem;
	margin-bottom: 5.5rem;
	font-weight: 700;
	line-height: calc(5 / 3.4);
	letter-spacing: .05em;
	color: #fff;
}
.Syouji-block__text{
	font-size: 1.8rem;
	margin-bottom: 3.5rem;
}
.Syouji-block__image-wrap{
	width: calc(100% - 43.5rem);
	gap: 1.2rem 1.6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Syouji-block__image{
	width: calc((100% - 1.6rem) / 2);
	position: relative;
	z-index: 5000;
}
.Syouji-block__image:nth-of-type(1){
	width: 100%;
}
.Syouji-block__image:nth-of-type(1)::before,
.Syouji-block__image:nth-of-type(1)::after,
.Syouji-block__image:nth-of-type(2)::before,
.Syouji-block__image:nth-of-type(3)::after{
	content: "";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 6000;
}
.Syouji-block__image:nth-of-type(1)::before{
	width: 4.8rem;
	height: 9.4rem;
	left: -8rem;
	bottom: -5.8rem;
	background-image: url(../images/tenant/support/obj_syouji-kamihubuki1.png);
	background-image: image-set(url(../images/tenant/support/obj_syouji-kamihubuki1.png) 1x, url(../images/tenant/support/obj_syouji-kamihubuki1@2x.png) 2x);
}
.Syouji-block__image:nth-of-type(1)::after{
	width: 38.9rem;
	height: 27.6rem;
	right: -16rem;
	top: -13.5rem;
	background-image: url(../images/tenant/support/obj_syouji-kamihubuki2.png);
	background-image: image-set(url(../images/tenant/support/obj_syouji-kamihubuki2.png) 1x, url(../images/tenant/support/obj_syouji-kamihubuki2@2x.png) 2x);
}
.Syouji-block__image:nth-of-type(2)::before{
	width: 7.3rem;
    height: 10rem;
	left: -12rem;
	bottom: -3.5rem;
	background-image: url(../images/tenant/support/obj_syouji-human2.png);
	background-image: image-set(url(../images/tenant/support/obj_syouji-human2.png) 1x, url(../images/tenant/support/obj_syouji-human2@2x.png) 2x);
}
.Syouji-block__image:nth-of-type(3)::after{
	width: 25.1rem;
	height: 22.3rem;
	right: -4rem;
	bottom: -12rem;
	background-image: url(../images/tenant/support/obj_syouji-character.png);
	background-image: image-set(url(../images/tenant/support/obj_syouji-character.png) 1x, url(../images/tenant/support/obj_syouji-character@2x.png) 2x);
}
.Syouji-block__image img{
	width: 100%;
	border-radius: 1rem;
}
.Syouji .C-Button2025 a{
	color: var(--maincolor);
	border: none;
	padding-right: 3.5rem;
	background: #fff;
}
.Syouji .C-Button2025 a::after{
	width: 1.7rem;
	height: 1.9rem;
	background-image: url(../images/common/icon_blank-blue.svg);
}
.Syouji .C-Button2025 a:hover{
	background: var(--maincolor);
	color: #fff;
}
.Syouji .C-Button2025 a:hover::after{
	background-image: url(../images/common/icon_blank-white.svg);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Syouji__title{
		font-size: 3.6rem;
		margin-bottom: 14.8rem;
		line-height: calc(4 / 3.6);
	}
	.Syouji__title::before{
		bottom: 1rem;
	}
	.Syouji-block{
		flex-direction: column;
	}
	.Syouji-block__body{
		width: 100%;
		margin-bottom: 9.5rem;
		padding-right: 0;
	}
	.Syouji-block__body::before{
		top: -15rem;
		left: -2.5rem;
	}
	.Syouji-block__body::after{
		width: 33rem;
		height: 29.4rem;
		top: -11.5rem;
		right: -1.2rem;
	}
	.Syouji-block__title{
		font-size: 4.8rem;
		margin-bottom: 5.2rem;
		line-height: calc(7 / 4.8);
	}
	.Syouji-block__text{
		font-size: 2.8rem;
		margin-bottom: 6rem;
	}
	.Syouji-block__image-wrap{
		width: 100%;
		gap: 1.6rem;
	}
	.Syouji-block__image{
		width: calc((100% - 1.6rem) / 2);
	}
	.Syouji-block__image:nth-of-type(1){
		width: 100%;
	}
	.Syouji-block__image:nth-of-type(1)::before{
		left: -3rem;
        bottom: unset;
        top: -19rem;
	}
	.Syouji-block__image:nth-of-type(1)::after{
		width: 38.9rem;
		height: 22.5rem;
		right: -17.8rem;
		top: -7rem;
		background-image: url(../images/tenant/support/sp_obj_syouji-kamihubuki2.png);
		background-image: image-set(url(../images/tenant/support/sp_obj_syouji-kamihubuki2.png) 1x, url(../images/tenant/support/sp_obj_syouji-kamihubuki2@2x.png) 2x);
	}
	.Syouji-block__image:nth-of-type(2)::before{
		width: 10rem;
		height: 14rem;
		left: unset;
		bottom: unset;
		right: -34.5rem;
		top: -65rem;
		background-image: url(../images/tenant/support/sp_obj_syouji-human2.png);
		background-image: image-set(url(../images/tenant/support/sp_obj_syouji-human2.png) 1x, url(../images/tenant/support/sp_obj_syouji-human2@2x.png) 2x);
	}
	.Syouji-block__image:nth-of-type(3)::after{
		right: -3.5rem;
		bottom: -10.8rem;
	}
	.Syouji .C-Button2025 a{
		padding-right: 3.5rem;
	}
	.Syouji .C-Button2025 a::after{
		width: 2.7rem;
		height: 3rem;
		right: 2rem;
	}

}