t@charset "utf-8";
/* ===========================================================

	Title: top.css
	Created: 2018-10-23
	
=========================================================== */
/*

	copy
	top-contens
	main
	top-data
	top-financial
	top-news
	top-portfolio
	banner-group
	related-sites

	
=========================================================== */
main {
	padding-bottom: 0!important;
}
article {
	display: block;
}

/* ===========================================================

	main-visual

=========================================================== */
.main-visual {
	margin: 120px 0 50px !important;
}
.main-visual li {
	position: relative;
}
.main-visual .corporate-slogan {
    position: absolute;
	margin: 0;
	z-index: 90;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
	.main-visual {
		margin: 100px 0 20px !important;
	}
	.main-visual .corporate-slogan {
		width: 80%;
	}
}
/* .main-visual__1
----------------------------------------------------------- */
.main-visual__1 {
	background: url(../img/top/mainvisual__01__bg.jpg) 0 0 repeat-x;
	background-size: auto 600px;
}
.main-visual__1::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 640px;
	height: 600px;
	background: url(../img/top/mainvisual__01.jpg) 50% 50% no-repeat;
	background-size: auto 600px;
}
.main-visual__1 .corporate-slogan {
    top: 50%;
    left: 48%;
	transform: translate(0, -50%);
}
@media screen and (max-width: 1200px) {
	.main-visual__1 {
		background-size: auto 100%;
	}
	.main-visual__1::after {
		width: 100%;
		height: calc(100vh - 100px);
		background: url(../img/top/mainvisual__01.jpg) 0 50% no-repeat;
		background-size: auto 100%;
	}
	.main-visual__1 .corporate-slogan {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.main-visual__1 .corporate-slogan img {
		background-color: rgba(0,0,0,0.60);
	}
}
/* .main-visual__2
----------------------------------------------------------- */
.main-visual__2__img {
	display: flex;
	width: 100%;
	height: 100%;
}
.main-visual__2__img span {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.main-visual__2__img span:nth-child(1) {background-image: url(../img/top/mainvisual__02a.jpg);}
.main-visual__2__img span:nth-child(2) {background-image: url(../img/top/mainvisual__02b.jpg);}
.main-visual__2__img span:nth-child(3) {background-image: url(../img/top/mainvisual__02c.jpg);}
.main-visual__2__img span:nth-child(4) {background-image: url(../img/top/mainvisual__02d.jpg);}
@media screen and (max-width: 1200px) {
	.main-visual__2__img {
		flex-wrap: wrap;
	}
	.main-visual__2__img span {
		width: 50%;
		height: 50%;
	}
}
/* .main-visual__3
----------------------------------------------------------- */
.main-visual__3 {
	background: url(../img/top/mainvisual__03.jpg) 50% 50% repeat-x;
	background-size: auto 600px;
}
@media screen and (max-width: 1200px) {
	.main-visual__3 {
		background-size: auto 100%;
	}
}

/* ===========================================================

	bxslider

=========================================================== */
.bxslider-main-visual {
	position: relative;
	margin: 0 auto;
}
.bxslider-main-visual li {
	background-color: #000;
	position: relative;
	width: 100%;
    height: 600px;
	overflow: hidden;
}
@media screen and (max-width: 1200px) {
	.bxslider-main-visual li {
		height: calc(100vh - 100px);
	}
}

/* bx-wrapper
----------------------------------------------------------- */
.bx-wrapper {
	position: relative;
}

/* bx-pager
----------------------------------------------------------- */
.bx-pager {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 90;
	display: flex;
	justify-content: center;
}
.bx-pager-item {
	margin: 0 2px;
}
.bx-pager a {
	background: #fff;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px;
	line-height: 1;
	font-size: 8px;
	/*　Scott Kellum Method */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.bx-pager a:hover,
.bx-pager a.active {
	background: #9e8951;
}

/* bx-controls-direction (NEXT / PREV)
----------------------------------------------------------- */
.bx-controls-direction {}
.bx-controls-direction a {
	position: absolute;
	top: 50%;
	width: 30px;
	height:30px;
	text-align: center;
	z-index: 90;
	display: block;
	border-width: 1px;
	border-color: #fff;
	border-top-style: solid;
	/*　Scott Kellum Method */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.bx-controls-direction a.bx-prev {
	left: 20px;
	border-left-style: solid;
	transform: translate(0, -50%) rotate(-45deg);
}
.bx-controls-direction a.bx-next {
	right: 20px;
	border-right-style: solid;
	transform: translate(0, -50%) rotate(45deg);
}
.bx-controls-direction a:hover {
	opacity: 0.5;
}
@media screen and (max-width: 1200px) {
	.main-visual .bx-controls-direction {
		display: none;
	}
}

/* ===========================================================

	contens

=========================================================== */
#top-contens {
	width: 100%;
	padding: 0;
}
#top-contens h2 {
	position: relative;
	font-size: 1.5rem;
	color: #111;
	padding: 0 0 25px !important;
	margin: 0 0 15px !important;
	line-height: 1.2;
	border: none;
	font-weight: normal;
}
#top-contens h2::after {
	display: none;
}
#top-contens h2 em {
	display: block;
	font-weight: 600;
	color: #111;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	font-size: 3.0rem;
	padding: 0 0 0.1em !important;
	letter-spacing: 0;
}

