/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    /* line-height: 1.15; */
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 100%;
    overflow: hidden;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: linear-gradient(45deg, #EAFFDC, #F4FFCF);
    /* Fallback for when there is no custom background color defined. */
    height: 100%;
    scroll-behavior: smooth;
    position: relative;
    color: #07562E;
    overflow-x: hidden;
    font-family: "Comfortaa", sans-serif;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: bottom;
}

p {
    font-size: 18px;
}

a {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}

.sp {
    display: none;
}


.wrapper {
    width: min(67.71vw, 1300px);
    margin: 0 auto;
    padding: 40px 0 182px;
}

.top-btn-name,
.section-title,
.number,
.writing-width span,
.copy-right {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-variation-settings:
        "wdth" 100;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-logo {
    display: block;
    position: absolute;
    top: min(2.29vw, 44px);
    left: min(3.96vw, 76px);
    width: min(22.85vw, 234px);
}


/* 言語切替メニュー
==============================　*/
.language_contents,
.p-language {
    display: none;
}

@media screen and (max-width: 1023px) {

    /* 言語切替メニュー */
    .language_contents {
        font-family: 'Roboto Condensed', sans-serif;
        display: block;
        position: fixed;
        z-index: 15;
        left: 0;
        top: -105vh;
        width: 100%;
        /*  出てくるスライドメニューの幅  */
        height: 100vh;
        background: #001424;
        background-size: 100% auto;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transition: opacity .5s;
        overflow-y: auto;
        /* メニューが多くなったらスクロールできるように */
    }

    /* メニューが開いたら */
    .is-drawerActive-language .language_contents {
        top: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .is-drawerActive-language .p-language {
        display: block;
        position: fixed;
        z-index: 30;
        top: 7px;
        right: 0px;
        width: 50px;
        height: 50px;
        margin: auto;
        outline: none;
        background-color: #007CC5;
    }

    .drawer-bg {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 5;
        background-color: #000;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        transition: all 0.5s;
        cursor: pointer;
        z-index: 10;
    }

    .is-drawerActive-language .drawer-bg {
        opacity: 0.3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        visibility: visible;
    }

    .js-drawer-close {
        cursor: pointer;
    }

    .lang_nav {
        font-size: 1.4rem;
        padding-top: 120px;
        padding-right: 20px;
        padding-left: 20px;
        letter-spacing: 0em;
    }

    .lang_nav li {
        margin-bottom: 30px;
    }

    .lang_nav li a {
        display: inline-block;
        position: relative;
        padding-left: 27px;
        font-size: 1.00rem;
        font-weight: normal;
    }

    .lang_nav li a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0.5em;
        width: 7px;
        height: 7px;
        border-top: solid 2px #70BB09;
        border-right: solid 2px #70BB09;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

body.is-drawerActive .p-language {
    display: none;
}

body.is-drawerActive-language .p-hamburger {
    display: none;
}

.footer_lang {
    font-family: 'Roboto Condensed', sans-serif;
    position: fixed;
    z-index: +1;
    top: 30%;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 135px;
    height: 51px;
    background-color: #70BB09;
}

@media screen and (max-width: 1023px) {
    .footer_lang {
        display: none;
    }
}

.footer_lang .lamg-btn {
    position: relative;
    padding: 18px 35px 17px 43px;
    height: 51px;
}

.footer_lang .lamg-btn:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: url(../img/i_language.svg) center no-repeat;
    background-size: 20px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.footer_lang .lamg-btn:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.footer_lang .lamg-btn .btn-txt {
    display: block;
    font-size: 7.5px;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

.footer_lang .lamg-btn.is-open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.footer_lang .lamg-btn:hover {
    cursor: pointer;
}

.footer_lang .lang-list {
    display: none;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.footer_lang .lang-list>li {
    padding: 0 !important;
}

.footer_lang .lang-list>li>a {
    background-color: #FFFFFF;
    display: block;
    padding: 6px 10px;
    font-size: 7.5px;
    font-size: 0.75rem;
    font-weight: normal;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: black;
}

.footer_lang .lang-list>li>a:hover {
    background-color: #F1F8FB;
    font-weight: bold;
    text-decoration: none;
}

.footer_lang .lang-list>li+.list-item {
    border-top: solid 1px #DADCE2;
}



/*--------------------------------------------------------------
# Top
--------------------------------------------------------------*/
main {
    position: relative;
}
.top-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tbl {
    position: absolute;
}

.top-bg-leaf_01 {
    top: min(32vw, 614px);
    left: 0;
    /*     width: 4.79vw;
    min-width: 80px; */
}

.top-bg-leaf_02 {
    top: min(30.5vw, 681px);
    left: 10%;
}

.top-bg-leaf_03 {
    top: min(23.96vw, 460px);
    left: 52%;
}

.top-bg-leaf_03 img {
    transform: scale(0.6) rotate(-48deg);
}

.top-bg-leaf_04 {
    top: min(10.5vw, 202px);
    right: 10%;
}

.top-bg-leaf_05 {
    top: min(10.5vw, 202px);
    right: 1%;
}

.top-bg-leaf_05 img {
    transform: scale(1.2) rotate(-48deg);
}

.top-title-section h2 {
    width: min(61.35vw, 1178px);
    margin: 10vw auto 0;
    position: relative;
    z-index: 1;
}

.top-link-section {
    position: relative;
    height: 40vh;
}

.top-btn-wrap {
    width: min(80vw, 923px);
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    /* top: min(57.13vw, 585px); */
    left: 50%;
    transform: translateX(-45%);
}

.top-btn-content {
    text-align: center;
}

.top-btn {
    position: relative;
}

.top-btn-leaf {
    position: relative;
    width: 203px;
}

.leaf-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 152px;
    z-index: -1;
    transform: translate(5%, 28%);
    transition: transform .3s;
}

@media (any-hover: hover) {
    .top-btn:hover .leaf-btn {
        transform: translate(0%, 24%);
    }
}

.top-btn-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-64%, -50%);
    font-size: min(3.26vw, 50px);
    text-wrap: nowrap;
    color: #fff;
    text-shadow:
        2px 2px 0 #13724C,
        -2px 2px 0 #13724C,
        -2px -2px 0 #13724C,
        2px -2px 0 #13724C;
    /* -webkit-text-fill-color: white;
    -webkit-text-stroke: 2px #13724C; */

}

.arrow-down {
    display: block;
    margin: 30px auto 0;
    transform: translateX(-50%);
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features-section {
    position: relative;
    padding-bottom: 244px;
}

.leaf_01 {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-30%);
    width: 20.16vw;
}

.leaf_02 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-25%, -44%);
    width: 30.99vw;
}

