@charset "utf-8";
/* ===========================================================

	Title: features.css
	Created: 2018-4-24

=========================================================== */
/*

	index
	investment
	strategy
	financial


=========================================================== */
.features-head {
	color: #C0A46E !important;
}
/* ===========================================================

	index

=========================================================== */
.investment-chart {
	margin: 72px 0 30px !important;
}
.highlight-list {
	margin-top: 32px !important;
	counter-reset:number;
	list-style-type: none!important;
	padding:0;
}
.highlight-list li {
	position: relative;
    border: solid 1px #002767;
    margin-bottom: 16px;
}
.highlight-list li a {
	display: block;
    padding: 33px 55px 33px 100px;
	font-family: "noto serif jp";
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
.highlight-list li:before{
	position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    color: #fff;
    font-family: "Roboto";
    font-weight: bold;
    font-size: 32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 21px;
    width: 60px;
    height: 60px;
    background-color: #002767;
    line-height: 2;
    text-align: center;
}
.highlight-list li:after {
	content: "";
	position: absolute;
	top: 37px;
	right: 20px;
    display: inline-block;
    width: 21px;
    height: 22px;
    background-image: url(../img/global/arrow_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.highlight-list li a {
		padding: 20px 10px 20px 80px;
    	font-size: 20px;
	}
	.highlight-list li:before{
		width: 45px;
        height: 45px;
        font-size: 23px
	}
	.highlight-list li:after {
		top: inherit;		
		bottom: 10px;
		right: 10px;
	}
}
/* ===========================================================

	portfolio

=========================================================== */

.strategy-wrapper {
	position: relative;
	display: flex;
	width:100%;
	flex-wrap: wrap;
}
.strategy-wrapper p {
	font-size: 14px;
}
.strategy-wrapper figcaption {
	font-size: 12px;
}
.strategy-wrapper figure img {
	margin-bottom: 0 !important;
}
.strategy-wrapper ul {
	list-style: none;
}
.strategy-wrapper ul li {
	position: relative;
	padding-left: 24px;
	font-weight: 500;
}
.strategy-wrapper ul li:before {
	content: "■";
	position: absolute;
	left: 0;
}
.strategy1, .strategy2, .strategy3, .strategy4 {
	position: relative;
	display: flex;
	width: 50%;
}
.living-area, .industry-area {
	display: flex;
	flex-direction: column;
	width: 100%
}
.living-area {
	background-color: rgba(218,58,57,0.1);
}
.industry-area {
	background-color: rgba(26,77,152,0.1);
}
.industry-area .land-content {
	margin-top: auto;
}
.area-heading {
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding: 16px 32px;
}
.area-heading em {
	font-size: 40px !important;
	font-weight: bold;
}
.area-heading small {
	font-size: 10px !important;
}
.living-area .area-heading {
	background-color: #DA3A39;
}
.industry-area .area-heading {
	background-color: #1A4D98;
}
.area-content {
	padding: 32px 32px 64px ;
}
.land-content {
	padding: 8px 32px 64px ;
}
.living-area .land-content {
	margin-top: auto;
}
.industry-area .land-content {
	margin-bottom: 40px;
}
.subheading {
    border-bottom: 1px solid;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 8px;
    margin-bottom: 16px;
}
.subheading.residence {
	color: #E69388;
	border-color: #E69388;
}
.subheading.logistics {
	color: #2EAD75;
	border-color: #2EAD75;
}
.subheading.industry {
	color: #5BA4D2;
	border-color: #5BA4D2;
	margin-top: 2em;
}
.living-photo {
	display: flex;
	justify-content: space-evenly;
}
.property-case {
	display: flex;
}
.property-case p {
	width: 100%;
	margin-right: 10px;
}
.property-case .industry-box {
	display: flex;
    width: 100%;
}
.property-case figure.logistics {
	flex-basis: 146px;
}
.property-case figure.industry {
	flex-shrink: 0;
}
.land-heading {
	margin-bottom: 16px;
	padding: 8px 14px;
	color: #fff;
	font-weight: 500;
}
.land-heading.industry {
	background-color: #1A4D98;
}
.land-heading.living {
	background-color: #DA3A39;
}
.subheading.land {
	color: #C9A063;
	border-color: #C9A063;
}
.subheading.land.pc {
	position: absolute;
    width: calc(200% - 64px);
    text-align: center;
    top: -86px;
    margin: 32px;
}
.subheading.land.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.strategy-wrapper {
		flex-direction: column;
	}
	.strategy1 {
		width: 100%;
		order: 1;
	}
	.strategy2 {
		width: 100%;
		order: 3;
	}
	.strategy3 {
		width: 100%;
		order: 2;
		margin-bottom: 32px;
	}
	.strategy4 {
		width: 100%;
		order: 4;
	}
	.living-area, .industry-area {
		width: 100%;
	}
	.subheading.land.pc {
		display: none;
	}
	.subheading.land.sp {
		display: block;
	}
	.area-content {
		padding: 32px 32px 32px ;
	}
	.property-case {
		display: block;
	}
	.property-case figure.logistics {
	    text-align: center;
    }
    .property-case .industry-box {
	    justify-content: center;
    }
}
/* ===========================================================

	sponsor

=========================================================== */
.sponsor-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 46px;
}
.sponsor-heading {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 20px;
    color: #fff;
    background-color: #1B2F7E;
	border-radius: 50%;
    padding: 32px 40px;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
}
html[lang="en"] .sponsor-heading {
	font-size: 17px;
}
.sponsor-block {
	position: relative;
	display: flex;
	align-items: center;	
	width: calc(50% - 16px);
	height: 192px;
	border: 1px solid #ddd;
	margin-bottom: 16px;
}
.sponsor-block img {
	padding: 0 24px;
	margin: 0 !important;
	width: 100%
}
.sponsor-category {
	position: absolute;
	top: 0;
	color: #fff;
	background-color: #002767;
	text-align: center;
	min-width: 128px;
	font-size: 14px;
	padding: 0 5px;
	line-height: 2;
	white-space: nowrap;
}
.sponsor-block.right .sponsor-category {
	right: 0;
}