/* ===========================================================

	main

=========================================================== */
main.contents-style {
	width: 100%;
	float: none;
	padding-top: 0;
}

/* ===========================================================

	top-data

=========================================================== */
.top-data {
	margin-bottom: 50px;
}
.top-data .top-contens__inner {
	display: flex;
	width: 1200px;
	margin: auto;
	justify-content: space-between;
}
.top-data section {
	position: relative;
	width: 380px;
	padding: 40px 30px 30px;
	margin: 0 !important;
	border: solid 3px #e5e5e5;
}
@media screen and (max-width: 1200px) {
	.top-data {
		margin-bottom: 20px;
	}
	.top-data .top-contens__inner {
		display: block;
		width: 100%;
	}
	.top-data section {
		width: 100%;
		padding: 30px 20px 20px;
		margin: 0 0 20px!important;
	}
}
.top-data section h2 {
	text-align: center;
}
.top-data p.coution {
	background-color: #e5e5e5;
	padding: 10px 15px;
	margin-bottom: 30px;
}
.top-data dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 0 0.3em;
}
.top-data dt {
	font-size: 1.4rem;
	padding-bottom: 0.2em;
}
.top-data dl em {
	color: #000;
	font-size: 3.0rem;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	margin-right: 0.1em;
}
.top-data .link-box {
	position: relative;
	padding: 0.5em 3em 0.5em 1em;
	margin-bottom: 1em;
}
.top-data .link-box .link-box__link {
	margin: 0;
}
.top-data .link-box .link-box__link a {
    border: solid 1px #dddddd;
    border-radius: 3px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*Scott Kellum Method */
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}
.top-data .link-box .link-box__link a::after {
	position: absolute;
	top: 50%;
	right: 15px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin: -6px 0 0;
    border-top: 1px solid #9e8951;
    border-right: 1px solid #9e8951;
    transform: rotate(45deg);
    z-index: 1;
}
.top-data .link-box .link-box__link a:hover {
	border: solid 1px #9e8951;
}
.top-data .link-box:hover dt,
.top-data .link-box:hover dd,
.top-data .link-box:hover dd em {
	color: #9e8951;
}

/* top-distribute
----------------------------------------------------------- */
.top-data section.top-distribute h3 {
	background-color: #e5e5e5;
	border:none;
	font-size: 1.3rem;
	padding: 0.4em 0.6em;
	line-height: 1.2;
	margin: 0 0 1em;
	border-radius: 3px;
	font-weight: normal;
}
.top-data section.top-distribute h3::after {
	display: none;
}
.actual dl dd em {
	color: #000;
}
.forecast dl dd em {
	color: #828f96;
}
/* top-portfolio-data
----------------------------------------------------------- */
.top-data .top-portfolio-data p {
	margin-bottom: 0.5em;
}
.top-data .top-portfolio-data dd span {
	display: inline-block;
	width: 2em;
	white-space: nowrap;
}