.bg-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    transform: translateY(-100%);
}

.features-section .wrapper {
    background-color: #fff;
    padding: 80px 0;
    border-radius: 32px;
}

.section-title {
    text-align: center;
    color: #13724C;
    font-size: min(3.91vw, 60px);
    position: relative;
    margin-bottom: 40px;
}

.section-title h2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.under-line {
    margin-top: 0.1em;
}

.features-section .under-line {
    width: 24%;
}

.performance-section .under-line {
    width: 44%;
}

.line-up-section .under-line {
    width: 19%;
}

.features-content {
    width: min(59.23vw, 770px);
    margin: 0 auto;
    letter-spacing: 0.5px;
    line-height: 2em;
}

@media screen and (max-width:715px) {
    .product-list {
        overflow-x: scroll;
    }
}

.features-content .content-01 img {
    margin-bottom: 40px;
}

.features-content .flex {
    display: flex;
    align-items: center;
}

.features-content .content-02 {
    margin: 100px 0 65px;
    gap: 2%;
}

.features-content .content-02 img {
    z-index: 1;
    width: 48%;
}

.features-content .text-box::before {
    content: "";
    width: 20%;
    height: 1px;
    background-color: #707070;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
}

.features-content .text-box {
    background-color: #EEFFD6;
    padding: 52px 40px;
    border-radius: 22px;
    position: relative;
    width: 50%;
}

.features-content .text-box p {
    font-size: min(3.13vw, 28px);
}

