@charset "utf-8";
/* ===========================================================

	Title: top.css
	Created: 2019-8-28
	
=========================================================== */
/*

	copy
	top-contens
	main
	top-data
	top-topics
	top-banner
	top-news
	top-portfolio
	related-sites
	footer

	
=========================================================== */
main.contents-style {
	padding: 0;
	margin: 0;
}
article {
	display: block;
}
/* ===========================================================

	main-visual

=========================================================== */

.main-visual {
	position: relative;
	width: calc(100% - 200px);
	height: 700px;
	margin: 100px 0 50px 200px;
}
.main-visual::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/top/mainvisual.jpg) 0 0 no-repeat;
	background-size: cover;
}
@media screen and (max-width: 1024px) {
	.main-visual {
		width: calc(100% - 100px);
		height: 600px;
		margin: 60px 0 30px 100px;
	}
}
@media screen and (max-width: 767px) {
	.main-visual {
		width: calc(100% - 30px);
		height: auto;
		margin: 60px 0 30px 30px;
	}
	.main-visual::before {
		height: 220px;
	}
}


/* ===========================================================

	corporate-slogan

=========================================================== */
.corporate-slogan {
    position: absolute;
    top: 50%;
    left: -120px;
	transform: translate(0, -50%);
	margin: 0;
	z-index: 90;
	text-align: left;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 1000px;
}
.corporate-slogan strong {
	display: block;
	margin: 0 0 15px;
}
.corporate-slogan__line {
	position: relative;
	display: inline-block;
	display: inline-grid;
	background-color: rgba(255,255,255,0.85);
	padding: 10px 15px;
	line-height: 1;
	overflow: hidden;
	animation: corporate-slogan__line 2s cubic-bezier(1, 0, 0, 1);
	animation-fill-mode: forwards;
	margin-top: -1px;
	vertical-align: middle;
}
 @keyframes corporate-slogan__line {
	 0% {
		background-color: rgba(255,255,255,0.00);
		 color: rgba(0,0,0,0.00);
	}
	 40% {
		 color: rgba(0,0,0,0.00);
	}
	 41% {
		 color: rgba(0,0,0,1.00);
	}
	 100% {
		background-color: rgba(255,255,255,1.00);
		 color: rgba(0,0,0,1.00);
	}
}
.corporate-slogan__line img {
	animation: corporate-slogan__line-img 2s cubic-bezier(1, 0, 0, 1);
	animation-fill-mode: forwards;
}
 @keyframes corporate-slogan__line-img {
	 0% {
		opacity: 0;
	}
	 25% {
		opacity: 0;
	}
	 50% {
		opacity: 1;
	}
}
.corporate-slogan__line::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	animation: corporate-slogan__line-after 2s cubic-bezier(1, 0, 0, 1);
	animation-fill-mode: forwards;
}
 @keyframes corporate-slogan__line-after {
	 0% {
		 left: -100%;
	}
	 50% {
		 left: 0;
	}
	 100% {
		 left: 100%;
	}
}
@media screen and (max-width: 1024px) {
	.corporate-slogan {
		width: 100%;
		left: -70px;
		transform: translate(0, -50%);
		margin: 0;
		font-size: 1.3rem;
	}
	.corporate-slogan__line {
		padding: 10px 10px 10px 0;
	}
	.corporate-slogan strong {
		width: 420px;
	}
	.corporate-slogan img {
		width: auto;
		height: 30px;
	}
	.corporate-slogan__line {
		line-height: 1.4;
	}
}
@media screen and (max-width: 767px) {
	.corporate-slogan {
		position: relative;
		top: inherit;
		left: inherit;
		transform: translate(0, 0);
		margin: 0 0 0 -10px;
		padding: 160px 0 0;
	}
	.corporate-slogan strong {
		width: 300px;
	}
	.corporate-slogan img {
		width: auto;
		height: 21px;
	}
	.corporate-slogan__text {
		position: relative;
		display: block;
		overflow: hidden;
		padding: 0 10px 0 0;
	}
	.corporate-slogan__text::after {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: inline-block;
		width: 100%;
		height: 100%;
		background-color: #fff;
		animation: corporate-slogan__text-after 2s cubic-bezier(1, 0, 0, 1);
		animation-fill-mode: forwards;
	}
	 @keyframes corporate-slogan__text-after {
		 0% {
			 left: -100%;
		}
		 50% {
			 left: 0;
		}
		 100% {
			 left: 100%;
		}
	}
	.corporate-slogan__text .corporate-slogan__line {
		padding: 0;
		line-height: 1.8;
		display: inline;
	}
	.corporate-slogan__text .corporate-slogan__line::after {
		display: none;
	}
}

