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

	Title: top.css
	Created: 2020-12-11

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

	header
    main-visual
    data
    portfolio-slider
    banner_stock
    banner-group
    banner_special


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

	.js-top-header

=========================================================== */
@media screen and (min-width: 1200px) {
    .js-top-header.js-header--leave .global-header {
        background-color: rgba(255,255,255,0.00);
    }
    .js-top-header.js-header--leave .global-header h1 a {
        background-image: url(../img/global/logo__white--ja.png);
    }
    .js-top-header.js-header--leave .global-menu__navigation ul.gn li a.global-menu__navigation__primary,
    .js-top-header.js-header--leave .global-sub-navigation__language a:link,
    .js-top-header.js-header--leave .global-sub-navigation__language a:visited {
        color: #fff;
    }
    .js-top-header.js-header--leave .global-menu__sub-navigation::before {
        background-color: rgba(255,255,255,0.50) !important;
    }
    .js-top-header.js-header--leave .global-sub-navigation__search--open span {
        background-image: url("../img/global/icon_search_b.png");
    }
}

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

	main

=========================================================== */
main.contents-style {
    padding: 0;
    margin: 0;
    text-align: center;
}
article {
    display: block;
}
.contents-style h2 {
    font-size: 3.5rem;
    margin: 64px 0 32px;
    line-height: 1.3;
}
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-450px);
    }
    
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.slidein {
    animation-name: slideInLeft;
    animation-duration: 1.2s;
    animation-timing-function: ease-out;
}
/* ===========================================================

	fadein

=========================================================== */
.js-fadein {
    opacity: 0;
    transform: scale(0.94,0.94);
    transition : all 2000ms;
}
.title {
    opacity: 0;
    transform: scale(1.06,1.06);
    transition : all 2000ms;
}
.js-scrollin {
    opacity: 1;
    transform: scale(1.0,1.0);
}
.js-fadein__image {
}
.js-fadin__image-wrap {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}
.js-scrollin__image .js-fadin__image-wrap {
    opacity: 1;
}
.js-fadin__image-wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 100%;
    height: calc(100% + 1px);
    background-color: rgba(255, 255, 255, 1.00);
    -webkit-transform: scale(1, 1) translate(0, 0);
    transform: scale(1, 1) translate(0, 0);
    -webkit-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}
.js-scrollin__image .js-fadin__image-wrap::before {
    left: 50%;
    -webkit-transform: scale(0, 1) translate(50%, 0);
    transform: scale(0, 1) translate(50%, 0);
}
.delay--1 .js-fadin__image-wrap::before {
    -webkit-transition: all 1.2s ease-in-out 1.0s;
    transition: all 1.2s ease-in-out 0.50s;
}
.delay--2 .js-fadin__image-wrap::before {
    -webkit-transition: all 1.2s ease-in-out 2.0s;
    transition: all 1.2s ease-in-out 1.0s;
}

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

	main-visual

=========================================================== */
.main-visual {
    /* position: relative;
    height: 250vh;
    width: 100%;
    background-color: #000; */
    margin-bottom: 120px;
    overflow: hidden;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {}
/* ===========================================================

	main-visual__image

=========================================================== */
.main-visual__image {
    width: 100%;
    height: 100vh;
    background: url("../img/top/mainvisual.png") 50% 50% no-repeat;
    background-size: cover;
}

/* .main-visual__image::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: linear-gradient( #444444, #000 );
    opacity: 0.2;
    z-index: 1;
    background-blend-mode: overlay;
} */
/* .main-visual__image::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1.00);
    animation: main-visual__image-effect 1.2s cubic-bezier(1, 0, 0, 1);
    animation-fill-mode: forwards;
    z-index: 2;
}
@keyframes main-visual__image-effect {
    0% {
        left: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
        display: none;
    }
} */
@media screen and (max-width: 1024px) {
}
.js-main-visual__image--fadein {
    /*opacity: 1;*/
    transform: scale(1.0,1.0);
}

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

	corporate-slogan

=========================================================== */
.corporate-slogan {
    position: absolute;
    bottom: 20%;
    left: 0;
    margin: 0;
    width: 100%;
    padding: 0 64px;
    z-index: 90;
    text-align: left;
    font-size: 1.6rem;
    line-height: 2.5;
    letter-spacing: 0.15em;
    color: #fff;
    /*fadein*/
}
.corporate-slogan strong  {
    font-size: 3.0rem;
    display: block;
    font-weight: 700;
    line-height: 1.8;
}
.is-en .corporate-slogan strong  {
    font-weight: 900;
}

.js-corporate-slogan--fadein {
    opacity: 1;
    transform: scale(1.0,1.0) translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
    .corporate-slogan {
        text-align: left;
    }
    .corporate-slogan br {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .corporate-slogan {
        top: 52%;
        line-height: 1.5;
        padding: 0 32px;
        font-size: 1.4rem;
        text-align: center;
    }
    .corporate-slogan strong  {
        font-size: 2.2rem;
    }
}

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

	main-visual__scroll

=========================================================== */
.main-visual__scroll {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 69px;
    z-index: 3;
}
@media screen and (max-width: 767px) {
    .main-visual__scroll {
        bottom: 16px;
    }
}
/* ===========================================================

	contens

=========================================================== */
#top-contens {
    position: relative;
    background-color: #fff;
    width: 100%;
    padding: 0;
}
@media screen and (max-width: 1024px) {
    #top-contens .top-contens__inner {
        width: 100%;
        padding: 0;
    }
}