.features-content .content-03 p {
    font-weight: bold;
    font-size: 16px;
    margin-right: 4em;
}

/*--------------------------------------------------------------
# Performance Video
--------------------------------------------------------------*/
.performance-section {
    position: relative;
    background-color: #fff;
}

.leaf_03 {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-20%);
    width: 20.16vw;
}

.performance-content {
    width: min(53.46%, 695px);
    margin: 0 auto;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# Line-up
--------------------------------------------------------------*/
.line-up-section {
    background-color: #F1FFD3;
    position: relative;
}

.leaf_04 {
    position: absolute;
    top: 10%;
    left: 0;
    transform: translate(-28%, -44%);
    width: 30.99vw;
}

.line-up-section .flex {
    display: flex;
    justify-content: space-between;
    gap: 4%;
}

.product-list {
    margin: 60px 0;
    overflow-y: hidden;
}

.lineup-arrow {
    width: 130px;
}

@media screen and (max-width:715px) {}

.scroll-wrap {
    min-width: 680px;
}

.line-up-content-wrap {
    width: 50%;
    text-align: center;
}

.line-up-section h3 {
    margin-bottom: 1.5em;
    font-size: min(2.61vw, 31px);
    color: #78B720;
}

.line-up-content-inner {
    display: flex;
    justify-content: space-between;
}

.line-up-content {
    width: 46%;
    background-color: #fff;
    aspect-ratio: 2 / 1;
    position: relative;
    transition: background-color .3s;
}

.line-up-content .bg-stroke {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.02;
}

.line-up-content .sample-marker {
    position: absolute;
    top: 0%;
    left: 5%;
    transition: transform .3s;
    width: 30%;
}

.line-up-section .number {
    font-size: min(5.74vw, 70px);
    position: absolute;
    bottom: 0;
    right: 0;
    color: #17854E;
    opacity: 0.2;
    transition: color .3s, opacity .3s;
}

.line-up-content.active {
    background-color: #70BB09;
}

.line-up-content.active .bg-stroke {
    opacity: 0.05;
    filter: brightness(5);
}

.line-up-content.active .sample-marker {
    transform: translateY(-14%);
}

.line-up-content.active .number {
    color: #fff;
    opacity: 0.5;
}



@media (any-hover: hover) {
    .line-up-content:hover {
        background-color: #70BB09;
    }

    .line-up-content:hover .bg-stroke {
        opacity: 0.05;
        filter: brightness(5);
    }

    .line-up-content:hover .sample-marker {
        transform: translateY(-14%);
    }

    .line-up-content:hover .number {
        color: #fff;
        opacity: 0.5;
    }
}

.detail-wrap {
    display: none;
}

.detail-wrap.active {
    display: block;
    animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.marker-img {
    background-color: #fff;
    width: 50%;
    aspect-ratio: 4 / 3;
    text-align: center;
    padding: auto 0;
    position: relative;
}

.bg-name {
    opacity: 0.05;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.marker {
    height: 100%;
}

.marker img {
    display: none;
    transform: rotate(-135deg);
    height: 100%;
}

.marker img.active {
    display: inline;
    animation: fadeIn 0.5s forwards;
}

.marker-details {
    width: 45%;
}

.marker-title {
    position: relative;
    margin-bottom: 10px;
}

.marker-title .under-line {
    transform: translateX(-5%);
    margin-top: 0.8em;
    width: 100%;
}

.marker-name {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
}

.logo-marker-name {
    width: 56%;
}

.logo-eco-green {
    margin-left: 10px;
    width: 38%;
}

.product-text {
    line-height: 1.5;
}

.point-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin: 30px 0;
}

.point-list img {
    width: 22%;
}

.point-list img:nth-child(-n+4) {
    margin-bottom: 10px;
}

.writing-width {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    margin: 30px 0;
}

.writing-width p {
    font-size: 20px;
    margin-bottom: 0.5em;
    white-space: nowrap;
}

.writing-img {
    width: 60%;
}

.writing-img img {
    width: 50%;
}

.writing-width span {
    font-style: normal;
    font-size: min(2.61vw, 35px);
    color: #000;
    text-wrap: nowrap;
}

.writing-width span.large {
    font-size: min(3.91vw, 60px);
}

.ink-colours {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0.5em;
}

.color-list {
    display: flex;
    gap: 18px;
    margin-top: 20px;
    margin-left: 0.8em;
}

.color-list li {
    text-align: center;
}

.color-point {
    display: block;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
}

.color-point.black {
    background-color: #000;
}

.color-point.blue {
    background-color: #193DCE;
}

.color-point.green {
    background-color: #24A13D;
}

.color-point.red {
    background-color: #F20000;
}

.color-point::before {
    position: absolute;
    top: -20px;
    /* ← テキストを上に移動 */
    left: 50%;
    transform: translateX(-50%);
    /* ← 中央揃え */
    font-size: 12px;
    color: #000;
    opacity: 0;
}

.color-point.black::before {
    content: "BLACK";
}

.color-point.blue::before {
    content: "BLUE";
}

.color-point.green::before {
    content: "GREEN";
}

.color-point.red::before {
    content: "RED";
}

.color-point.active::before {
    opacity: 1;
}

.color-point::after {
    content: "";
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #000;
    position: absolute;
    top: -6px;
    left: -6px;
    opacity: 0;
}

.color-point.active::after {
    opacity: 1;
}

.about-marker {
    font-size: 20px;
    margin-top: 2em;
}

.about-marker span {
    margin-right: 1.5em;
}

.about-marker .bold {
    font-weight: bold;
    color: #78B720;
}

.about-marker p:first-child {
    margin-bottom: 1em;
}

.product-btn {
    display: block;
    width: 507px;
    border-radius: 999px;
    background-color: #13724C;
    margin: 0 auto;
    margin-top: 160px;
    color: #fff;
    padding: 1.2em 0;
    text-align: center;
    position: relative;
}

.product-btn span {
    content: "";
    width: 0.8em;
    height: 0.8em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 15%;
}


/*--------------------------------------------------------------
# Eco
--------------------------------------------------------------*/
.eco-section {
    position: relative;
    background-color: #fff;
}

.eco-br {
    display: none;
}

.leaf_05 {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-80%);
    width: 20.16vw;
    min-width: 102px;
}

.eco-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2%;
    padding-top: 110px;
}

