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

	Title: top.css
	Created: 2018-5-15

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

	body,html
	container
	hamburger
	main-visual
	main-copy
	top-contents
	header-stock
	top-banner
	related-sites


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

	global-navigation

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

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

	container

=========================================================== */
.container {
}
@media screen and (max-width: 1200px) {
	.container {
		padding: 0;
	}
}



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

	mainvisual

=========================================================== */
.main-visual {
	display: flex;
}
.key-visual {
	position: relative;
	width: 100%;
	height: 688px;
	display: block;
	z-index: 0;
	background-color: #00163D;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(../img/top/mainvisual-1.png);
}
.catch-copy {
	font-family: "Noto serif JP";
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	white-space: nowrap;
	text-align: left;
	line-height: 2;
	top: 50%;
	transform: translateY(-50%);
	left: 84px;
}
.key-visual::before {
	position: absolute;
	top: 32px;
	left: 242px;
	content: "";
	background-image: url(../img/global/title--cloud.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 376px;
	height: 81px;
	display: inline-block;
}
.key-visual::after {
	position: absolute;
	bottom: 32px;
	right: 32px;
	content: "";
	background-image: url(../img/global/title--cloud.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	width: 376px;
	height: 81px;
	display: inline-block;
}
.key-visual img {
	position: absolute;
	bottom: 16px;
	left: 16%;
}
.main-visual__icon {
	width: 248px;
}
.main-visual__icon img {
	margin-bottom: 32px;
}
@media screen and (max-width: 1200px) {
	.main-visual {
		flex-direction: column;
		padding: 0 8px;
	}
	.key-visual {
		width: 100%;
		height: auto;
		min-height: 404px;
		margin: 80px auto 0;
		background-position: 40% 50%;
	}
	.key-visual::before {
		width: 196px;
		left: 64px;
	}
	.key-visual::after {
		width: 170px;
		right: 64px;
	}
	.key-visual img {
		left:16px;
		width: 160px;
	}
	.catch-copy {
		line-height: 1.6;
		left:16px;
		font-size: 24px;
		white-space: normal;
	}
	.main-visual__icon {
		display: flex;
		width: 100%;
		padding: 8px 0;
	}
	.main-visual__icon img {
		margin-bottom: 0;
	}
	.main-visual__icon a:first-child {
		margin-right: 8px;
	}
}

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

	top-contents / contents-style

=========================================================== */
#top-contens {
	position: relative;
	background: none;
    max-width: 1088px;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
	#top-contens {
		padding: 0 0 8px;
	}
}
@media screen and (max-width: 1200px) {
	#top-contens {
		width: auto;
	}
}


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

	contens-banner

=========================================================== */
.contens-banner {
	background: #ebebeb;
	display: flex;
	padding: 0px 10px;
	margin: 0 0 30px !important;
	justify-content: space-between;
}

.contens-banner li  {
	height: 100px;
}

.contens-banner li img {
	margin: 0;
	height: 100%;
	width: 353px;
}

.contens-banner li:nth-of-type(n+2),
.contens-banner li img:nth-of-type(n+2) {
	margin-left: 20px;
}

@media screen and (max-width: 1200px) {
	.contens-banner {
		display: block;
		padding: 20px 20px;
		margin: 0 !important;
		text-align: center;
	}
	.contens-banner li,
	.contens-banner li img {
		margin: 0;
		margin-left: 0px !important;
	}
}

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

	en-contens-banner

=========================================================== */
.en-contens-banner {
	background: #ebebeb;
	display: flex;
	padding: 0px 40px;
	margin: 0 0 30px !important;
	justify-content: space-around;
}

.en-contens-banner li  {
	height: 100px;
}

.en-contens-banner li img {
	margin: 0;
	height: 100%;
	width: 500px;
}

.en-contens-banner li:nth-of-type(n+2),
.en-contens-banner li img:nth-of-type(n+2) {
	margin-left: 20px;
}

