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

	Title: top.css
	Created: 2018-9-7
	
=========================================================== */
/*

	copy
	top-contens
	main
	top-data
	top-financial
	top-banner
	top-news
	top-portfolio
	related-sites
	
=========================================================== */
/* ===========================================================

	body

=========================================================== */
body {
	background: url(../img/top/top_bg.png) 50% 900px no-repeat;
}
main {
	padding-bottom: 0!important;
}
/* ===========================================================

	main-visual

=========================================================== */
.main-visual {
	position: relative;
	height: calc(100vh - 210px);
	height: 640px;
}
.main-visual::after {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	right: -200px;
	width: 1743px;
	height: 1068px;
	background: url(../img/top/mainvisual.jpg) 50% 50% no-repeat;
}
@media screen and (max-width: 1200px) {
	.main-visual {
		height: 60vh;
	}
	.main-visual::after {
		right: 0;
		width: 100%;
		height: 100vh;
		background: url(../img/top/mainvisual.jpg) 50% 0 no-repeat;
		background-size: auto 140vh;
	}
}
/* ===========================================================

	corporate-slogan

=========================================================== */
.corporate-slogan {
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(0, -65%);
	margin: 0 0 0 -600px;
	z-index: 90;
}
@media screen and (max-width: 1200px) {
	.corporate-slogan {
		width: 80%;
    	left: 30px;
		transform: translate(0, -10%);
		margin: 0;
	}
}

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

	contens

=========================================================== */
#top-contens {
	width: 100%;
	padding: 0;
}
#top-contens .top-contens__inner {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 30px;
}
@media screen and (max-width: 1200px) {
	#top-contens .top-contens__inner {
		width: 100%;
		padding: 0;
	}
}
#top-contens h2 {
	position: relative;
	font-size: 1.4rem;
	color: #111;
	margin: 0 0 3em;
	padding: 0;
	line-height: 1.2;
	border: none;
}
#top-contens h2::after {
	display: none;
}
#top-contens h2 em {
	color: #14136b;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
	font-size: 2.4rem;
	padding-right: 0.5em;
	letter-spacing: 0;
}

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

	main

=========================================================== */
main.contents-style {
	width: 100%;
	float: none;
	padding-top: 0;
}

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

	top-data

=========================================================== */
.top-data {
	margin-bottom: 1em;
}
.top-data .top-contens__inner {
	display: flex;
	justify-content: space-between;
}
.top-data section {
	position: relative;
	width: 380px;
	padding: 30px;
	padding-bottom: 80px;
	margin: 0 !important;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	border-top: solid 5px #14136b;
}
.top-data section .link-button {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
}
.top-data section h2 {
	text-align: center;
	padding: 0 !important;
	margin: 0 0 25px !important;
}
.top-data section h2 em {
	display: block;
	padding: 0 0 0.2em !important;
}

.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.5em;
	padding: 0 0 0.5em;
	border-bottom: solid 1px #ddd;
}
.top-data dt {
	font-size: 1.6rem;
	padding-bottom: 0.5em;
}
.top-data dt span {
	font-size: 1.2rem;
	display: block;
	color: #666666;
}
.top-data dl em {
	color: #00b9ef;
	font-size: 4.0rem;
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
	margin-right: 0.1em;
}
@media screen and (max-width: 1200px) {
	.top-data {
		margin-bottom: 3em;
	}
	.top-data .top-contens__inner {
		display: block;
	}
	.top-data section {
		width: 100%;
		margin: 0 0 20px !important;
	}
}

@media screen and (max-width: 767px) {
    .top-data dl em {
	  font-size: 3.0rem;
  }
}

/* top-distribute
----------------------------------------------------------- */
.actual dl dd em {
	color: #00b9ef;
}
.forecast dl dd em {
	color: #cfdb00;
}
/* top-portfolio-data
----------------------------------------------------------- */
.top-data .top-portfolio-data dd span {
	display: inline-block;
	width: 3em;
	white-space: nowrap;
}

/* top-financial
----------------------------------------------------------- */
.top-financial {
}
.top-financial__list li {
	margin: 0.1em;
	padding: 0.1em;
	position: relative;
	border-bottom: solid 1px #ddd;
}
.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: #14136b;
}
.top-financial .download {
	margin: 0 auto !important;
}
.top-financial .download a {
	text-align: center;
	background-color: #14136b;
	border-radius: 4px;
	margin: 0 auto;
	width: 200px;
	display: block;
	padding: 1em 0.3em;
	text-decoration: none;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
}
.top-financial .download a:hover {
	background-color: #00b9ef;
}
.top-financial .download a::after {
	vertical-align: middle;
	content: "";
	display: inline-block;
	margin: 0 0 4px 0.5em;
	background: url(../img/global/icon_download.png) 50% 50% no-repeat;
	background-size: 18px auto;
	width: 18px;
	height: 16px;
}

