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

	Title: top.css
	Created: 2018-10-5
	
=========================================================== */
/*

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

	main-visual

=========================================================== */
.main-visual {
	margin-top: 132px;
    position: relative;
	height: calc(100vh - 88px);
	/* overflow: hidden; */
}
.is-ja .main-visual {
	margin-bottom: 132px;
}
.main-visual img {
	height: calc(100vh - 90px);
    width: 100%;
    object-fit: cover;
    object-position: 50% 0%;
}
.is-ja main {
	margin-top: 0;
}
@media screen and (max-width: 1200px) {
	.main-visual {
		margin-top: 68px;
		height: calc(100vh - 55px);
		/* max-height: 500px; */
	}
	.is-ja .main-visual {
		height: calc(100vh - 118px);
		margin-bottom: 68px;
	}
	.main-visual img {
		object-position: 50% 50%;
	}
	main {
		margin-top: 0;
	}
}

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

	catch-copy

=========================================================== */
.catch-copy {
    position: absolute;
	width: 100%;
    bottom: 0;
    left: 0;
	display: flex;
	flex-direction: column;
	color: #fff;
	z-index: 3;
}
.catch-copy .page-title {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Montserrat";
	font-size: 48px;
	font-weight: bold;
	height: 62%;
}
.catch-copy .page-title span {
	z-index: 2;
}

.catch-copy .main-readtext {
	position: relative;
	height: 38%;
}
.catch-copy .main-readtext::after {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background: linear-gradient(90deg,rgba(29,149,141,0.9), rgba(24,142,191,0.9));
	z-index: 1;
}
.main-readtext .main-readtext__inner {
	width: 1106px;
	height: 100%;
	margin: 0 auto;
	padding: 28px 0;
	display: flex;
	align-items: center;
	text-align: left;
}
.is-ja .main-readtext .main-readtext__inner {
	padding: 54px 0;
}
.main-readtext .left-section {
	width: 50%;
	height: 100%;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Montserrat";
	font-size: 36px;
	font-weight: bold;
	margin-right: 36px;
}
.is-ja .upper-section {
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Montserrat";
	font-size: 36px;
	font-weight: bold;
}
.is-ja .under-section {
	width: 1106px;
	margin: 0 auto;
	padding: 28px 0;
	text-align: left;
}
.main-readtext .right-section {
	width: 80%;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 2;
	font-size: 24px;
	line-height: 1.1;
}
.is-ja .main-readtext .right-section {
	font-size: 18px;
}

@media screen and (max-width: 1200px) {
	.catch-copy {
		position: relative;
	}
	.catch-copy .main-readtext {
		height: auto;
	}
	.main-readtext .main-readtext__inner {
		width: 100%;
		flex-direction: column;
		padding: 32px 16px;
	}
	.main-readtext .left-section {
		width: 100%;
		height: auto;
		font-size: 30px;
		align-items: flex-start;
		justify-content: left;
		padding-left: 16px;
		margin-bottom: 16px;
	}
	.main-readtext .right-section {
		width: 100%;
		height: auto;
		font-size: 14px;
		line-height: normal;
	}
	.catch-copy .main-readtext::after {
		background: linear-gradient(90deg,rgba(29,149,141,1), rgba(24,142,191,1));
		z-index: 1;
	}
	.is-ja .under-section {
		width: 100%;
		padding: 16px;
	}
}


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

	slider