.sponsor-detail {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sponsor-detail p {
	font-size: 14px;
}
.detail-block--1 {
	position: relative;
	width: calc(50% - 16px);
	padding: 32px 32px 96px;
	border: 1px solid #ddd;
	margin-bottom: 16px;

}
.detail-block--2 {
	position: relative;
	width: 100%;
	padding: 32px 32px 96px;
	border: 1px solid #ddd;
	margin-bottom: 16px;

}
.detail-block--1 a, .detail-block--2 a {
	position: absolute;
	bottom: 32px;
	left: 50%;
    transform: translateX(-50%);
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	background-color: #002A74;
    width: 100%;
    max-width: 400px;
    line-height: 3;
} 
.detail-block--1 span, .detail-block--2 span {
	position: relative
}
.detail-block--1 span:after, .detail-block--2 span:after {
	content: "";
    position: absolute;
    top: 8px;
    right: -18px;
    display: inline-block;
    width: 8px;
    height: 9px;
    background-image: url(../img/global/arrow_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.detail-block--2 .detail-upper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.detail-upper img, .detail-upper dl {
	width: calc(50% - 48px);
	object-fit: contain;
}
.detail-upper dt {
	float: left;
	width: 120px;
	line-height: 2;
	font-size: 14px;
}
.detail-upper dd {
	padding-left: 125px;
	line-height: 2;
	border-top: 1px solid #ddd;
	font-size: 14px;
}
.detail-upper dd:last-child {
	border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
	.sponsor-list {
		margin-top: 148px;
		margin-bottom: 32px;
	}
	.sponsor-heading {
		width: 100%;
		top: -150px;
		left: 0;
		transform: none;
		
	}
	.sponsor-block {
		width: 100%;
	}
	.sponsor-block.right .sponsor-category {
		left: 0;
	}
	.detail-block--1 {
		width: 100%;
	}
	.detail-upper img, .detail-upper dl {
		width: 100%;
	}
	.detail-block--1 a, .detail-block--2 a {
	    max-width: calc(100% - 64px);
	} 

}
/* ===========================================================

	pipeline

=========================================================== */
.pipeline-contents {
	  counter-reset:list;
	  list-style-type:none;
}
.pipeline-contents li {
	position: relative;
	color: #001D55;
	font-size: 22px;
	padding-left: 45px;
}
.pipeline-contents li:before {
	counter-increment: list;
	content: counter(list) ".";
	position: absolute;
	top: -12px;
	left: 0;
	font-size: 38px;
	font-weight: 500;
	font-family: "Roboto";
}