
@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;

    src: local('Gilroy-Bold'), url('../fonts/Gilroy-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    src: local('Gilroy-Medium'), url('../fonts/Gilroy-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Regular'), url('../fonts/Gilroy-Regular.woff') format('woff');
}


header, main {
    max-width: 1810px;
    padding: 0 20px;
    margin: 0 auto;
    font-family: Gilroy;
}

.env {
    background: #F6F6F6;
    width: 100%;
    height: 930px;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
}


@media screen and (max-width: 1440px) {
    .env {
        height: 700px;
    }
}

@media screen and (max-width: 992px) {
    .env {
        height: auto;
    }
}



sup {
    font-size: .6em;
}

.env img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center right;
}

@media screen and (max-width: 992px) {
    .env img {
        display: none;
    }
}


.env .txt {
    padding-left: 65px;
    position: relative;
    z-index: 10;
}

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

    .env .txt {
        padding: 50px 30px;
    }
}

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

    .env .txt {
        padding: 30px 20px;
    }

}


h1, h2, h3, p {
    font-family: 'Gilroy';
}

p {
    font-size: 26px;
}

@media screen and (max-width: 992px) {
    p {
        font-size: 20px;
    }
}

@media screen and (max-width: 460px) {
    p {
        font-size: 16px;
    }
}

.env h1 {
    font-weight: 700;
    font-size: 78px;
    color: #434141;
    max-width: 900px;
    line-height: 1em;
    padding-top: 0;
}

@media screen and (max-width: 992px) {
    .env h1 {
        font-size: 36px;
    }
}

@media screen and (max-width: 460px) {
    .env h1 {
        font-size: 32px;
    }
}


.env .green {
    color: #30AB0D;
}

.env p {
    max-width: 800px;
    color: #434141;
}

@media screen and (max-width: 992px) {
    .env p {
        max-width: 100%;
    }
}

.frame {

    background: #30AB0D;
    color: #FFF;
    border-radius: 26px;

    padding: 150px 65px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px 70px;
    font-weight: bold;
}

@media screen and (max-width: 1440px) {
    .frame {
        flex-wrap: wrap;
        justify-content: center;
    }
}

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

    .frame {
        padding: 50px 30px;
    }

}

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

    .frame {
        padding: 30px 20px;
    }

}


.frame h3 {
    font-size: 44px;
    line-height: 1.3;
    color: #FFF;
}

@media screen and (max-width: 992px) {
    .frame h3 {
        font-size: 32px;
    }
}

@media screen and (max-width: 460px) {
    .frame h3 {
        font-size: 26px;
    }
}

.frame .info {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px 40px;
}

@media screen and (max-width: 992px) {
    .frame .info {
        flex-wrap: wrap;
    }
}

.frame .info-txt {
    width: 260px;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .frame .info-txt {
        width: 100%;
    }
}

.frame .value {
    font-size: 80px;
    line-height: 1;
}

@media screen and (max-width: 992px) {
    .frame .value {
        font-size: 40px;
    }
}

.frame .value sup {
    font-size: .5em;
    display: inline-block;
    transform: translateY(-0.4em);
}

.frame p {
    text-transform: uppercase;
}

.frame .info .line {
    height: auto;
    width: 2px;
    background: #FFF;
}

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

    .frame .info .line {
        width: 80%;
        height: 2px;
        margin: 0 auto;
    }
}


.product {

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;

}

@media screen and (max-width: 992px) {
    .product {
        flex-wrap: wrap;
    }
}

.product figure {
    width: 45%;
    text-align: center;
    position: relative;
    padding: 0 20px;
}

@media screen and (max-width: 992px) {
    .product figure {
        width: 100%;
    }
}

.product figure img {
    display: block;
    margin: 0 auto;
}


.product figcaption {
    font-size: 20px;
    position: relative;
    left: 0;
    width: 100%;
    line-height: 1.2em;
    margin-top: -20px;
}

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

    .product figcaption {
        font-size: 14px;
    }
}


.product .info {
    width: calc(55% - 50px);
}

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

    .product .info {
        width: 100%;
    }

}

h2 {
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0.5em;
    color: #30AB0D;
    padding: 0;
}

@media screen and (max-width: 992px) {
    h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 460px) {
    h2 {
        font-size: 24px;
    }
}

h2:first-line {
    color: #434141;
}

.product p {
    margin-bottom: 1.5em;
}

.product td {
    vertical-align: top;
}

.product tr:last-child p:last-child {
    margin-bottom: 0px;
}


.product .icon {
    text-align: center;
    width: 120px;
    padding: 10px 40px 0 0;
}

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

    .product .icon {
        width: 70px;
        padding-right: 20px;
    }

}


.product .icon img {
    margin: 0 auto;
}

.product .desc strong {
    color: #30AB0D;
}

.text {
    width: 85%;
    margin: 0 auto;
}

@media screen and (max-width: 460px) {
    .text {
        width: 100%;
    }
}

.product2 {
    border-radius: 26px;
    background: #F6F6F6;
    align-items: stretch;
    overflow: hidden;
}

.product2 figure {
    height: auto;
    padding: 0;
}

.product2 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}


.product2 .info {
    padding: 40px 60px 40px 0;
    align-self: center;
}

@media screen and (max-width: 992px) {
    .product2 .info {
        padding: 0px 30px 40px;
    }
}

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

    .product2 .info {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.product2 .icon {
    width: 100px;
    padding: 10px 30px 0 0;
}

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

    .product2 .icon {
        width: 70px;
        padding-right: 20px;
    }

}


.product2 figcaption {
    left: 40px;
    bottom: 30px;
    width: 150px;
    text-align: left;
    position: absolute;
}

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

    .product2 figcaption {
        left: 20px;
        bottom: 20px;
        width: calc(100% - 40px);
    }
}



.product3 {
    border-radius: 26px;
    background: #F6F6F6;
    align-items: stretch;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
}

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

    .product3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

}


.product3 .info {
    padding: 40px 0px 40px 60px;
    align-self: center;
    max-width: 710px;
}

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

    .product3 .info {
        padding: 0px 30px;
        max-width: 100%
    }
}

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

    .product3 .info {
        padding-left: 20px;
        padding-right: 20px;
    }
}


.product3 .icon {
    width: 50px;
    padding: 5px 20px 0 0;
}

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

    .product3 .icon {
        width: 40px;
        padding-right: 15px;
    }

}


.product3 figure img {
    display: block;
    margin: 0 auto;
}

.product3 figcaption {

}


.frame2 {
    display: block;
    text-align: center;
}

.frame2 figure img {
    margin: 0 auto 70px;
    max-width: 40%;
}

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

    .frame2 figure img {
        margin-bottom: 30px;
    }
}


.frame2 h2, .frame2 h2:first-line {
    color: #FFF;
    max-width: 1310px;
    margin: 0 auto;
    line-height: 1.2;
}


.desclimer p {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.01em;
    margin-bottom: 1em;
}


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

    .desclimer p {
        font-size: 16px;
    }
}

.desclimer h2, .desclimer h2:first-line {
    color: #30AB0D;
}

.desclimer h2 span {
    color: #137D00;
}

.footnotes p {
    font-size: 16px;
    margin-bottom: .5em;
}