/* top-financial
----------------------------------------------------------- */
.top-financial {
}
.top-data .top-financial p {
	margin-bottom: 0.5em;
}
.top-financial__list {
	margin: 0.1em;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.top-financial__list li {
	padding-right: 0.5em;
	margin: 0.1em;
	background-color: #fff;
	display: inline-block;
}
@media screen and (max-width: 1200px) {
	.top-financial__list li {
		width: 80%;
	}
}
@media screen and (max-width: 767px) {
	.top-financial__list li {
		width: auto;
	}
}
.top-financial__list li span {
	margin-left: 0 !important;
}
.top-financial__list li span:last-child {
	font-size: 1.2rem;
	color: #666666;
	padding-left: 0.5em;
	display: inline-block;
}
.top-financial__list li a {
	color: #111;
	text-decoration: none;
	display: inline-block;
	padding: 3px 0;
}
.top-financial__list li a:hover {
	color: #9e8951;
}
.top-financial .download {
	height: 1px;
}
.top-financial .download::before,
.top-financial .download::after {
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	width: calc(100% - 23px);
	height: 1px;
	background-color: #e3e6e1;
	z-index: -1;
}
.top-financial .download::before {
	top: 1em;
}
.top-financial .download::after {
	bottom: 1em;
}
.top-financial .download a::after {
	position: absolute;
	top: 1em;
	right: 23px;
	content: "";
	display: inline-block;
	width: 1px;
	height: calc(100% - 2em);
	background-color: #e3e6e1;
	z-index: -1;
}
.top-financial .download a span {
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	background: url(../img/global/icon_download_a.png) 50% 50% no-repeat;
	background-size: 15px auto;
	background-color: #e8ebe6;
	width: 46px;
	height: 46px;
	border-radius: 23px;
	transform: translateY(-50%);
	/*Scott Kellum Method */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.top-financial .download a:hover span {
	background: url(../img/global/icon_download_b.png) 50% 50% no-repeat;
	background-size: 15px auto;
	background-color: #9e8951;
}

/* js-popup-open
----------------------------------------------------------- */
.js-popup-open {
	border-left: solid 1px #ddd;
	padding: 0 0 0 14px !important;
	margin: 0 0 0 7px !important;
	display: inline-block;
	position: relative;
}
.js-popup-open::before {
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -3px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #9e8951;
}

/* ===========================================================

	top-section - top-news / top-topics / top-portfolio
	
=========================================================== */
section.top-section {
	position: relative;
	padding-top: 50px;
	padding-right: calc(50% - 600px);
	padding-bottom: 30px;
	padding-left: calc(50% - 600px);
	display: flex;
	flex-wrap: wrap;
	margin: 0 !important;
	justify-content: space-between;
}
.top-news {
	background-color: #f9f9f9;
}
.top-topics {
}
.top-portfolio {
}
.top-section h2 {
	width: 260px;
}
.top-section .archive-list {
	width: 920px;
}
.top-section ul.top-section__link {
	position: absolute;
	top: 150px;
	left: 50%;
	font-size: 1.3rem;
	margin-left: -595px;
}
.top-section ul.top-section__link li {
	margin: 0 0 0.15em;
}
.top-section ul.top-section__link li a {
	text-decoration: none;
}
.top-section ul.top-section__link li.rss a::before {
    content: "";
	display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 0;
	border: none;
    z-index: 1;
	background: url(../../assets/img/global/icon_rss_a.png) 0 50% no-repeat;
	background-size: 10px auto;
	top: 50%;
	left: -5px;
	transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
	section.top-section {
		position: relative;
		padding: 0;
		padding-top: 30px;
	}
	.top-news {
		background-color: #fff;
	}
	.top-section h2 {
		width: 100%;
		text-align: center;
	}
	.top-section .archive-list {
		width: 100%;
	}
	.top-section ul.top-section__link {
		position: relative;
		top: inherit;
		left: inherit;
		margin-left: 0;
		text-align: center;
		width: 100%;
	}
	.top-section ul.top-section__link li {
	}
	.top-section ul.top-section__link li a {
		display: inline-block;
		border: solid 1px #ddd;
		margin: auto;
		padding: 1em;
		min-width: 280px;
	}
	.top-section ul.top-section__link li a::before {
		left: 15px;
	}
	.top-section ul.top-section__link li.rss a::before {
		left: 10px;
	}
}

/* ===========================================================

	contents-banner
	
=========================================================== */
.contents-banner {
	display: flex;
	margin: 0 auto!important;
	width: 1200px;
}
.contents-banner li {
	width: 100%;
	text-align: center;
	margin: 0;
}
.contents-banner li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 200px;
	margin: 0;
	background-size: cover;
	background-position: 50% 0;
}
.contents-banner li a:hover {
	opacity: 0.8;
}
.contents-banner li a.blank {
	padding: 0 !important;
}
.contents-banner li.banner__analyst a {background-image: url(../img/top/banner-bg_analyst.jpg)}
.contents-banner li.banner__sustainability a {background-image: url(../img/top/banner-bg_sustainability.jpg)}
.contents-banner li.banner__individual a {background-image: url(../img/top/banner-bg_individual.jpg)}
.contents-banner li.banner__securities a {background-image: url(../img/top/banner-bg_securities.jpg)}
.contents-banner li.banner__ir-mail a {background-image: url(../img/top/banner-bg_ir-mail.jpg)}
.contents-banner li.banner__event a {background-image: url(../img/top/banner-bg_event.jpg)}
.contents-banner li.banner__official a {background-image: url(../img/top/banner-bg_official.jpg)}
.contents-banner li.banner__schedule a {background-image: url(../img/top/banner-bg_ir-mail.jpg)}
.contents-banner li a::after {
	position: absolute;
	right: 10px;
	bottom: 10px;
	content: "";
	display: inline-block;
	width: 9px;
	height: 8px;
	background-image: url(../../assets/img/global/icon_blank_b.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px auto;
}
.contents-banner li.banner__sustainability a::after,
.contents-banner li.banner__individual a::after,
.contents-banner li.banner__event a::after {
	display: none;
}
@media screen and (max-width: 1200px) {
	.contents-banner {
		display: block;
		width: 100%;
	}
}


/* ===========================================================

	top-portfolio
	
=========================================================== */
/* .top-portfolio-slider
----------------------------------------------------------- */
.top-portfolio .bx-wrapper {
	width: 920px;
	position: relative;
     margin: 0 auto 30px !important;
     padding: 0;
     *zoom: 1;
}
.top-portfolio-slider {
}
.top-portfolio-slider li {
	margin: 0 0 30px;
	text-align: center;
}
.top-portfolio-slider li a {
	text-decoration: none !important;
}
.top-portfolio-slider li a img {
	transition: all 0.5s;
	margin: 0 0 10px;
}
.top-portfolio-slider li a:hover img {
	opacity: 0.5;
}
.top-portfolio .bx-wrapper .bx-pager,
.top-portfolio .bx-wrapper .bx-controls-auto {
     position: absolute;
     width: 100%;
}
/* --- slider --- */
.top-portfolio .bx-wrapper .bx-loading {
	background: none !important;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.top-portfolio .bx-controls-direction a {
	position: absolute;
	z-index: 10;
	top: 50%;
	width: 50px;
	height: 50px;
	background-color: #9e8951;
	transform: translateY(-50%);
	/*Scott Kellum Method */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.top-portfolio .bx-controls-direction a:hover {
	background-color: #000;
}
.top-portfolio .bx-controls-direction a.bx-prev {
	left: -25px;
}
.top-portfolio .bx-controls-direction a.bx-next {
	right: -25px;
}
.top-portfolio .bx-controls-direction a::after {
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
}
.top-portfolio .bx-controls-direction a.bx-prev::after {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: -4px;
}
.top-portfolio .bx-controls-direction a.bx-next::after {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: -12px;
}
@media screen and (max-width: 1200px) {
	.top-portfolio .bx-wrapper {
		width: 280px;
	}
	.top-portfolio-slider {
		width: 100%;
	}
	.top-portfolio .bx-controls-direction a.bx-prev {
		left: -25px;
	}
	.top-portfolio .bx-controls-direction a.bx-next {
		right: -25px;
	}
}

/* ===========================================================

	banner-group
	
=========================================================== */
.banner-group {
	border-top: solid 1px #eee;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: calc(50% - 600px);
	padding-right: calc(50% - 600px);
}
.banner-group dl {
	margin: 0;
	padding: 30px 0 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.banner-group dt {
	width: 100%;
	display: block;
	font-size: 1.4rem;
	text-align: center;
	padding: 1em;
}
.banner-group dd {
	margin: 0 10px 10px;
}
@media screen and (max-width: 1200px) {
	.banner-group {
		display: block;
		padding: 0;
	}
	.banner-group dl {
		flex-direction: column;
		border-bottom: solid 1px #ddd;
	}
}

/* banner-group__asset
----------------------------------------------------------- */
.banner-group__asset {
	width: 50%;
}
@media screen and (max-width: 1200px) {
	.banner-group__asset {
		width: 100%;
	}
}

/* banner-group__sponsor
----------------------------------------------------------- */
.banner-group__sponsor {
	width: 50%;
	border-left: solid 1px #eee;
}
@media screen and (max-width: 1200px) {
	.banner-group__sponsor {
		width: 100%;
		border-left: none;
	}
}

/* sbanner-group__support
----------------------------------------------------------- */
dl.banner-group__support {
	width: 100%;
	border-top: solid 1px #eee;
	padding-left: calc(50% - 600px);
	padding-right: calc(50% - 600px);
}
.banner-group__support dd {
	margin: 0 30px 10px;
}
.banner-group__support dd:nth-child(2) {
	margin-left: 250px;
}
.banner-group__support dd:nth-child(4) {
	margin-right: 250px;
}
@media screen and (max-width: 1200px) {
	dl.banner-group__support {
		border-top: none;
		padding-left: 0;
		padding-right: 0;
	}
	.banner-group__support dd:nth-child(2) {
		margin-left: 0;
	}
	.banner-group__support dd:nth-child(4) {
		margin-right: 0;
	}
}

/* ===========================================================

	related-sites
	
=========================================================== */
.related-sites {
	position: relative;
	margin: 0 !important;
	padding: 40px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f9f9f9;
}
.related-sites li {
	position: relative;
	margin: 0 10px;
}
.related-sites li span {
	position: absolute;
	top: -1.8em;
	left: 0;
	width: 100%;
	text-align: center;
	display: inline-block;
	font-size: 1.3rem;
}
@media screen and (max-width: 1200px) {
	.related-sites {
		flex-direction: column;
	}
	.related-sites li {
		margin: 25px 0 10px;
	}
}
