@charset "utf-8";
/* CSS Document */

/*------------------------------------------
スマホ/sp
------------------------------------------*/

/*------------ コンテンツ --------------*/

/*運用理念*/
.philosophy{
	margin-bottom: 6rem;
}
.philosophy__subttl{
	width:86%;
	margin: 0 auto 2rem;
}
.philosophy__txt{
	width:100%;
	color: var(--main-color);
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	margin-bottom:2rem;
}
.philosophy__main{
	width:100%;
	margin: 0;
}

/*運用の仕組み*/
.structure{
	margin-bottom: 7rem;
}
.structure__main{
	width:100%;
	margin: 0;
}

/*スポンサーサポート*/
.support{
	margin-bottom: 3rem;
}
.support__main{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	margin-top: -2.5rem;
}
.support__blk{
	width: 100%;
	padding: 3rem 0;
}
.support__blk:first-of-type{
	border-bottom: 1px solid #707070;
}
.support__company{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	align-items: center;
	margin: 0 0 3rem;
}
.support__company_name{
	width: 62%;
	color: var(--main-color);
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	/*white-space: nowrap;*/
}
.support__company_logo{
	width: 38%;
}
.support__company_logo.right{
	width: 34%;
}
.support__detail{
	width:86%;
	margin: 0 auto;
}
.support__detail_li{
	list-style:disc;
	font-size: 1.3rem;
	line-height: 1.4;
	margin-bottom: 1.2rem;
}
.support__case{
	width: 100%;
	padding: 1rem 0;
}
.support__subttl{
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	padding-bottom:1rem; 
	border-bottom: 1px solid #707070;
}
.support__case_list{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	margin: 0 auto;
	padding:3rem 0 0;
	width: 86%;
}
.support__case_li{
	width: 46%;
	margin: 0;
	padding: 0 0 1.5rem;
}
.support__case_txt{
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.2;
	margin-top: 0.5rem;
}

/*投資対象*/
.target{
	margin-bottom: 5rem;
}
.target__lead{
	width: 100%;
	color: var(--main-color);
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 700;
	padding:1.5rem;
	background-color: #EAEAEA;
	margin-bottom: 5rem;
}
.target__reit{
	width:100%;
	border-top: 1px solid #707070;
}
.target__subttl{
	font-size: 1.5rem;
	margin-top: -1.9rem;
	text-align: center;
	margin-bottom: 1rem;
	line-height: 1.4;
}
.target__subttl span{
	display: inline-block;
	background-color: #fff;
	padding:0 0.7rem; 
}
.target__point{
	display: flex;
	flex-flow: row wrap;
	justify-content:center;
	margin: 0 auto 3rem;
	padding:2rem 0;
	width: 100%;
	background-color: #fff;
}
.target__point_li{
	width: 42%;
	margin: 0;
	padding: 0;
}
.target__point_txt{
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.4;
	margin-top: 0.5rem;
}
.target__leading{
	width:100%;
	border-top: 1px solid #707070;
}
.target__leading_blk{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
}
.target__leading_blk_bx{
	width: 100%;
	margin-bottom: 1.0rem;
}
.target__leading_hdtxt{
	font-size: 1.3rem;
	line-height: 1.5;
	background-image: url("../images/oval_icon.svg");
	background-repeat: no-repeat;
	background-size: 1.2rem;
	background-position: 0 0.4rem;
	padding-left: 1.5rem;
	margin: 1.5rem 0 2.5rem;
}
.target__leading_dl{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
}
.target__leading_dt{
	width:100%;
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: 700;
	text-align:center;
	padding:1rem 0;
	background-color: #EAEAEA;
	margin-bottom: 0.4rem;
}
.target__leading_dd{
	width:24%;
	margin-bottom: 2rem;
}
.target__leading_mdtxt{
	color: var(--main-color);
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 1rem;
}
.target__leading_graph{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	align-items: center;
	margin-bottom: 2.5rem;
}
.target__leading_graph_l{
	width:58%;
}
.target__leading_graph_r{
	width:40%;
}
.target__leading_note{
	width: 100%;
	margin: 0;
}
.target__leading_note th{
    white-space: nowrap;
	vertical-align: top;
}
.target__leading_note th, .target__leading_note td{
    font-size: 1.1rem;
    line-height: 1.3;
	font-weight: normal;
}
.target__link{
    display: inline-block;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-color: #878fb5;
    margin: 0 auto 3rem;
    padding: 1.2rem 0;
    border-radius: 0.5rem;
}
.target__link:hover {
    background-color: var(--main-color);
}