=========================================================== */
.mySwiper {
	width: 100%;
	height: calc(100vh - 90px);

}
@keyframes zoomUp {
	0% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1.0);
	}
}
@keyframes zoomUp2 {
	0% {
		transform: scale(0.8);
	}
	100% {
		transform: scale(0.6);
	}
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
	animation: zoomUp 10s linear 0s 1 normal both;  
}
/* .swiper-slide-prev .slide-img.image3,
.swiper-slide-prev .slide-img.image4 {
	animation: zoomUp2 10s linear 0s 1 normal both !important;  
} */
.slide-img {
	display: block;
	height: calc(100vh - 90px);
	background-repeat: no-repeat;
	background-size: cover;
}
.slide-img.image1 {	
	background-image: url("../img/top/mainvisual-1.png");
	background-position-y: 75%;
	height: calc(100vh - 90px);
}
.slide-img.image2 {
	background-image: url("../img/top/mainvisual-2.jpg");
	background-position-y: 100%;
	height: calc(100vh - 200px);
}
.slide-img.image3 {
	background-image: url("../img/top/mainvisual-3.jpg");
	background-position-y: 60%;
	height: calc(100vh - 90px);
}
.slide-img.image4 {
	background-image: url("../img/top/mainvisual-4.jpg");
	background-position-y: 60%;
	height: calc(100vh - 90px);
}
@media screen and (max-width: 1200px) {
	.mySwiper {
		width: 100%;
		height: calc(100vh - 275px);
	}
	.slide-img {
		height: calc(78vh - 90px);
	}
	.slide-img.image1 {	
		background-position-x: 60%;
		height: calc(78vh - 50px);
	}	
	.slide-img.image2 {
		background-position-y: 100%;
		background-position-x: 40%;
		height: calc(78vh - 90px);
	}
	.slide-img.image3 {	
		background-position-x: 60%;
		height: calc(78vh - 90px);
	}
	.slide-img.image4 {
		height: calc(78vh - 90px);
	}
}
/* ===========================================================

	top-message

=========================================================== */
.top-message {
	background-color: #efefef;
}
.top-message__inner {
	position: relative;
	width: 1106px;
	margin: 0 auto;
	text-align: left;
}
.top-message figure {
	position: relative;
	z-index: 2;
}
.top-message figure img {
	margin-top: 64px;
	margin-bottom: 128px;
	width: 50%;
}
.top-message figcaption {
	width: calc(50% + 32px);
	position: absolute;
	top: 0;
	right: 0;
	color: #2C728A;
	margin-top: 64px;
}
.top-message__inner h3 {
	font-family: "Montserrat";
	font-size: 32px;
	font-weight: bold;
	margin-left: 88px;
	margin-bottom: 57px;
}
.top-message .message-profile {
	background-color: #fff;
	padding: 90px 88px;
}
.message-profile .name {
	font-family: "Montserrat";
	font-size: 28px;
	font-weight: bold;
	border-bottom: 2px solid #2C728A;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.message-profile .officer {
	font-size: 18px;
	margin-bottom: 32px;
}
.top-message figcaption .arrow-link {
	position: absolute;
	font-size: 20px !important;
	bottom: 20px;
	right: 40px;
	z-index: 3;
}
@media screen and (max-width: 1200px) {
	.top-message__inner {
		position: relative;
		width: 100%;
		margin: 0 auto;
		text-align: left;
		padding: 32px 16px;
	}
	.top-message__inner h3 {
		font-family: "Montserrat";
		font-size: 25px;
		font-weight: bold;
		color: #2C728A;
		margin-left: 0;
		margin-bottom: 0;
	}
	.top-message figure img {
		margin-top: 0;
		margin-bottom: 0;
		width: 80%;
	}
	.top-message figcaption {
		width: 85%;
		margin-top: -64px;
		margin-left: 15%;
		position: static;
		color: #2C728A;
	}
	.top-message .message-profile {
		background-color: #fff;
		padding: 80px 64px;
	}
	.message-profile .name {
		font-size: 18px;
	}
	.message-profile .officer {
		font-size: 12px;
		margin-bottom: 0;
	}
	.top-message figcaption .arrow-link {
		font-size: 14px;
		bottom: 60px;
		right: 50px;
	}
}
/* ===========================================================

	contens

=========================================================== */
.top-contens {
	width: 100%;
	padding: 0;
}
#top-contens .top-contens__inner {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 1200px) {
	#top-contens .top-contens__inner {
		width: 100%;
		padding: 20px;
	}
}
.top-contents h2 {
	color: #187770;
	font-family: Montserrat;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 64px;
}

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

	main

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

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

	category-area