/* ===========================================================

	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: 1024px) {
	#top-contens .top-contens__inner {
		width: 100%;
		padding: 0;
	}
}
.contents-style h2 {
	position: relative;
	font-size: 2.0rem;
	color: #111;
	margin: 0 0 15px;
	padding: 0;
	line-height: 1.2;
	border: none;
}
.contents-style h2::after {
	display: none;
}
.contents-style h2 span {
	border-bottom: solid 3px #000000;
	display: inline-block;
	padding: 0 0 12px;
}

/* ===========================================================

	main

=========================================================== */
main.contents-style {
	width: 100%;
	float: none;
	padding-top: 0;
}
@media screen and (max-width: 1024px) {
	main.contents-style {
		width: auto;
		margin: 0 20px;
	}
}

/* ===========================================================

	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: 40px 30px;
	padding-bottom: 85px;
	margin: 0 !important;
	border-radius: 20px;
}
.top-data section h2 {
	text-align: center;
	padding: 0 !important;
	margin: 0 0 25px !important;
}
.top-data section .link-button {
	position: absolute;
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 40px;
	margin: 0 !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: #11a586;
	font-size: 4.0rem;
	font-weight: bold;
	margin-right: 0.1em;
}
@media screen and (max-width: 1024px) {
	.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 {
		justify-content: center;
		align-items: center;
		flex-direction: column;
		text-align: center;
	}
	.top-data dt {
		padding-bottom: 0 !important;
	}
	.top-data p {
		text-align: center !important;
	}
}

/* top-distribute
----------------------------------------------------------- */
.top-data section.top-distribute {
	background-color: #fef8f2;
}
.top-data section.top-distribute h2 {
	color: #ec6d00;
}
.top-data section.top-distribute h2 span {
	border-color: #ec6d00;
}
.actual dl dd em {
	color: #ec6d00;
}
.forecast dl dd em {
	color: #ecac00;
}
.top-data section.top-distribute .link-button a {
	background-color: #ec6d00;
}

/* top-portfolio-data
----------------------------------------------------------- */
.top-data section.top-portfolio-data {
	background-color: #f3fafe;
}
.top-data section.top-portfolio-data h2 {
	color: #11a0e9;
}
.top-data section.top-portfolio-data h2 span {
	border-color: #11a0e9;
}
.top-data .top-portfolio-data dd em {
	color: #11a0e9;
}
.top-data section.top-portfolio-data .link-button a {
	background-color: #11a0e9;
}
.top-data .top-portfolio-data dd span {
	display: inline-block;
	width: 3em;
	white-space: nowrap;
}

/* top-financial
----------------------------------------------------------- */
.top-financial {
}
.top-data section.top-financial {
	background-color: #f6fbf4;
}
.top-data section.top-financial p {
	margin: 0 0 10px;
}
.top-data section.top-financial h2 {
	color: #57b531;
}
.top-data section.top-financial h2 span {
	border-color: #57b531;
}
.top-data section.top-financial .link-button a {
	background-color: #57b531;
}
.top-financial__list li {
	margin: 0;
	padding: 5px;
	position: relative;
	border-bottom: solid 1px #ddd;
    display: flex;
    flex-wrap: wrap;
}
.top-financial__list li span {
	margin-left: 0 !important;
}
.top-financial__list li span:last-child {
	font-size: 1.2rem;
	color: #666666;
	display: inline-block;
}
.top-financial__list li a {
	color: #111;
	text-decoration: none;
	display: inline-block;
	padding: 0;
}
.top-financial__list li a:hover {
	color: #11a589;
}
.top-financial .button__download a {
	display: block;
	border: solid 2px #57b531;
	text-align: center;
	color: #57b531;
	line-height: 38px;
	border-radius: 4px;
	font-weight: bold;
}
.top-financial .button__download a:hover {
	background-color: #d2ecc7;
	text-decoration: none;
}
.top-financial .button__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;
}
.top-financial .button__ir-movie a {
	display: block;
	border: solid 2px #d2ecc7;
	background-color: #d2ecc7;
	text-align: center;
	color: #57b531;
	line-height: 38px;
	border-radius: 4px;
	font-weight: bold;
}
.top-financial .button__ir-movie a:hover {
	border: solid 2px #57b531;
	text-decoration: none;
}
.top-financial .button__ir-movie a.blank {
    background-image: url(../../assets/img/global/icon_blank_b.png);
    background-position: 95% center;
}

