@charset "utf-8";

/*-------------------------------
	一括借上契約 さらに分かりやすく！シミュレーション
-------------------------------*/

.Detail1__title{
	margin-bottom: 12.5rem;
}
.Detail1-block{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Detail1-block:not(:first-child){
	padding-top: 15rem;
}
.Detail1-block:not(:last-child){
	border-bottom: 1px solid  var(--blackcolor);
	padding-bottom: 15rem;
}
.Support1-block__body{
	width: calc(100% - 47.5rem);
	padding-right: 9.8rem;
}
.Support1-block__title{
	width: 100%;
	margin-bottom: 4.2rem;
	display: flex;
    align-items: baseline;
    justify-content: flex-start;
    position: relative;
}
.Support1-block__title::before{
    background: var(--maincolor-owner);
	content: "";
    display: block;
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 50%;
    opacity: .2;
    position: absolute;
    left: 0;
    bottom: .5rem;
    z-index: -1;
}
.Support1-block__title::after{
	font-family: var(--en2);
    content: attr(data-number);
    font-size: 8rem;
    font-weight: 600;
    line-height: 1;
    display: block;
    font-style: italic;
    -webkit-text-stroke: 1px var(--maincolor);
    text-stroke: 1px var(--maincolor);
    color: transparent;
}
.Support1-block__title span{
	color: var(--maincolor);
	font-size: 2rem;
	font-weight: 700;
	line-height: calc(4 / 2.4);
	margin-right: 3.3rem;
	display: block;
}
.Support1-block__subtitle{
	color: var(--blackcolor);
	font-size: 2.4rem;
    line-height: calc(4 / 2.4);
    margin-bottom: 2.5rem;
	font-weight: 700;
}
.Support1-block__image{
	width: 47.5rem;
}
.Support1-block__image img{
	width: 100%;
}
.Support1-block__image-caption{
	width: 100%;
	line-height: 1;
	font-weight: 500;
	margin-top: 1.7rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Support1-block__image-caption::before{
	content: "※";
	line-height: 1;
	display: block;
}

@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){

	.Detail1__title{
		margin-bottom: 8.5rem;
	}
	.Detail1-block{
		flex-direction: column;
	}
	.Detail1-block:not(:first-child){
		padding-top: .5rem;
	}
	.Detail1-block:not(:last-child){
		padding-bottom: 5rem;
	}
	.Support1-block__body{
		width: 100%;
		padding-right: 0;
	}
	.Support1-block__title{
		margin-top: 5.5rem;
		margin-bottom: 5.5rem;
	}
	.Support1-block__title::before{
		width: 7.5rem;
		height: 7.5rem;
	}
	.Support1-block__title::after{
		font-size: 12rem;
		transform: translateY(1rem);
	}
	.Support1-block__title span{
		font-size: 3.4rem;
		line-height: 1;
		margin-right: 1.5rem;
	}
	.Support1-block__subtitle{
		font-size: 3.2rem;
		line-height: 1;
		margin-bottom: 2.5rem;
	}
	.Support1-block__image{
		width: 100%;
		margin-top: 3rem;
	}
	.Support1-block__image-caption{
		margin-top: 2.5rem;
	}

}



/*-------------------------------
	成果還元と変動リスクのシミュレーション
-------------------------------*/

.Detail2{
	background: var(--subcolor-owner);
	border-top-left-radius: 3rem;
	border-top-right-radius: 3rem;
}
.Detail2-block-wrap{
	margin-bottom: 7.5rem;
}
.Detail2-block{
	border: 1px solid var(--maincolor);
	width: 100%;
	border-radius: 1.5rem;
	padding: 6.7rem 9.5rem 8rem;
	background: #fff;
	position: relative;
}
.Detail2-block:not(:last-child){
	margin-bottom: 8rem;
}
.Detail2-block::before{
	content: "";
	display: block;
	width: 8rem;
	height: 8rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
}
.Detail2-block::before{
	background-image: url(../images/owner/support1/detail/icon_detail2.svg);
}
.Detail2-block__header{
	margin-bottom: 9.8rem;
}
.Detail2-block__title{
	color: var(--maincolor);
	font-size: 2.4rem;
	margin-bottom: 2.6rem;
	line-height: calc(4 / 2.4);
	font-weight: 700;
	text-align: center;
}
.Detail2-block__title span{
	padding-left: 1.8rem;
	padding-right: 1.8rem;
    line-height: 1;
    display: inline-block;
	position: relative;
	z-index: 5000;
}
.Detail2-block__title span::before{
	background: var(--maincolor-owner);
	content: "";
	display: block;
	width: 100%;
	height: 2rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -.8rem;
	z-index: -1;
	opacity: .5;
}
.Detail2-block__text{
	border: 1px solid var(--maincolor);
	color: var(--maincolor);
	width: 100%;
	font-size: 1.8rem;
	padding: .8rem 1rem .6rem;
	font-weight: 500;
	line-height: calc(3.6 / 1.8);
	text-align: center;
}
.Detail2-block__text-strong{
	font-weight: 700;
}
.Detail2-block__item{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.Detail2-block__item:not(:first-child){
	padding-top: 7.2rem;
}
.Detail2-block__item:not(:last-child){
	padding-bottom: 8.6rem;
	border-bottom: 2px dotted #707070;
}
.Detail2-block__item-title{
	width: 100%;
	margin-bottom: 2rem;
	font-size: 2rem;
	padding-left: 1.5rem;
	line-height: calc(3.6 / 2);
	font-weight: 700;
	position: relative;
}
.Detail2-block__item-title::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: .9rem;
	height: .9rem;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.Detail2-block__item-math{
	width: 100%;
	padding-bottom: 5.5rem;
	margin-bottom: 3.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.Detail2-block__item-math::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 2.5rem solid transparent;
	border-left: 2.5rem solid transparent;
	border-top: 2.5rem solid var(--maincolor);
	border-bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
.Detail2-block__item-math-data{
	width: calc((100% - (8.5rem * 2)) / 3);
	height: 7.8rem;
	border-radius: .5rem;
	background: #ECF2F7;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.Detail2-block__item-math-data::after{
	color: var(--maincolor);
	font-size: 2.4rem;
	line-height: 1;
	font-weight: 700;
	display: block;
	position: absolute;
	right: calc((8.5rem / 2) * -1);
	top: 50%;
	transform: translate(50%,-50%);
}
.Detail2-block__item-math-data:nth-of-type(1)::after{
	content: "ー";
}
.Detail2-block__item-math-data:nth-of-type(2)::after{
	content: "＝";
}
.Detail2-block__item-math-data-title{
	color: var(--maincolor);
	font-size: 1.8rem;
	margin-bottom: 1.2rem;
	line-height: 1;
	font-weight: 700;
}
.Detail2-block__item-math-data-text{
	line-height: 1;
	font-weight: 500;
}
.Detail2-block__item-math-block-answer{
	color: var(--maincolor);
	font-size: 2.4rem;
	font-weight: 700;
}
.Detail2-block__item-result{
	color: var(--maincolor);
	font-size: 1.8rem;
	padding-bottom: 1rem;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	position: relative;
	display: inline-block;
}
.Detail2-block__item-result::after{
	background: var(--blackcolor);
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
.Detail2-block__item-result-strong1{
	font-weight: 700;
}
.Detail2-block__item-result-strong2{
	font-size: 2.4rem;
	font-weight: 700;
}
.Detail2-block-frame{
	width: 100%;
	padding-top: 2.6rem;
	padding-bottom: 4.5rem;
	background: #fff;
}
.Detail2-block-frame img{
	width: 100%;
}

@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){

	.Detail2 .C-Subtitle2025{
		margin-bottom: 7.5rem;
	}
	.Detail2 .C-Subtitle2025__title span{
		background: var(--subcolor-owner);
	}
	.Detail2-block-wrap{
		margin-bottom: 7.5rem;
	}
	.Detail2-block{
		padding: 7.5rem 3.5rem 3.5rem;
	}
	.Detail2-block:not(:last-child){
		margin-bottom: 7.5rem;
	}
	.Detail2-block::before{
        width: 10rem;
        height: 10rem;
	}
	.Detail2-block__header{
		margin-bottom: 5rem;
	}
	.Detail2-block__title{
		font-size: 3.4rem;
		margin-bottom: 3.5rem;
		line-height: 1.5;
	}
	.Detail2-block__title span{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.Detail2-block__text{
		font-size: 2.8rem;
		padding: 2.5rem 2.5rem 2rem;
		line-height: 1.5;
	}
	.Detail2-block__item:not(:first-child){
		padding-top: 5rem;
	}
	.Detail2-block__item:not(:last-child){
		padding-bottom: 5rem;
	}
	.Detail2-block__item-title{
		margin-bottom: 2.5rem;
		font-size: 2.8rem;
		padding-left: 2rem;
		line-height: 1.5;
	}
	.Detail2-block__item-title::before{
		width: 1.2rem;
		height: 1.2rem;
	}
	.Detail2-block__item-math{
		margin-bottom: 2.5rem;
		flex-direction: column;
	}
	.Detail2-block__item-math::after{
		border-right: 2.5rem solid transparent;
		border-left: 2.5rem solid transparent;
		border-top: 2.5rem solid var(--maincolor);
		border-bottom: 0;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.Detail2-block__item-math-data{
		width: 100%;
		height: 12.5rem;
		border-radius: 1.5rem;
	}
	.Detail2-block__item-math-data:not(:last-child){
		margin-bottom: 5rem;
	}
	.Detail2-block__item-math-data::after{
		left: 50%;
		right: unset;
		bottom: -2.5rem;
		top: unset;
		transform: translate(-50%,50%);
	}
	.Detail2-block__item-math-data-title{
		font-size: 2.8rem;
		margin-bottom: 1.5rem;
	}
	.Detail2-block__item-math-block-answer{
		font-size: 2.8rem;
	}
	.Detail2-block__item-result{
		font-size: 2.8rem;
		line-height: 1.5;
	}
	.Detail2-block__item-result-strong2{
		font-size: 3.2rem;
	}
	.Detail2-block-frame{
		padding-top: 0;
		padding-bottom: 0;
		overflow: auto;
	}
	.Detail2-block-frame img{
		width: 200%;
	}

}



/*-------------------------------
	借上基準賃料の更新シミュレーション
-------------------------------*/

.Detail3__text{
	margin-bottom: 6rem;
	text-align: center;
}
.Detail3-block-wrap{
	margin-bottom: 7.3rem;
}
.Detail3-block{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
.Detail3-block::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 2.5rem solid transparent;
	border-bottom: 2.5rem solid transparent;
	border-left: 2.5rem solid var(--maincolor);
	border-right: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.Detail3-block:not(:first-child){
	padding-top: 7.3rem;
}
.Detail3-block:not(:last-child){
	padding-bottom: 7.3rem;
	border-bottom: 2px dotted #707070;
}
.Detail3-block__image{
	width: calc((100% - 15rem) / 2);
}
.Detail3-block__image img{
	width: 100%;
}
.Detail3-block-frame{
	border: 1px solid var(--maincolor);
	width: 100%;
	margin-bottom: 11.2rem;
	position: relative;
}
.Detail3-block-frame img{
	width: 100%;
}
.Detail3__button{
	max-width: 34rem;
}

@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){

	.Detail3__text{
		margin-bottom: 5rem;
		text-align: left;
	}
	.Detail3-block-wrap{
		margin-bottom: 5rem;
	}
	.Detail3-block{
		flex-direction: column;
	}
	.Detail3-block::after{
		display: none;
	}
	.Detail3-block:not(:first-child){
		padding-top: 5rem;
	}
	.Detail3-block:not(:last-child){
		padding-bottom: 5rem;
	}
	.Detail3-block__image{
		width: 100%;
	}
	.Detail3-block__image:not(:last-child)::after{
		background: var(--maincolor);
		content: "";
		display: block;
        width: 5rem;
        height: 2.5rem;
		clip-path: polygon(0 0, 50% 100%, 100% 0);
		margin: 2.5rem auto;
	}
	.Detail3-block-frame{
		margin-bottom: 5rem;
		overflow: auto;
	}
	.Detail3-block-frame img{
		width: 200%;
	}
	.Detail3__button{
		max-width: 50rem;
	}

}