=========================================================== */
.category-area {
	padding: 128px 0;
	position: relative;
}
.category-area__inner {
	position: relative;
	width: 1106px;
	height: 868px;
	margin: 0 auto;
	text-align: left;
}
.category-message {
	width: 55%;
}
.category-message h2 {
	margin-bottom: 32px;
}
.category-message p {
	font-size: 24px;
	margin-bottom: 2rem;
}
.is-ja .category-message p {
	font-size: 18px;
}
.category-card__area {
	position: absolute;
	width: 100%;
	top: 128px;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.category-card__area .spacer {
	width: 100%;
}
.category-card {
	display: inline-flex;
	position: absolute;
	margin: 0 0 8px 8px;
}
.category-card:hover{
	z-index: 2;
}
.category-card:hover::after {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background: #2C728A;
}
.category-card h3 {
	z-index: 2;
	width: 100%;
	height: 100%;
}
.category-card h3 a {
	position: relative;
	display: block;
	color: #fff;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.category-card h3 a span {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(0%, -50%);
}
.card__inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 284px;
	height: 284px;
	order: 2;
	background-position: 50%;
}
.card__inner::before {
}
.card__inner::after {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background: linear-gradient(90deg,rgba(29,149,141,0.9), rgba(24,142,191,0.9));
}
.deproy-area {
	order: 1;
	width: 0;
	height: 0;
    overflow: hidden;
	opacity: 0;
    visibility: hidden;
	transition: .5s;
}
.category-card:hover .deproy-area {
	display: flex;
	opacity: 1;
	visibility: visible;
	width: 284px;
	height: 284px;
	padding: 3rem;
	margin-right: 8px;
}
.deproy-area ul {
	display: none;
	list-style-type: disc;
	z-index: 2;
	color: #fff;
	text-align: left;
}
.category-card:hover .deproy-area ul {
	display: block;
	animation-name: fadeup;
    animation-duration: 1s;
	animation-delay: 0.5s;
}