@media screen and (max-width: 1200px) {
	.en-contens-banner {
		display: block;
		padding: 20px 20px;
		margin: 0 !important;
		text-align: center;
	}
	.en-contens-banner li,
	.en-contens-banner li img {
		margin: 0;
		margin-left: 0px !important;
	}
}
/* ===========================================================

	top-data

=========================================================== */
.top-data {
	display: flex;
	justify-content: space-between;
}
.top-data section {
}
.top-data__box {
	background-color: rgba(255,255,255,0.8);
	position: relative;
	margin-bottom: 32px;
	width: 341px;
	text-align: left;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.top-data h1 {
	position: relative;
	width: 100%;
	font-family: "Noto Serif JP";
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background-color: #00133B;
	background-image: url(../img/top/top-data__h1-background.png);
	background-size: 75%;
	padding: 12px 16px;
	height: 48px;
}
.top-data h1 a {
	background-image: url(../img/global/arrow_right.png);
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: center;
}
.top-data h1 span {
	font-size: 12px;
	margin-left: 16px;
}
.top-data h1 a {
	position: absolute;
	top: 0;
	right: 0;
	height: 48px;
	width: 48px;
	line-height: 60px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background-color: #002A74;
	border-left: 1px solid #fff;
}
/* top-data__box dl p ul */
.top-data__box h2 {
	position: relative;
	margin-top: 0;
	margin-bottom: 0px;
	padding: 0;
	color: #111;
	font-size: 16px;
	font-weight: 500;
	border: none;
	background-color: transparent;
}
.top-data__box h2,
.top-data__box dl,
.top-data__box p,
.top-data__box ul {
	margin-left: 16px !important;
	margin-right: 16px !important;
}
.top-data__box dl {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	line-height: 1.2;
}
.top-data__box dl dt {
	white-space: nowrap;
	padding: 0 0 0.3em;
}
.top-data__box dl dd {
	text-align: right;
	white-space: nowrap;
}
.top-data__box dl dd em {
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	color: #006cb6;
	padding: 0 3px 0;
}
.top-data__box dl dd span {
	display: inline-block;
	width: 2em;
	text-align: left;
}
.top-data__box p {
	margin-bottom: 10px;
}
.top-data__value {
	color: #002A74;
	font-size: 15px;
	font-weight: 500;
}
.top-data__value em {
	font-size: 32px;
	font-weight: bold;
	color: #002A74;
}
.top-data__date {
	font-size: 10px;
	color: #5B5F63;
}
.top-data__size {
	font-size: 10px;
}
.data-slider__slide {
	text-align: center;
}
@media screen and (max-width: 1200px) {
	.top-data {
		display: block;
	}
	.top-data__box {
		width: auto;
		border: none;
		padding-bottom: 0px;
		margin-bottom: 8px !important;
		height: 272px;
	}
	.top-data h1 {
		position: static;
	}
	.top-data__box h2,
	.top-data__box dl,
	.top-data__box p,
	.top-data__box ul {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
	.top-data__box dl dt
		padding: 0 0 0.2em;
	}
	.top-data__box dl dd em {
		font-size: 26px;
	}
.slick-slider {
	height: 100%;
	display: flex;
	margin-top: 32px;
}
/* slick-arrow
----------------------------------------------------------- */
.top-data .slick-arrow {
    position: absolute;
    z-index: 20;
	bottom: 16px;
	margin: 0;
    cursor: pointer;
}
.top-data .prev-arrow {
    left: 16px;
}
.top-data .next-arrow {
    right: 16px;
}

/* slick-dots
----------------------------------------------------------- */
.top-data button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.top-data .slick-dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: center;
    margin: 0 !important;
}
.top-data .slick-dots li {
    margin: 0 12px !important;
}
.top-data .slick-dots li button {
    position: relative;
    text-indent: -9999px;
}
.top-data .slick-dots li button::before,
.top-data .slick-dots li button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.top-data .slick-dots li button::after {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #ADB5BD;
}
.top-data .slick-dots li.slick-active button::after {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #B81408;
}


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

	 top-distribute

=========================================================== */
#top-distribute {}
#top-distribute dl {
}
#top-distribute .actual em {
	color: #e50038;
}
#top-distribute .forecast {
}

#top-distribute span.period {
    width: 3.1em;
    text-align: right;
    display: inline-block;
}

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

	 top-portfolio

=========================================================== */
#top-portfolio dl {
	border-top: solid 1px #ddd;
	margin-top: 0.4em;
	padding-top: 0.4em;
}
#top-portfolio dl:nth-of-type(1) {
	border-top: none;
	padding-top: 0;
}
#top-portfolio dl.secondary {
	border-top: none;
	padding-top: 0;
	padding-left: 20%;
	justify-content: space-between;
	margin-top: 0.2em;
}
#top-portfolio dl.secondary dt {
	padding: 0 0 0.2em;
}
#top-portfolio dl.secondary em {
	text-align: right;
}
#top-portfolio em span {
	font-size: 15px;
	width: auto;
}
@media screen and (max-width: 1200px) {
	#top-portfolio dl.secondary em {

	}
}

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

	 top-financial

=========================================================== */
#top-data--financial {}
#top-data--financial ul {
	margin-top: 16px;
	margin-bottom: 8px;
	height: 100%;
}
#top-data--financial li {
	position: relative;
	background-color: rgba(204,208,216,0.32);
	padding: 3px 0 0 32px;
	margin-top: 0;
	margin-bottom: 8px;
	height: 32px;
}
#top-data--financial li .top-data__icon--pdf {
    background-image: url(../img/global/icon-pdf--small.png);
    position: absolute;
    left: 8px;
    top: 8px;
	background-size: 16px;
	width: 16px;
	height: 16px;
}
#top-data--financial li .top-data__icon--movie {
    background-image: url(../img/global/icon-movie--small.png);
    position: absolute;
    left: 8px;
    top: 8px;
	background-size: 16px;
	width: 16px;
	height: 16px;
}
#top-data--financial li a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #002966;
	text-decoration: none;
}
#top-data--financial li a:hover {
}

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

	top-future