.eco-img {
    width: 53.62%;
}

.eco-section .section-title {
    text-align: left;
}

.eco-section .section-title h2 {
    left: 0;
    transform: none;
    font-size: min(3.91vw, 46px);
}

.eco-section .section-title .under-line {
    width: 105%;
    min-width: 540px;
    max-width: 135%;
    margin-top: 0.3em;
}

.eco-section p {
    line-height: 2;
}

.eco-section .bold {
    font-weight: bold;
    font-size: min(2.5vw, 33px);
    display: block;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    background-color: #13724C;
    color: #fff;
    text-align: center;
    position: relative;
}

.footer .wrapper {
    padding: 184px 0 50px;
}

/* リンク
==============================　*/
.footer_linksWrap {
    display: flex;
    margin-top: -280px;
    margin-bottom: 90px;
    position: relative;
}

.footer_linksWrap>a {
    height: 200px;
    display: block;
    width: 50%;
    background-color: #F1FFD3;
    overflow: hidden;
    position: relative;
    text-align: center;
    letter-spacing: 0;

}

.footer_linksWrap>a::after {
    content: "";
    display: inline-block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.footer_linksWrap>a::before {
    content: "";
    height: 100%;
    width: 150%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: #78B720;
    opacity: 0;
    transform: translate(-70%, 0) skew(-25deg);
    transition: opacity .2s, transform .25s;
}

.footer_linksWrap>a>span {
    display: block;
    padding: 91px 35px 91px 20px;
    position: relative;
    z-index: 1;
    transform: translate(0, 0);
    transition: opacity .25s, transform .25s, color .25s;
}

.footer_linksWrap>a>span::before {
    position: absolute;
    content: "";
    display: inline-block;
    height: 120px;
    width: 1px;
    background-color: #78B720;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.footer_linksWrap>.link01>span::before {
    display: none;
}

.footer_linksWrap>a>span::before {
    position: absolute;
    content: "";
    display: inline-block;
    height: 60%;
    width: 1px;
    background-color: #78B720;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.footer_linksWrap>a>span span {
    padding-right: 12px;
    position: relative;
    color: #13724C;
    font-weight: bold;
}

.footer_linksWrap>a>span span::after {
    position: absolute;
    content: "";
    display: inline-block;
    height: 13px;
    width: 14px;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    transition: .25s;
}

.footer_linksWrap>.link01>span span::after {
    background: url(../img/i_internet.svg) no-repeat center/contain;
}

.footer_linksWrap>.link02>span span::after {
    background: url(../img/i_window.svg) no-repeat center/contain;
}

.footer_linksWrap>.link03>span span::after {
    background: url(../img/i_downroad.svg) no-repeat center/contain;
}

@media (any-hover: hover) {
    .footer_linksWrap>.link01:hover>span span::after {
        background: url(../img/i_internet-white.svg) no-repeat center/contain;
    }

    .footer_linksWrap>.link02:hover>span span::after {
        background: url(../img/icon-site-link.svg) no-repeat center/contain;
    }

    .footer_linksWrap>.link03:hover>span span::after {
        background: url(../img/i_downroad-white.svg) no-repeat center/contain;
    }

    .footer_linksWrap>a:hover>span {
        z-index: 2;
        color: #fff;
    }

    .footer_linksWrap>a:hover>span span {
        color: #fff;
    }

    .footer_linksWrap>a:hover>span span::after {
        background: url(../images/writing_performance/i_window.svg) no-repeat center/contain;
    }
}


.footer_linksWrap>a>i {
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 0 35px 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    transform: translate(-50%, 0);
    transition: opacity .15s, transform .25s;
}

.footer_linksWrap>a>i::after {
    content: "";
    display: inline-block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.footer_linksWrap>a>i.link01::after {
    background: url(../images/writing_performance/where_bg_white.svg) no-repeat center/contain;
}

.footer_linksWrap>a>i.link02::after {
    background: url(../images/writing_performance/email_bg_white.svg) no-repeat center/contain;
}

.footer_linksWrap>a>i span {
    padding-right: 12px;
    position: relative;
}

.footer_linksWrap>a>i span::after {
    position: absolute;
    content: "";
    display: inline-block;
    height: 13px;
    width: 14px;
    background: url(../images/writing_performance/i_window.svg) no-repeat center/contain;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}

@media (any-hover: hover) {
    .footer_linksWrap>a:hover::before {
        opacity: 1;
        transform: translate(10%, 0) skew(0deg);
    }

    .footer_linksWrap>a:hover>i {
        opacity: 1;
        transform: translate(0, 0);
    }
}



@media screen and (max-width: 1023px) {

    .footer_linksWrap>a {
        height: 150px;
    }

    .footer_linksWrap>a span {
        padding: 66px 35px 66px 20px;
    }

    .footer_linksWrap::after {
        height: 90px;
        top: 30px;
    }
}


.footer-logo {
    margin-bottom: 30px;
    max-width: 400px;
}

.footer-content-wrap {
    display: flex;
    justify-content: space-between;
}

.site-link p {
    font-weight: bold;
    font-size: 16px;
}

.site-link img {
    margin-left: 10px;
    height: 1em;
}

.copy-right {
    font-style: normal;
    font-weight: 300;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.sns-icon {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 25px;
}

@media screen and (max-width:1250px) {
    .eco-br {
        display: block;
    }

    .eco-section .section-title .under-line {
        width: 70%;
        min-width: 0;
        margin-top: 1.5em;
    }
}


@media screen and (max-width:1220px) {
    .wrapper {
        width: 95%;
    }

    .features-content {
        width: 80%;
    }

    .site-link p {
        font-size: 15px;
    }

    .leaf_02 {
        transform: translate(-25%, -60%);
    }

}

@media screen and (max-width:1023px) {
    .leaf_03 {
        transform: translateY(-72%);
        min-width: 124px;
    }

    .leaf_04 {
        transform: translate(-30%, -120%);
        min-width: 180px;
    }
}