@media screen and (min-width: 768px) {
	a.link-button,
	.link-button a {
		max-width: 290px;
		min-width: 290px;
	}
}
/* ===========================================================

	main

=========================================================== */
main.contents-style {
    width: 100%;
    float: none;
    padding-top: 0;
    max-width: inherit;
    min-width: inherit;
}
main section {
    margin: 0;
}
@media screen and (max-width: 1024px) {
}


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

	topics

=========================================================== */
.topics {
    padding: 48px 32px 80px;
    background-color: #f7f7f7;
}
.topics .archive-list {
    max-width: 900px;
    margin: 0 auto 64px;
    text-align: left;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
    .topics {
        padding: 32px 16px 64px;
    }
    .topics .archive-list {
        margin: 0 auto 32px;
    }
}
/* ===========================================================

	news

=========================================================== */
.news {
    padding: 48px 32px 96px;
}
.news .archive-list {
    max-width: 900px;
    margin: 0 auto 64px;
    text-align: left;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
    .news {
        padding: 32px 16px 64px;
    }
    .news .archive-list {
        margin: 0 auto 32px;
    }
}

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

	top-data

=========================================================== */
.top-data {
	display: flex;
	justify-content: space-between;
    background-color: #f7f7f7;
    padding: 96px 32px;
    margin-bottom: 128px;
}
.top-data section.top-data__box {
	position: relative;
    width: 33%;
    margin: 0 !important;
    padding: 0 32px 96px;
}
.top-data section.top-data__box .link-button {
    margin: 0 !important;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}
#top-data--distribute {
}
#top-data--portfolio {
    width: 34%;
    border-right: solid 1px #dce5e0;
    border-left: solid 1px #dce5e0;
}
#top-data--financial {
}
.top-data p {
    margin: 0 auto 5px;
    line-height: 1;
    max-width: 300px;
    text-align: center;
}
.top-data h2 {
    font-size: 3.5rem;
    margin-top: 0;
}
.top-data p:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
    .top-data {
        flex-direction: column;
        padding: 64px 0;
    }
    .top-data section.top-data__box {
        width: 100%;
        padding: 32px 32px 96px;
    }
    #top-data--portfolio {
        width: 100%;
        border: none;
        border-top: solid 1px #dce5e0;
        border-bottom: solid 1px #dce5e0;
    }
    .top-data section.top-data__box .link-button {
        position: relative;
        bottom: inherit;
        padding-top: 32px;
    }
}

/* top-data__value
----------------------------------------------------------- */
.top-data__value {
    margin: 0;
    padding: 8px 0;
}
.top-data__value em {
    font-family: 'Lato', sans-serif;
    font-size: 7.2rem;
	letter-spacing: -0.025em;
    color: #4b4d4f;
    padding: 0 0 30px;
    line-height: 1;
}


/* top-data__value
----------------------------------------------------------- */
.data-slider__slide {
    min-height: 242px;
}
.is-en .data-slider__slide {
    min-height: 252px;
}
@media screen and (max-width: 450px) {
    .is-en .data-slider__slide {
        min-height: 340px;
    }
}


/* slick-arrow
----------------------------------------------------------- */
.top-data .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 20;
    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: 0;
    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: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #000;
}
.top-data .slick-dots li.slick-active button::before {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background-color: #7d8681;
    opacity: 0.4;
}

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

    top-data--financial