/* js-popup-open
----------------------------------------------------------- */
.js-popup-open {
	border: solid 1px #ddd;
	padding: 0 10px 0 20px !important;
	margin: 2px 0 0 auto!important;
	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 #11a586;
}

/* ===========================================================

	top-topics
	
=========================================================== */
.top-topics {
}
.top-topics .date {
	display: inline-block;
	padding: 0 0 10px;
	font-size: 1.3rem;
}

/* .top-topics-slider
----------------------------------------------------------- */
.top-topics-slider {
	background-color: #eaf6f4;
}
.top-topics-slider__slide {
	width: 1200px;
	padding: 20px;
	min-height: 160px;
	display: flex !important;
	justify-content: space-between;
}
.top-topics-slider__slide figre {
	flex: 0 0 240px;
	margin-right: 20px;
}
.top-topics-slider__archive-list {
	width: 100%;
}
.top-topics-slider__archive-list .archive-list__body {
	display: block;
}
.top-topics-slider__archive-list .link-button {
	float: right;
	margin-top: 10px;
}
.top-topics-slider__archive-list .link-button a {
    padding: 0.4em 1.0em !important;
}

@media screen and (max-width: 767px) {
	.top-topics-slider__slide {
		width: 100%;
		flex-direction: column;
		justify-content: center;
	}
	.top-topics-slider__slide figre {
		flex: 0 0 100%;
		margin-right: 0;
		/*display: flex;*/
    	justify-content: center;
	}
	.top-topics-slider__archive-list .link-button {
		float: none;
	}
	.top-topics-slider__slide p {
		display: flex;
    	justify-content: center;
	}
}
/* slick-prev,.slick-next */
.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	transform: translate(0, -50%);
	border: none;
	outline: none;
	display: block;
	z-index: 10;
    /*　Scott Kellum Method */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}
.slick-prev::before,
.slick-next::before {
	content: "";
	width: 24px;
	height: 24px;
	display: block;
}
.slick-prev::before {
	border-top: 1px solid #11a586;
	border-left: 1px solid #11a586;
	transform: rotate(-45deg);
}
.slick-next::before {
	border-top: 1px solid #11a586;
	border-right: 1px solid #11a586;
	transform: rotate(45deg);
}
.slick-prev {
	left: -40px;
}
.slick-next {
	right: -40px;
}
/* slick-dots */
.slick-dots {
	position: absolute;
/*	bottom: -40px;*/
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
    width: 12px;
    height: 12px;
	border-radius: 100%;
	border: solid 2px #11a586;
	display: inline-block;
	transform: translate(-50%, -50%);
}
.slick-dots li.slick-active button:before {
	background-color: #11a586;
}

/* ===========================================================

	top-news
	
=========================================================== */
.top-news {
	position: relative;
	margin-bottom: 40px;
	float: left;
	width: 790px;
	padding-top: 25px;
}
.top-news ul.top-news__link {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	padding: 20px 0 0;
}
.top-news ul.top-news__link li  {
	margin: 0 0 0 20px;
}
.top-news ul.top-news__link a {
	position: relative;
	padding-right: 10px;
	text-decoration: none;
}
.top-news ul.top-news__link a::after {
	position: absolute;
    content: "";
	display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 6px;
	top: 50%;
	right: 0;
    margin: -2px 0 0;
    border-top: 1px solid #11a586;
    border-right: 1px solid #11a586;
    transform: rotate(45deg);
    z-index: 1;
}
.top-news ul.top-news__link  li.rss a  {
	padding-right: 15px;
}
.top-news ul.top-news__link  li.rss a:after  {
    width: 10px;
    height: 10px;
	top: 50%;
	right: 0;
    margin: -4px 0 0;
    border: none;
    transform: rotate(0deg);
	background: url(../img/global/icon_rss_a.png) 50% no-repeat;
	background-size: 10px auto;
}