=========================================================== */
.top-feature {
	position: relative;
	height: 416px;
	background-color: rgba(246,240,233,0.64);
	display: flex;
	margin-bottom: 32px;
}
.top-feature img {
	position: absolute;
	margin: 0;
}
.left-cloud {
	top: 0;
	left:0;
}
.right-cloud {
	bottom: 0;
	right: 0;
}
.left-human {
	bottom: 16px;
	left: 48px;
}
.right-human {
	bottom: 16px;
	right: 16px;
}
.feature-text {
	color: #00133B;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	z-index: 3;
}
.feature-text h2 {
	margin: 0 0 16px;
}
.feature-text h3 {
	margin: 0 0 32px;
}
.feature-text h3 span {
	font-size: 18px;
}
.feature-text p {
	margin: 0 0 16px;
}
.feature-text .feature-focus {
	font-size: 18px;
	font-weight: bold;
	width: 172px;
	padding: 10px;
	margin-bottom: 16px;
	text-align: center;
	border: 1px solid #00133B;
}
.feature-text .feature-link {
    width: 248px;
    background-color: #002A74;
    text-align: center;
}
.feature-text .feature-link a {
	font-size: 14px;
	color: #fff;
	background-color: #002A74;
	text-decoration: none;
	display: block;
    width: 100%;
    padding: 12px;
}
.feature-text .feature-link a:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 9px;
	background-image: url(../img/global/arrow_right.png);
	background-size: contain;
	vertical-align: middle;
	margin: 0 0 4px 10px;
}
@media screen and (max-width: 1200px) {
	.top-feature {
		height: auto;
	}
	.feature-text {
		text-align: center;
		padding: 32px 0 160px;
	}
	.left-human {
		bottom: 16px;
		left: 16px;
	}
}
/* ===========================================================

	top-news-topics

=========================================================== */
.top-news-topics {
	display: flex;
	justify-content: space-between;
	background: rgba(255,255,255,0.8);
}
.top-news-topics section {
	margin-bottom: 0 !important;
}
.top-news-topics__box {
	position: relative;
	text-align: left;
	padding: 16px;
}
.top-news-topics h1 {
	position: relative;
	width: 100%;
	font-family: "Noto Serif JP";
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background-color: #00133B;
	background-image: url(../img/top/top-news__h1-background.png);
	padding: 12px 16px;
	height: 48px;
}
.top-news-topics h1 span {
	padding-left: 35px;
	display: inline-block;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
.top-news-topics #top-news h1 span {
	background-image: url(../img/common/top/icon_news.png);
	background-size: 27px auto !important;
}
.top-news-topics #top-topics h1 span {
	background-image: url(../img/common/top/icon_topics.png);
	background-size: 29px auto !important;
}
@media screen and (max-width: 1200px) {
	.top-news-topics {
		display: block;
	}
	.top-news-topics__box {
		border: none;
		/* border-top: solid 1px #ddd; */
		padding: 16px;
	}
	.top-news-topics__box:last-child {
		/* border-bottom: solid 1px #ddd; */
	}
	.top-news-topics h1 {
		height: auto;
		line-height: auto;
		text-align: center;
	}
	.top-news-topics h1 span {
		padding: 30px 0 0 0;
		background-position: 50% 0;
		font-weight: bold;
		letter-spacing: 0;
		color: #006cb6;
	}
}

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

	news

=========================================================== */
#top-news {
	position: relative;
	width: 100%;
}
#top-news ul {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 14px;
	background: #002A74;
	color: #fff;
	height: 48px;
}
#top-news ul li {
	margin: 0;
	height: 48px;
	display: inline-block;
	border-left: 1px solid #fff;
	padding: 14px 20px;
}
#top-news ul li a {
	color: #fff;
	text-decoration: none !important;
	display: block;
}
#top-news ul li a:hover {
}
#top-news .top-news-link a:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 9px;
	background-image: url(../img/global/arrow_right.png);
	background-size: contain;
	vertical-align: middle;
	margin: 0 0 1px 10px;
}
#top-news .rss {
	width: 48px;
	background-image: url(../img/global/icon-rss.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: center;
}
#top-news .rss a{
	display: block;
	height: 100%;
}
#top-news .top-news-link {
	width: 160px;
}
#top-contens h1 a:hover:before {
}
#top-news ul li a:hover {
	color: #fff;
}
#top-news dt {
	width: 200px;
	font-size: 12px;
    padding-left: 16px;
    line-height: 2;
}
#top-news dd {
	padding-left: 232px;
	font-size: 15px;
}
@media screen and (max-width: 1200px) {
	#top-news {
		width: auto;
	}
	#top-news ul {
		position: relative;
		top: inherit;
		right: inherit;
		text-align: center;
	}
	#top-news ul li {
		display: block;
		border: none;
	}
	#top-news ul li + li {
		border-left: 1px solid #fff;
	}
	#top-news ul li a {
	}
	#top-news ul li a:before {
	}
	#top-news dt {
		width: 100%;
		max-width: 17em;
	}
	.top-news-link {
		flex: 1;
	}
}

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

	topics