=========================================================== */
#top-data--financial {
}
#top-data--financial ul,
#top-data--financial p {
    margin: 0 auto 10px;
}
@media screen and (min-width: 1200px) {
    #top-data--financial ul,
    #top-data--financial p {
        max-width: 360px;
    }
}
#top-data--financial li {
	position: relative;
    line-height: 1.4;
	margin: 0;
    padding: 0;
    text-align: left;
}
#top-data--financial li > a {
	display: block;
    text-decoration: none;
    padding: 4px 0;
    cursor: pointer;
}
#top-data--financial li > a:hover {
    opacity: 0.5;
}
#top-data--financial li > a .icon__pdf--small,
#top-data--financial li > a .icon__video--small{
    margin-left: 0;
    background-color: transparent;
}
/*#top-data--financial .download {
    margin-bottom: 0 !important;
}
#top-data--financial .download a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
#top-data--financial .download a::before {
    content: "";
    background: url("../img/top/icon_download.png") 50% 50% no-repeat;
    background-size: 12px auto;
    width: 12px;
    height: 15px;
    display: inline-block;
    margin-right: 8px;
}
#top-data--financial .download a:hover {
    opacity: 0.5;
    text-decoration: none;
}*/

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

	top-section

=========================================================== */
.top-section {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 128px;
}
.top-section img {
    vertical-align: middle;
}
.top-section .top-section__title {
    width: 400px;
    order: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-section .top-section__title h2 {
    margin: 0;
    font-size: 3.5rem;
}
.top-section .top-section__main-image {
    width: 1200px;
    order: 1;
}
.top-section .top-section__sub-image {
    width: 800px;
    display: flex;
    order: 2;
}
.top-section .top-section__sub-image img {
}
.top-section .top-section__body {
    order: 4;
    text-align: left;
    padding: 0 400px 0 0;
}
.top-section .top-section__body .link-button {
    margin-top: 64px;
}
.top-section h3 {
    font-size: 2.4rem;
    padding: 0;
    margin: 0 0 16px;
    border: none;
}
.top-section .column--equal-width {
    text-align: center;
    margin-top: 128px;
    margin-bottom: 128px;
    order: 5;
}
.top-section .column--equal-width p {
    margin: 0;
}
.top-section .column--equal-width img {
    max-width: 290px;
}
.top-section .link-button {
    text-align: center;
}
.top-section .top-section__title,
.top-section .top-section__main-image,
.top-section .top-section__sub-image {
    margin-bottom: 128px;
}
.top-section.top-section--esg .top-section__title {
    order: 2;
}
.top-section.top-section--esg .top-section__sub-image {
    order: 3;
}
.top-section.top-section--esg .top-section__body {
    padding: 0 0 0 400px;
}
.top-section.top-section--esg .column--equal-width {
    width: calc(100% + 64px);
    margin: 128px -32px !important;
}
.top-section.top-section--esg h3::after {
    display: none;
}
.top-section--esg--social {
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
}
/* folding
----------------------------------------------------------- */
.top-section .folding {
    background-color: #F3F2F1;
    padding: 68px 60px 68px;
    margin-top: 96px;
    display: none;
}
.top-section .folding-content {
    text-align: left;
}
.top-section .folding h3::after {
    content: none;
}
.top-section .folding dl:not(:last-child),.top-section .folding dd:not(:last-child) {
    margin-bottom: 16px;
}
.top-section .folding dt {
    font-size: 18px;
    font-weight: bold;
}
.accord-btn {
    display: inline-block;
    margin-top: 80px;
    max-width: 290px;
    min-width: 290px;
    height: 50px;
    border: solid 1px #00953A;
    color: #fff !important;
    background-color: #00953A;
    box-sizing: border-box;
}
.accord-btn:hover {
    border: solid 1px #00953A;
    text-decoration: none;
    color: #00953A !important;
    background-color: #fff;
    box-sizing: border-box;
}
.accord-btn span {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 3;
}


.map-btn {
    text-decoration: none;
    color: #00953A;
    background-color: #FFF;
    text-align: center;
    border-radius: 0;
    min-width: 190px;
    height: 50px;
    border: solid 1px #00953A;
    color: #fff !important;
    background-color: #00953A;
    box-sizing: border-box;
    padding:1px 20px;
    margin: auto 20px;
}

.map-btn:hover {
    border: solid 1px #00953A;
    text-decoration: none;
    color: #00953A !important;
    background-color: #fff;
    box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
    .top-section {
        padding: 0 16px 64px;
    }
    .top-section .top-section__main-image {
        margin-bottom: 0;
    }
    .top-section .top-section__sub-image {
        width: 100%;
        margin-bottom: 32px;
    }
    .top-section .top-section__title,
    .top-section.top-section--esg .top-section__title  {
        width: 100%;
        order: 1;
        margin-bottom: 64px;
    }
    .top-section .top-section__body,
    .top-section.top-section--esg .top-section__body {
        padding: 0;
    }
    .top-section .column--equal-width {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .top-section.top-section--esg .column--equal-width {
        width: calc(100% + 64px);
        margin: 32px -32px !important;
    }
    .top-section .column__cell {
        margin-top: 64px;
        margin-bottom: 64px;
    }
    .top-section .folding {
        padding: 32px 16px 32px;
    }
    .map-btn {
        display: block;
        height: auto;
        margin: 1rem 0;
        padding: 14px 20px;
    }
}
@media screen and (max-width: 1024px) {
    .top-section.top-section--esg .column--equal-width {
        width: 100%;
    }
    .top-section--esg--social {
        border: none;
    }
}

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

    philosophy

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

.philosophy-head {
    font-family: 'Lato';
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 16px;
}
.philosophy-head span {
    color: #00953A;
}

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

    sustinability

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

.sustinability-chart {
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sustinability-chart--box {
    position: relative;
    height: 150px;
    width: 240px;
    margin-right: 70px;
    padding: 2rem;
    text-align: center;
    font-size: 20px;
    color: #00953A;
    background-color: #fff;
    border: 1px solid #00953A;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sustinability-chart .sustinability-chart--box:not(:last-child):after {
    content: "";
    position: absolute;
    right: -52px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26.5px 0 26.5px 28px;
    border-color: transparent transparent transparent #009539;
}

@media screen and (max-width: 767px) {
    .sustinability-chart {
        flex-direction: column;
    }
    .sustinability-chart--box {
        margin-right: 0;
        margin-bottom: 70px;
    }
    .sustinability-chart--box:last-child {
        margin-bottom: 0;
    }
    .sustinability-chart .sustinability-chart--box:not(:last-child):after {
        bottom: -52px;
        right: 93px;
        border-width: 28px 26.5px 0 26.5px;
        border-color: #009539 transparent transparent transparent;
    }
}
/* ===========================================================

	message

=========================================================== */
.message__signature {
	position: relative;
	overflow: hidden;
}
.message__signature {
	margin-bottom: 64px;
}
.message__signature span img {
    width: 100%;
}
.message__signature figcaption em {
	color: #000;
	font-size: 2.0rem;
}
.message__signature figcaption p {
	margin: 0;
}
.message p {
    margin: 0 0 27px;
}
@media screen and (max-width: 768px) {
	.message__signature figcaption {
	    text-align: center;
		padding: 381px 0 0;
	}
	.message__signature-photo {
		position: absolute;
	    left: -150px;
	    width: 1200px;
	    height: 363px;
	}
}
@media screen and (min-width: 768px) {
	.message__signature figcaption {
		position: absolute;
	    top: 50%;
	    right: 64px;
	    text-align: right;
	    transform: translate(0, -50%);
	}
}

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

    organization

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

.organization img {
    margin-top: 64px;
}


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

    fade in

=========================================================== */
.effect-fade {
    opacity : 0;
    transform : translate(0, 45px);
    transition : all 600ms;
}

.effect-fade.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}

.esg-report{
    display: inline-block;
    position: relative;
}

.esg-report-btn{
    line-height: 3!important;
    border: solid 1px #00953A;
    color: #fff !important;
    background-color: #00953A;
    box-sizing: border-box;
    padding: 15px 125.5px;
}

.esg-report-btn span{
    background: #FFF;
    color: #000;
    border: solid 1px #7d7d7d;
    padding: 2px 10px;
    margin: 0 0 0 10px;
    font-size: 12px;
    line-height: 10px;
}

.esg-report-btn:hover {
    border: solid 1px #00953A;
    text-decoration: none;
    color: #00953A !important;
    background-color: #fff;
    box-sizing: border-box;
}

.pdf-icon:after{
    position: absolute;
    content: "PDF";
    top: 14px;
    left: 180px;
    background: #00953A;
    color: #FFF;
    border: solid 1px #FFF;
    padding: 3px 10px;
    margin: 0;
    font-size: 12px;
    line-height: 10px;
    transition: all 0.5s;
    pointer-events: none;
}

.pdf-icon:hover:after{
    border: solid 1px #00953A;
    color: #00953A !important;
    background-color: #fff;
}

@media screen and (max-width: 1200px) {
	.esg-report-btn{
        display: block;
        padding: 0px 125.5px!important;
	}
	.pdf-icon:after{
		top: 14px;
		left: 180px;
	}
}