@charset "UTF-8";

.en .heading {
    font-family: "Roboto Slab", serif;
    font-size: 6rem !important;
    font-weight: 300;
    line-height: 1.3;
}
.en .container {
    max-width: 1115px;
}
.en .hero-title h1 {
    font-family: "Roboto Slab", serif;
    font-size: 3rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
}
.en-top {
    padding: 75px 0;
}
.en-top .catch {
    padding: 0 0 50px 0;
    font-size: 3.4rem;
    font-weight: 400;
    letter-spacing: .08em;
    color: #256440;
}
.en-top_in {
    display: flex;
}
.en-top_in .content {
    flex: 1;
    padding: 0 6% 0 0;
}
.en-top_in .content p {
    text-align: justify;
    line-height: 2.25;
    color: #256440;
}
.en-top_in .content p:not(:last-child) {
    padding-bottom: 45px;
}
.en-top_in .image {
    max-width: 497px;
    width: 47%;
}
.en-top_in.reverse {
    margin-top: 60px;
    flex-direction: row-reverse;
}
.en-top_in.reverse .content {
    padding: 0 0 0 6%;
}

.en-business {
    position: relative;
    padding: 80px 0 0;
    background-color: #256440;
}
.en-business .container {
    padding-bottom: 80px;
}
.en-business .heading {
    text-align: center;
    color: #f8f5f2;
    margin-bottom: 50px;
}
.en-business .item {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
    padding: 25px 40px;
    background-color: #f8f5f2;
}
.en-business .item .content {
    flex: 1;
    padding: 0 2.5% 0 0;
}
.en-business .item .content p {
    text-align: justify;
    line-height: 2.25;
    color: #256440;
}
.en-business .item .image {
    max-width: 244px;
    width: 25%;
}
.en-business .text {
    margin: 140px 0 50px;
    font-size: 3.4rem;
    font-size: min(3vw,3.4rem);
    font-weight: 200;
    letter-spacing: .01em;
    color: #f8f5f2;
}
.en-business .img {
    position: absolute;
    bottom: 0;
    right: -5%;
    max-width: 460px;
    width: 42%;
}

.en-products {
    padding: 90px 0;
}
.en-products .heading {
    margin-bottom: 25px;
    color: #256440;
}
.en-products .text {
    margin-bottom: 25px;
     color: #256440;
}
.en-products_in {
    display: flex;
}
.en-products_in .img {
    width: 50%;
}

.en-corporate {
    padding: 80px 0;
    background-color: #f8f5f2;
}
.en-corporate .heading {
    margin-bottom: 25px;
    color: #256440;
    text-align: center;
    font-size: 6rem;
    
}
.en-corporate_in {
    max-width: 900px;
    margin: 0 auto;
}
.en-corporate .content {
    background: inherit;
    padding-bottom: 0;
}
.en-corporate .content ul li .desc >div + div {
    margin-top: 30px;
}

.en-footer {
    padding: 50px 0 0;
}
.en-footer .logo-box {
    text-align: center;
}
.en-footer .logo {
    display: block;
    max-width: 120px;
    margin: 0 auto 20px;
}
.en-footer .logo-box p {
    font-size: 2.4rem;
    font-weight: normal;
}
footer.en-footer .copy-right {
    padding: 30px 0;
}

@media (max-width: 750px) {
    .en .heading {
        font-size: 3rem !important;
        line-height: 1.3 !important;
    }
    .en .hero-title h1 {
        font-size: 2rem;
        padding: 0 4%;
    }
    .en-top {
        padding: 45px 0;
    }
    .en-top .catch {
        padding: 0 0 40px 0;
        font-size: 2.2rem;
    }
    .en-top_in {
       flex-direction: column-reverse;
    }
    .en-top_in .content {
        flex: 1;
        padding: 0 0 0 0;
        width: 100%;
    }
    .en-top_in .content p {
        line-height: 2;
        text-align: inherit;
        font-size: 1.5rem;
    }
    .en-top_in .content p:not(:last-child) {
        padding-bottom: 25px;
    }
    .en-top_in .image {
        max-width: 90%;
        width: 100%;
        margin: 0 auto 20px;
    }
    .en-top_in.reverse {
        margin-top: 40px;
        flex-direction: column-reverse;
    }
    .en-top_in.reverse .content {
        padding: 0 0 0 0;
    }

    .en-business {
        padding: 45px 0 0;
    }
    .en-business .container {
        padding-bottom: 60px;
    }
    .en-business .heading {
        margin-bottom: 40px;
    }
    .en-business .item {
        flex-direction: column-reverse;
        margin-bottom: 26px;
        padding: 25px 20px;
    }
    .en-business .item .content {
        flex: 1;
        width: 100%;
        padding: 0 0 0 0;
    }
    .en-business .item .content p {
        text-align: inherit;
        line-height: 2;
        font-size: 1.5rem;
    }
    .en-business .item .image {
        max-width: 90%;
        width: 100%;
        margin: 0 auto 20px;
    }
    .en-business .text {
        margin: 40px 15px 25px;
        font-size: 1.8rem;
    }
    .en-business .img {
        right: 0;
        width: 50%;
    }

    .en-products {
        padding: 45px 0;
    }
    .en-products .heading {
        margin-bottom: 15px;
    }
    .en-products .text {
        margin-bottom: 20px;
        font-size: 1.4rem;
    }
    .en-products_in {
        flex-direction: column;
    }
    .en-products_in .img {
        width: 100%;
    }

    .en-corporate {
        padding: 45px 0;
    }
    .en-corporate .heading {
        margin-bottom: 25px;
        padding: 0 !important;
    }
    .en-corporate_in {
        max-width: 900px;
        margin: 0 auto;
    }

    .en-corporate .content {
        background: inherit;
        padding-bottom: 0;
    }
    .en-corporate .content ul li .desc >div + div {
        margin-top: 30px;
    }

    .en-footer {
        padding: 50px 0 0;
    }
    .en-footer .logo-box {
        text-align: center;
    }
    .en-footer .logo {
        display: block;
        max-width: 120px;
        margin: 0 auto 20px;
    }
    .en-footer .logo-box p {
        font-size: 2.4rem;
        font-weight: normal;
    }
    footer.en-footer .copy-right {
        padding: 30px 0;
    }
}