.target__growth{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
    margin-bottom: 3.0rem;
}
.target__growth_dt {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    padding: 1rem 0;
    background-color: #EAEAEA;
    margin-bottom: 1.0rem;
}
.target__growth_dt .small{
    font-size: 0.9rem;
}
.target__growth_dd{
	width:100%;
	margin-bottom: 1.5rem;
}
.target__growth_txt{
	width: 100%;
	font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
.target__growth_img{
	width: 100%;
}



/*基本戦略*/
.strategy__lead {
    width: 100%;
    color: var(--main-color);
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 700;
    padding: 1.5rem;
    background-color: #EAEAEA;
    margin-bottom: 4rem;
}
.strategy__blk{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	align-items: center;
}
.strategy__asset{
	width:100%;
	margin-bottom: 2rem;
}
.strategy__asset .zoom_icon{
	margin: 1rem auto 1rem 0;
}
.strategy__asset_plus{
	width:20%;
	text-align: center;
	margin: 0 auto 2rem;
}
.strategy__asset_txt {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #707070;
}
.strategy__note {
    padding-left: 3.5rem;
    text-indent: -3.5rem;
    margin-bottom: 5rem;
}

/*------------------------------------------
PC画面
------------------------------------------*/
@media screen and (min-width: 768px) {
	
	/*------------ コンテンツ --------------*/

	/*運用理念*/
	.philosophy{
		margin-bottom: 10rem;/**/
	}
	.philosophy__subttl{
		margin: 0 auto 4rem;/**/
	}
	.philosophy__txt{
		font-size: 2.1rem;/**/
		margin-bottom:4rem;/**/
	}

	/*運用の仕組み*/
	.structure{
		margin-bottom: 11rem;/**/
	}

	/*スポンサーサポート*/
	.support{
		margin-bottom:10rem;/**/
	}
	.support__main{
		margin: 0 0 5rem;/**/
	}
	.support__blk{
		width: 50%;/**/
		padding: 0;/**/
	}
	.support__blk:first-of-type{
		border-bottom: none;/**/
		border-right: 1px solid #707070;/**/
		padding-right: 3rem;/**/
	}
	.support__blk:last-of-type{
		padding-left: 3rem;/**/
	}
	.support__company_name{
		font-size: 1.7rem;/**/
	}
	.support__detail{
		width:90%;/**/
	}
	.support__subttl{
		font-size: 2.2rem;/**/
		padding-bottom:1.8rem;/**/
	}
	.support__case_list{
		width: 88%;/**/
	}
	.support__case_li{
		width: 22%;/**/
	}
	.support__case_txt{
		margin-top: 1.2rem;/**/
	}

	/*投資対象*/
	.target{
		margin-bottom: 11rem;/**/
	}
	.target__lead{
		font-size: calc(11px + 7 * ((100vw - 768px) / 1152));/**/
		text-align: center;/**/
	}
	.target__reit{
		margin-bottom: 7rem;/**/
	}
	.target__subttl{
		font-size: 1.7rem;/**/
		margin-top: -1.3rem;/**/
	}
	.target__subttl span{
		padding:0 1.0rem;/**/ 
	}
	.target__point{
		justify-content:space-between;/**/
		width: 90%;/**/
		margin: 2.5rem auto 0;/**/
		padding:3rem 0 2rem;/**/
	}
	.target__point_li{
		width: 14%;/**/
	}
	.target__point_txt{
		font-size: 1.6rem;/**/
	}
	.target__leading_blk_bx{
		width: 47%;/**/
        display: flex;/**/
        flex-flow: row wrap;/**/
        justify-content: space-between;/**/
        flex-direction: column;/**/
	}
	.target__leading_hdtxt{
		margin: 3.0rem 0;/**/
	}
	.target__leading_dl{
		margin-bottom: 2.5rem;/**/
	}
	.target__leading_dt{
		display: flex;/**/
    	align-items: center;/**/
		justify-content: center;/**/
		width:19.5%;/**/
		font-size: calc(10px + 6 * ((100vw - 768px) / 1152));/**/
		padding:0;/**/
		margin-bottom: 0;/**/
	}
	.target__leading_dd{
		width:19.5%;/**/
		margin-bottom: 0;/**/
	}
	.target__leading_mdtxt{
		font-size: 1.3rem;/**/
	}
	.target__leading_graph{
		margin-bottom: 3.5rem;/**/
	}
	.target__leading_graph_l{
		width:37%;/**/
	}
	.target__leading_graph_r{
		width:47%;/**/
	}
	.target__leading_note th, .target__leading_note td{
		font-size: 1.2rem;/**/
		line-height: 1.5;/**/
		text-align: left;/**/
	}
	.target__link {
			font-size: 1.7rem;/**/
			margin: 0 auto 6rem;/**/
			padding: 1.4rem 0;/**/
		}
	.target__growth{
		/*align-items:center;*/
		margin-bottom: 3.0rem;
	}
	.target__growth_dt {
		display: flex;/**/
        align-items: center;/**/
        justify-content: center;/**/
		width: 25%;/**/
		margin-bottom: 0;/**/
	}
	.target__growth_dt .small{
		width: 100%;/**/
		display: block;/**/
		text-align: right;/**/
	}
	.target__growth_dd{
		width:72%;/**/
		margin-bottom: 0;/**/
	}
	.target__growth_txt{
		font-size: 1.4rem;/**/
		margin-bottom: 2.0rem;/**/
	}
	

	/*基本戦略*/
	.strategy{
		margin-bottom: 9rem;/**/
	}
	.strategy__lead {
		font-size: calc(11px + 7 * ((100vw - 768px) / 1152));/**/
		text-align: center;/**/
		margin-bottom: 6rem;/**/
	}
	.strategy__asset{
		width:44%;/**/
	}
	.strategy__asset_plus{
		width:9%;/**/
		margin: 3rem auto 0;/**/
	}
	.strategy__asset_txt {
		font-size: calc(10px + 6 * ((100vw - 768px) / 1152));/**/
		padding-bottom: 1.5rem;/**/
		margin-bottom: 2.5rem;/**/
	}

}

/*------------------------------------------
PC画面（1200px以上）
------------------------------------------*/
@media screen and (min-width: 1200px) {
	
	/*------------ コンテンツエリア --------------*/

}