/* js-popup-open
----------------------------------------------------------- */
.js-popup-open {
	border: solid 1px #ddd;
	padding: 0 10px 0 20px !important;
	margin: 0 !important;
	float: right;
	display: inline-block;
	position: relative;
}
.js-popup-open::before {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -4px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #00b9ef;
}

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

	top-news
	
=========================================================== */
.top-news {
	position: relative;
	margin-bottom: 40px;
	float: left;
	width: 790px;
}
.top-news .file-size {
	font-size: 1.2rem;
	color: #666666;
}
.top-news ul.top-news__link {
	padding: 10px 0 0;
	display: flex;
	justify-content: center;
}
.top-news ul.top-news__link li  {
	margin: 0 10px;
}
.top-news ul.top-news__link  li.rss a::after {
    content: "";
	display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 0 0 3px 5px;
	border: none;
    transform: rotate(0deg);
    z-index: 1;
	background: url(../../assets/img/global/icon_rss_a.png) 0 50% no-repeat;
	background-size: 10px auto;
}
.top-news ul.top-news__link  li.rss a:hover::after {
	background: url(../../assets/img/global/icon_rss_b.png) 0 50% no-repeat;
	background-size: 10px auto;
}

@media screen and (max-width: 1200px) {
	.top-news {
		float: none;
		width: 100%;
	}
	.top-news ul.top-news__link {
		position: relative;
		top: inherit;
		right: inherit;
		display: block;
		padding: 0;
		text-align: center;
	}
	.top-news ul.top-news__link li  {
		margin: 0 auto 10px;
		max-width: 280px;
	}
	.top-news ul.top-news__link a {
		border: solid 1px #ddd;
		display: block;
		padding: 0.8em 1.5em;
		text-align: center;
	}
	.top-news ul.top-news__link a:before {
		position: relative;
		top: inherit;
		left: inherit;
		display: inline-block;
		margin: -3px 5px 0 0;
	}
}
/* ===========================================================

	banner-group
	
=========================================================== */
.banner-group {
	float: right;
	width: 380px;
	margin-bottom: 40px;
}
.banner-group li {
}
.banner-group dl {
	background-color: #f1f1f1;
	padding: 20px 40px;
}
.banner-group dl dt {
	font-size: 1.2rem;
	margin-bottom: 5px !important;
}
.banner-group dl dd {
	margin: 0 0 10px;
}
.banner-group dl dd img {
	vertical-align: middle;
}
@media screen and (max-width: 1200px) {
	.banner-group {
		float: none;
		width: 100%;
		text-align: center;
	}
}

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

	top-portfolio
	
=========================================================== */
.top-portfolio {
	clear: both;
	background-color: #f1f1f1;
	padding: 30px 0;
}
@media screen and (max-width: 1200px) {
	.top-portfolio {
		margin: 0 0 40px;
	}
}
.top-portfolio .top-contens__inner {
	position: relative;
	padding: 0 !important;
}

/* .top-portfolio-slider
----------------------------------------------------------- */
.top-portfolio-slider li {
	width: 370px !important;
	margin: 0;
}
.top-portfolio-slider li a {
	text-decoration: none;
}
.top-portfolio-slider li a img {
	transition: all 0.5s;
}
.top-portfolio-slider li a:hover img {
	opacity: 0.5;
}
.top-portfolio-slider li a span {
	padding: 8px 0;
	display: inline-block;
}
.top-portfolio-slider li a em {
	margin-right: 10px;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #25b5e5;
	display: inline-block;
}
.top-portfolio .bx-wrapper {
	width: 1200px;
	position: relative;
     margin: 20px auto;
     padding: 0;
     *zoom: 1;
}
.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;
	content: " ";
	top: 50%;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	margin-top: -10px;
    /*　Scott Kellum Method */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.top-portfolio .bx-controls-direction a.bx-prev {
	left: -50px;
	border-top: 1px solid #14136b;
	border-left: 1px solid #14136b;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.top-portfolio .bx-controls-direction a.bx-next {
	right: -50px;
	border-top: 1px solid #14136b;
	border-right: 1px solid #14136b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 1200px) {
	.top-portfolio-slider li {
		width: 280px !important;
	}
	.top-portfolio .bx-wrapper {
		width: 280px !important;
	}
	.top-portfolio .bx-controls-direction a.bx-prev {
		left: -30px;
	}
	.top-portfolio .bx-controls-direction a.bx-next {
		right: -30px;
	}
}
/* pager */
.top-portfolio .bx-wrapper .bx-pager.bx-default-pager {
	bottom: -25px;
}
.top-portfolio .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
	transform: rotate(45deg);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.top-portfolio .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #00B9EF;
	background-color: #14136b;
}

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

	related-sites
	
=========================================================== */
.related-sites {
	position: relative;
	margin: 0;
	padding: 20px 0 20px;
	display: flex;
	justify-content: center;
	background-color: #dddddd;
}
.related-sites li {
	margin: 0 10px;
}
@media screen and (max-width: 1200px) {
	.related-sites {
		display: block;
		text-align: center;
		padding: 10px;
	}
	.related-sites li {
		margin: 0 auto 10px;
	}
}