=========================================================== */
#top-topics {
	width: 350px;
}
@media screen and (max-width: 1200px) {
	#top-topics {
		width: auto;
	}
}
#top-topics li {
	text-align: center;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: solid 1px #ddd;
}
#top-topics li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
#top-topics li img {
	display: block;
	margin: 5px auto;
}

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

	banner-slider

=========================================================== */
.banner-slider li {
	margin: 0;
}
.top-slider-wrapper {
}
.top-slider-wrapper .bx-wrapper {
	width: 1020px !important;
	position: relative;
     margin: 0 auto!important;
     padding: 0;
     *zoom: 1;
}
.top-slider-wrapper .bx-wrapper .bx-viewport {
	background-color: transparent !important;
}
.top-slider-wrapper .bx-wrapper .bx-pager,
.top-slider-wrapper .bx-wrapper .bx-controls-auto {
     position: absolute;
     width: 100%;
}
/* --- slider --- */
.top-slider-wrapper .bx-wrapper .bx-loading {
	background: none !important;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.top-slider-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	width: 20px;
	height: 100px;
	margin-top: 0;
	background: #0f274e;
	z-index: 10;
    /*ã€€Scott Kellum Method */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.top-slider-wrapper .bx-controls-direction a.bx-prev {
	left: -50px;
}
.top-slider-wrapper .bx-controls-direction a.bx-next {
	right: -50px;
}
.top-slider-wrapper .bx-controls-direction a::before {
	position: absolute;
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	margin-top: -5px;
}
.top-slider-wrapper .bx-controls-direction a.bx-prev::before {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: -2px;
}
.top-slider-wrapper .bx-controls-direction a.bx-next::before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: -7px;
}
@media screen and (max-width: 1200px) {
	.top-slider-wrapper {
		padding: 0 8px;
	}
	.top-slider-wrapper .bx-wrapper {
		width: calc(100% - 60px) !important;
		margin: 0 30px !important;
	}
	/* DIRECTION CONTROLS (NEXT / PREV) */
	.top-slider-wrapper .bx-controls-direction a {
		top: 50%;
		height: 50px;
		transform: translateY(-50%);
	}
	.top-slider-wrapper .bx-controls-direction a.bx-prev {
		left: -30px;
	}
	.top-slider-wrapper .bx-controls-direction a.bx-next {
		right: -30px;
	}
}

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

	official-hp

=========================================================== */
.official-hp {
	background-color: rgba(246,240,233,0.64);
}
.banner-area {
	max-width: 1088px;
	margin: 0 auto;
	padding: 32px 0 ;
}
.official-hp h2 {
	text-align: left;
	font-size: 14px;
	position: relative;
	padding: 0;
	margin:16px 0;
}
.official-hp h2::before {
	display: none;
}
.official-hp h2::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100px;
	width: calc(100% - 100px);
	height: 1px;
	background-color: #5B5F63;
	z-index: 1;
}
html[lang="en"] .official-hp h2.reit-banner-title::after {
	left: 250px;
	width: calc(100% - 250px);
}
.official-hp h2 span {
	display: inline-block;
	padding: 0;
	z-index: 2;
	position: relative;
	color: #5B5F63;
	letter-spacing: 0;
}

.official-hp ul{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 16px;
}

.official-hp ul li {
	background-color: #fff;
    width: 32%;
	height: 80px;
	margin-bottom: 16px;
}
.official-hp ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.reit-banner {
	width: 100%;
	height: 128px;
	background-color: #fff;
}
.reit-banner a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1200px) {
	.official-hp ul {
		margin-bottom: 0;
	}

  .official-hp ul li{
    width: 100%;
	margin-bottom: 8px;
  }
  .banner-area {
	  padding: 1px 0 8px 0;
  }
}

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

	related-sites

=========================================================== */
.related-sites {
	background-color: #ebebeb;
	padding: 50px 0 !important;
	text-align: center;
}
@media screen and (max-width: 1200px) {
	.related-sites {
		padding: 50px 20px !important;
	}
}