@media screen and (max-width: 1024px) {
	.top-news {
		float: none;
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.top-news h2 {
		order: 1;
	}
	.top-news .archive-list {
		order: 2;
	}
	.top-news ul.top-news__link {
		position: relative;
		top: inherit;
		right: inherit;
		display: block;
		padding: 0;
		text-align: center;
		order: 3;
	}
	.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;
	}
	.top-news ul.top-news__link a::after {
		right: 20px;
	}
	.top-news ul.top-news__link  li.rss a:after  {
		right: 18px;
	}
}
/* ===========================================================

	banner-group
	
=========================================================== */
.banner-group {
	float: right;
	width: 380px;
	margin-bottom: 40px;
}
.banner-group li {
	margin: 0 0 20px;
}
.banner-group dl dt {
	font-size: 1.2rem;
	margin-bottom: 5px !important;
}
/*.banner-group dl dt::after {
	content: "";
	display: inline-block;
	margin-left: 5px;
	background: url(../img/global/icon_blank_a.png) no-repeat;
	background-size: 9px;
	width: 9px;
	height: 9px;
}*/
.banner-group dl dd {
	margin: 0 0 20px;
}
.banner-group dl dd img {
	vertical-align: middle;
}
@media screen and (max-width: 1024px) {
	.banner-group {
		float: none;
		width: 100%;
		text-align: center;
	}
}

/* ===========================================================

	top-portfolio
	
=========================================================== */
.top-portfolio {
	clear: both;
	background-color: #eaf6f4;
	padding: 40px 0 30px;
}
@media screen and (max-width: 1024px) {
	.top-portfolio {
		margin: 0 0 40px;
		background-color: #fff;
	}
}
.top-portfolio .top-contens__inner {
	position: relative;
	padding: 0 !important;
}

/* .top-portfolio-slider
----------------------------------------------------------- */
.top-portfolio-slider {
	margin: 0 -20px !important;
}
.top-portfolio-slider li {
	margin: 0;
	padding: 0 20px;
}
.top-portfolio-slider li a {
	text-decoration: none;
}
.top-portfolio-slider li a:hover {
	color: #000 !important;
}
.top-portfolio-slider li .top-portfolio-slider-img {
	display: block;
	width: 380px;
	height: 240px;
	background-size: cover;
	background-position: 50% 50%;
	transition: all 0.5s;
}
.top-portfolio-slider li a:hover .top-portfolio-slider-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;
	min-width: 60px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #11a0e9;
	display: inline-block;
	border-radius: 5px;
}
.top-portfolio-slider li.portfolio-type__1 a em {
	background-color: #11a0e9;
}
.top-portfolio-slider li.portfolio-type__2 a em {
	background-color: #ec6d00;
}
@media screen and (max-width: 1024px) {
	.top-portfolio {
		padding: 0;
	}
	.top-portfolio-slider .slick-slide {
		display: flex !important;
		justify-content: center;
		background-color: #eaf6f4;
		padding: 20px 40px;
	}
	.top-portfolio-slider .slick-prev {
		left: 40px;
	}
	.top-portfolio-slider .slick-next {
		right: 40px;
	}
}
@media screen and (max-width: 767px) {
	.top-portfolio-slider .slick-prev {
		left: 10px;
	}
	.top-portfolio-slider .slick-next {
		right: 10px;
	}
	.top-portfolio-slider li .top-portfolio-slider-img {
		width: 280px;
		height: 177px;
	}
}

/* ===========================================================

	related-sites
	
=========================================================== */
.related-sites {
	position: relative;
	margin: 0 !important;
	padding: 40px 0;
	display: flex;
	justify-content: center;
}
.related-sites li {
	margin: 0 10px;
}
@media screen and (max-width: 1024px) {
	.related-sites {
		display: block;
		text-align: center;
		padding: 10px;
	}
	.related-sites li {
		margin: 0 auto 10px;
	}
}

/* ===========================================================

	footer

=========================================================== */
/* footer__navigation
----------------------------------------------------------- */
.footer__navigation {
	background: url(../img/global/icon_stripe.png) 0 0 repeat-x;
	background-size: auto 10px;
	background-color: #ececec;
	padding-top: 10px;
}