@keyframes fadeup {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.deproy-area ul li {
	margin-bottom: 1rem;
}
.is-ja .deproy-area ul li {
	margin-bottom: 0.5rem;
}
.deproy-area ul li a {
	color: #fff;
}

.category-card.message{
	top:0;
	right: 0;
}
.category-card.message .card__inner {
	background-image: url(/asset/esg/img/top/card-1.png);
	background-size: cover;
}
.category-card.esg_policy {
	top: 292px;
	right: 292px;
}
.category-card.esg_policy .card__inner {
	background-image: url(/asset/esg/img/top/card-2.png);
	background-size: cover;
}

.category-card.esg_data  {
	top: 292px;
	right: 0;
}
.category-card.esg_data .card__inner {
	background-image: url(/asset/esg/img/top/card-3.png);
	background-size: cover;
}

.category-card.environmental {
	top: 584px;
	right: 584px;
}
.category-card.environmental .card__inner {
	background-image: url(/asset/esg/img/top/card-4.png);
	background-size: cover;
}

.category-card.social  {
	top: 584px;
	right: 292px;
}
.category-card.social .card__inner {
	background-image: url(/asset/esg/img/top/card-5.png);
	background-size: cover;
}

.category-card.governance {
	top: 584px;
	right: 0;
}
.category-card.governance .card__inner {
	background-image: url(/asset/esg/img/top/card-6.png);
	background-size: cover;
}
@media screen and (max-width: 1200px) {
	.category-area {
		padding: 32px 16px;
	}
	.category-area__inner {
		width: 100%;
		height: auto;
	}
	.category-message {
		width: 100%;
		position: relative;
		margin-bottom: 64px;
	}
	.category-message h2 {
		font-size: 25px;
		margin-bottom: 16px;
	}
	.category-message p {
		font-size: 14px;
		margin-bottom: 16px;
	}
	.category-message a {
		position: absolute;
		right: 0;
		font-size: 14px;
	}
	.category-card__area {
		position: static;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.spacer {
		display: none;
	}
	.category-card {
		position: static;
		width: calc( 50% - 4px);
		margin: 0 0 8px 0;
	}
	.card__inner {
		width: 100%;
	}
	.card__inner::after {
	}
	.category-card h3 a span {
		/* font-size: 16px; */
	}
	.category-card:hover .deproy-area {
		display: none;
	}
	.category-card:hover::after {
		content: none;
	}
	.category-card.message {
		order: 1;
	}
	.category-card.esg_policy {
		order: 2;
	}
	.category-card.esg_data {
		order: 6;
	}
	.category-card.environmental {
		order: 3;
	}
	.category-card.social {
		order: 4;
	}
	.category-card.governance {
		order: 5;
	}
}

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

	data-area

=========================================================== */
.data-area {
	padding: 126px 0;
	background-image: url(/asset/esg/img/top/top-data.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.data-area::after {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background: rgba(44, 114, 138, 0.9)
}
.data-area__inner {
	position: relative;
	width: 1106px;
	margin: 0 auto;
	color: #fff;
	z-index: 2;
}
.data-area h2 {
	font-family: "Montserrat";
    display: block;
    padding: 1.5em 0 0 0;
    margin: 0 0 1.0em;
    position: relative;
    font-size: 4.0rem;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.text-section {
	font-size: 24px;
	text-align: left;
}
.is-ja .data-area .text-section p {
	font-size: 18px;
}
.text-section h3 {
	font-size: 48px;
	font-weight: bold;
}
.data-section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}
.data-section .box {
	margin-top: 64px;
	width: 50%;
}
.data-section .box .data {
	font-size: 24px;
	font-weight: bold;
}
.data-section .box .data span {
	font-size: 56px;
}
@media screen and (max-width: 1200px) {
	.data-area {
		padding: 46px 16px;
	}
	.data-area__inner {
		width: 100%;
	}
	.text-section {
		font-size: 20px;
		text-align: left;
	}
	.text-section h3 {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 1rem;
	}
	.data-section {
		margin-top: 42px;
		text-align: center;
		flex-wrap: nowrap;
		align-items: center;
	}
	.data-section .box {
		margin-top: 0;
	}
}
/* ===========================================================

	award-area

=========================================================== */
.award-area {
	padding: 58px 0;
}
.award-area__inner {
	width: 1106px;
	margin: 0 auto;
}
.award-area__inner h2 {
}
.award-area__inner .slider {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.award-1,
.award-2,
.award-3,
.award-4,
.award-5 {
	max-height: 170px !important;
}

.slider .award-3 {
	width: 220px;
}

@media screen and (max-width: 1200px) {
	.award-area__inner {
		width: 100%;
		padding: 16px;
	}
	.award-area__inner .slider li {
		display: flex;
	}	
	.award-1,
	.award-2,
	.award-3,
	.award-4,
	.award-5 {
		max-width: 90%;
		height: 160px;
		object-fit: contain;
		font-family: 'object-fit: contain;';
	}
	.slider .dummy {
		display: none;
	}
}
/* ===========================================================

	reporting-area

=========================================================== */
.reporting-area {
	padding: 80px 0;
    background-color: #efefef;
}
.reporting-area__inner {
	width: 1106px;
	margin: 0 auto;
}
.reporting-area__inner .slider {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.reporting-area__inner .slider li {
	text-align: center;
}
.reporting-area__inner .slider li a,
.reporting-area__inner .slider li a:hover,
.reporting-area__inner .slider li a span,
.reporting-area__inner .slider li a:hover span {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all .3s ease;	
}
.reporting-area__inner .slider .slick-track {
	display: flex;
    align-items: center;
}
.reporting-area__inner .slider .slick-slide {
	height: auto !important;
}
.reporting-area__inner .slider .report-img img {
	min-height: 200px;
	margin:auto;
	display: inline;
}
.reporting-area__inner .slider .report-img a:hover img {
	opacity: 0.7;
}
.reporting-area__inner .slider .report-img .report-img-bnr {
	position: relative;
	display: inline-block;
	padding: 2px 10px;
	margin: 8px auto auto auto;
	border: 1px solid #187770;
	background: #fff;
}
.reporting-area__inner .slider .report-img a:hover .report-img-bnr {
	background: #187770;
	color: #fff;
	text-decoration: none;
}
.reporting-area__inner .slider .report-bnr a {
	position: relative;
	display: block;
	padding: 20px 15px;
	width: 70%;
	margin: auto;
	border: 2px solid #187770;
	background: #fff;
}
.reporting-area__inner .slider .report-bnr a::before {
	content: "";
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
	border: solid 1px #187770;
	z-index: 1;
}
.reporting-area__inner .slider .report-bnr a:hover {
	text-decoration: none;
	background: #2c728a;
	border-color: #2c728a;
	color: #fff;
}
.reporting-area__inner .slider .report-bnr a:hover::before {
	border: solid 1px #fff;
}
@media screen and (max-width: 1200px) {
	.reporting-area__inner {
		width: 100%;
		padding: 16px;
	}
	.reporting-area__inner .slider li {
		display: flex;
		justify-content: center;
	}
	.reporting-area__inner .slider .report-bnr a {
		padding: 30px 15px;
	}
}