/*
 * Mixin for MSIE after IE10
 */
/*
========================================================================================================================
== For Under The Dicover
========================================================================================================================
*/
/* MIXIN */
.SiteContent.SiteContent-Excellence,
.SiteContent.SiteContent-WhoWeAre {
    overflow: hidden;
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .View__Large {
        display: none;
    }
}

.View__Small {
    display: none;
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .View__Small {
        display: inline-block;
    }
}

/* Cube Navigation */
.Nav-Discover__Cube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

@media only screen and (max-width: 767px) {
    .Nav-Discover__Cube {
        position: relative;
        margin-bottom: 42px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.Nav-Discover__Cube>.Nav-Discover__Inner {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Nav-Discover__Cube>.Nav-Discover__Inner {
        width: 88%;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Nav-Discover__Cube>.Nav-Discover__Inner {
        width: 88%;
    }
}

.Nav-Discover__Cube .Nav-PageLink__Target {
    position: absolute;
    top: 500px;
    left: 0;
    width: 321px;
    height: 321px;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Nav-Discover__Cube .Nav-PageLink__Target {
        top: 550px;
        width: 240px;
        height: 240px;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Nav-Discover__Cube .Nav-PageLink__Target {
        top: 470px;
        width: 228px;
        height: 228px;
    }
}

@media only screen and (max-width: 767px) {
    .Nav-Discover__Cube .Nav-PageLink__Target {
        position: relative;
        top: 0;
        width: 230px;
        height: 230px;
        margin: 0 auto;
    }
}

.Nav-Discover__Cube .Nav-PageLink__Target a {
    position: relative;
    display: block;
    width: 321px;
    height: 321px;
    color: #fff;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Nav-Discover__Cube .Nav-PageLink__Target a {
        width: 240px;
        height: 240px;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Nav-Discover__Cube .Nav-PageLink__Target a {
        width: 228px;
        height: 228px;
    }
}

@media only screen and (max-width: 767px) {
    .Nav-Discover__Cube .Nav-PageLink__Target a {
        width: 230px;
        height: 230px;
    }
}

.Nav-Discover__Cube .Nav-PageLink__Target a img {
    width: 100%;
    height: auto;
}

.Nav-Discover__Cube .Nav-PageLink__Target a p {
    position: absolute;
    bottom: 30px;
    left: 0;
    display: inline-block;
    padding: 0 30px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -0.05em;
    color: #fff;
    z-index: 10;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Nav-Discover__Cube .Nav-PageLink__Target a p {
        font-size: 1.4rem;
        font-weight: bold;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Nav-Discover__Cube .Nav-PageLink__Target a p {
        font-size: 1.2rem;
        font-weight: bold;
    }
}

@media only screen and (max-width: 767px) {
    .Nav-Discover__Cube .Nav-PageLink__Target a p {
        padding: 0 15px;
        bottom: 15px;
    }
}

.Nav-Discover__Cube .Nav-PageLink__Target a p .Main {
    display: inline-block;
    margin-top: 20px;
    font-size: 2.1rem;
    letter-spacing: normal;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Nav-Discover__Cube .Nav-PageLink__Target a p .Main {
        font-size: 1.9rem;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Nav-Discover__Cube .Nav-PageLink__Target a p .Main {
        font-size: 1.7rem;
    }
}

/* HERO */
.Hero-Area {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .Hero-Area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* Bottom Section */
.Section-Bottom {
    position: relative;
    margin-top: 160px;
    z-index: 40;
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Bottom {
        margin-top: 180px;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Bottom {
        margin-top: 80px;
    }
}

.Section-Bottom .BgimgCenter__Body {
    min-height: 640px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .Section-Bottom .BgimgCenter__Body {
        min-height: 420px;
    }
}

.Section-Bottom .BgimgCenter__Body:hover .BgimgCenter__Img img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.Section-Bottom .BgimgCenter {
    max-width: 1920px;
}

.Section-Bottom .BgimgCenter .Heading-LV2 {
    padding-top: 0;
    font-size: 6rem;
    background: none;
}


@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-Bottom .BgimgCenter .Heading-LV2 {
        font-size: 5.2rem;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Bottom .BgimgCenter .Heading-LV2 {
        font-size: 4.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Bottom .BgimgCenter .Heading-LV2 {
        font-size: 2.8rem;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Bottom .BgimgCenter .BgimgCenter__Text {
        width: 100%;
        padding: 0 25px;
    }
}

.Section-Bottom .BgimgCenter .Text {
    width: 80%;
    max-width: 1284px;
    margin: 0 auto;
    font-size: 2.4rem;
    line-height: 1.75;
    font-weight: bold;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-Bottom .BgimgCenter .Text {
        font-size: 1.7rem;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Bottom .BgimgCenter .Text {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Bottom .BgimgCenter .Text {
        width: 100%;
        font-size: 1.3rem;
    }
}

.Section-Bottom .BgimgCenter .Logo {
    margin-top: 70px;
}

@media only screen and (max-width: 767px) {
    .Section-Bottom .BgimgCenter .Logo>img {
        width: 60%;
        height: auto;
    }
}

.Section-Bottom .BgimgCenter .BgimgCenter__Img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.Section-Bottom .BgimgCenter .BgimgCenter__Img::after {
    display: none;
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Bottom .BgimgCenter .BgimgCenter__Img .Img {
        top: 350px;
        height: 150%;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Bottom .BgimgCenter .BgimgCenter__Img .Img {
        top: 0;
        height: 100%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.Section-Bottom.Bottom-WhoWeAre {
    margin-top: 0;
}

.Section-Bottom.Bottom-Excellence {
    margin-top: 200px;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-Bottom.Bottom-Excellence {
        margin-top: 120px;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Bottom.Bottom-Excellence {
        margin-top: 125px;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Bottom.Bottom-Excellence {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .Section-Bottom.Bottom-Excellence {
        margin-top: 100px;
    }
}

/* DISCOVER KUBOTA */
.Hero-Discover {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .Hero-Discover {
        position: relative;
        max-height: 640px;
        overflow: hidden;
    }
}

@media only screen and (min-width: 768px) {
    .Hero-Discover .Hero__Body::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 100vw;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        background-color: rgba(0, 0, 0, 0.25);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Discover .Hero__Body {
        padding: 34px 40px 42px;
    }
}

@media only screen and (min-width: 768px) {
    .Hero-Discover {
        color: #fff;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .Hero-Discover {
        padding-top: 0;
    }
}

.Hero-Discover .Hero__Title {
    text-align: center;
    padding-top: 0;
}

@media only screen and (min-width: 768px) {
    .Hero-Discover .Hero__Title {
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Discover .Hero__Title {
        padding-top: 0;
    }
}

.Hero-Discover .Hero__Title .Hero__Heading::after {
    display: none;
}

@media only screen and (min-width: 768px) {
    .Hero-Discover .Hero__Title .Hero__Name {
        display: block;
        width: 100%;
        vertical-align: middle;
    }
}

.Hero-Discover .Hero__Title .Hero__Name .Name__Discover {
    height: auto;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .Hero-Discover .Hero__Title .Hero__Name .Name__Discover {
        width: 70%;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-Discover .Hero__Title .Hero__Name .Name__Discover {
        width: 90%;
    }
}

.Hero-Discover .Hero__Title .Hero__Name .Name__Kubota {
    height: auto;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .Hero-Discover .Hero__Title .Hero__Name .Name__Kubota {
        width: 70%;
        margin-top: 42px;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-Discover .Hero__Title .Hero__Name .Name__Kubota {
        width: 90%;
    }
}

.Hero-Discover .Hero__Title .Hero__Name .Name__DiscoverKubota {
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .Hero-Discover .Hero__Title .Hero__Name .Name__DiscoverKubota {
        width: 100%;
    }
}

.Hero-Discover .Hero__Title .Hero__Lead {
    position: relative;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .Hero-Discover .Hero__Title .Hero__Lead {
        width: 70%;
        margin: 42px auto 0;
        font-size: 2.4rem;
        color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Discover .Hero__Title .Hero__Lead {
        margin: 0 auto;
    }
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Hero-Discover .Hero__Title .Hero__Lead {
        font-size: 2.1rem;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-Discover .Hero__Title .Hero__Lead {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Discover .Hero__Title .Hero__Lead {
        margin-top: 6px;
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 768px) {
    .Hero-Discover .Hero__Title .Hero__Copy {
        position: relative;
        width: 70%;
        margin: 10px auto 0;
        font-size: 1.6rem;
        line-height: 1.555;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Discover .Hero__Title .Hero__Copy {
        margin: 20px auto 0;
    }
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Hero-Discover .Hero__Title .Hero__Copy {
        font-size: 1.4rem;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-Discover .Hero__Title .Hero__Copy {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Discover .Hero__Title .Hero__Copy {
        margin-top: 10px;
        width: 100%;
        font-size: 1.3rem;
    }
}

.Hero-Discover .Hero__Img {
    max-height: 800px;
    min-height: 640px;
    background: url("/images/discover/img_hero_main.jpg") 50% 100% no-repeat;
    background-size: auto 100%;
}

@media print,
screen and (min-width: 1440px) and (max-width: 1696px) {
    .Hero-Discover .Hero__Img {
        padding: 190px 0;
    }
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Hero-Discover .Hero__Img {
        padding: 200px 0;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-Discover .Hero__Img {
        height: 560px;
        max-height: 100%;
        min-height: auto;
        padding: 150px 0;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Discover .Hero__Img {
        height: auto;
        max-height: 100%;
        min-height: 0;
        padding: 0;
    }
}

.Section-Discover .Content__Inner {
    width: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .Section-Discover .Content__Inner {
        padding: 0;
    }
}

.Section-Discover .Panel-Discover {
    max-width: 1524px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: block;
}

.Section-Discover .Panel-Discover:not(:first-child) {
    margin-top: 2px;
}

@media only screen and (min-width: 768px) {
    .Section-Discover .Panel-Discover {
        max-width: 1920px;
        margin-top: 2px;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Discover .Panel-Discover {
        padding: 0 0 42px;
    }
}

.Section-Discover .Panel-Discover .Heading-LV2 {
    margin: 0;
    padding: 0;
    font-size: 6rem;
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Discover .Panel-Discover .Heading-LV2 {
        font-size: 4.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Discover .Panel-Discover .Heading-LV2 {
        font-size: 2.8rem;
        color: #000;
    }
}

.Section-Discover .Panel-Discover .Heading-LV2 .Main::after {
    display: none;
}

.Section-Discover .Panel-Discover .Text-Copy {
    position: relative;
    margin: 5px 0 40px;
    padding-bottom: 20px;
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Discover .Panel-Discover .Text-Copy {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Discover .Panel-Discover .Text-Copy {
        margin: 5px 0 25px;
        padding-bottom: 16px;
        color: #000;
    }
}

.Section-Discover .Panel-Discover .Text-Copy::after {
    content: '';
    display: block;
    position: absolute;
    width: 48px;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00a8a9;
}

@media only screen and (min-width: 768px) {
    .Section-Discover .Panel-Discover .Text-Copy::after {
        background-color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Discover .Panel-Discover .Text-Copy::after {
        width: 36px;
        bottom: 0;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Discover .Panel-Discover .Text {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Discover .Panel-Discover .Text {
        margin: 0;
        color: #000;
    }
}

.Section-Discover .Panel-Discover .Panel-Discover__Body {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    overflow: hidden;
    max-height: 800px;
    min-height: 600px;
    padding: 190px 0;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .Section-Discover .Panel-Discover .Panel-Discover__Body {
        min-height: 355px;
        padding: 0 24px;
    }
}

@media only screen and (min-width: 768px) {
    .Section-Discover .Panel-Discover .Panel-Discover__Body {
        min-height: 640px;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Discover .Panel-Discover .Panel-Discover__Body {
        height: 560px;
        max-height: 100%;
        padding: 150px 0;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Discover .Panel-Discover .Panel-Discover__Body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-height: 100%;
        height: 100%;
        padding: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.Section-Discover .Panel-Discover .Panel-Discover__Body:hover .Panel-Discover__Img img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.Section-Discover .Panel-Discover .Panel-Discover__Inner {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.Section-Discover .Panel-Discover .Panel-Discover__Inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 767px) {
    .Section-Discover .Panel-Discover .Panel-Discover__Inner {
        position: relative;
        padding: 0 24px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .Section-Discover .Panel-Discover .Panel-Discover__Inner::before {
        display: none;
    }

    .Section-Discover .Panel-Discover .Panel-Discover__Inner .Panel-Discover__Text {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: 35px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.Section-Discover .Panel-Discover .Panel-Discover__TextWrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.Section-Discover .Panel-Discover .Panel-Discover__Text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75%;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .Section-Discover .Panel-Discover .Panel-Discover__Text {
        width: 90%;
    }
}

.Section-Discover .Panel-Discover .Panel-Discover__Img {
    text-align: center;
}

.Section-Discover .Panel-Discover .Panel-Discover__Img .Img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Section-Discover .Panel-Discover .Panel-Discover__Img img {
    width: auto;
    height: 100%;
    -webkit-transition: .5s linear;
    transition: .5s linear;
}

@media only screen and (max-width: 767px) {
    .Section-Discover .Panel-Discover .Panel-Discover__Img {
        position: relative;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .Section-Discover .Panel-Discover .Panel-Discover__Img .Img {
        position: relative;
    }

    .Section-Discover .Panel-Discover .Panel-Discover__Img img {
        width: 100%;
        height: auto;
    }
}

.Section-Discover .Panel-Discover .Heading-LV2 {
    margin-bottom: 24px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .Section-Discover .Panel-Discover .Heading-LV2 {
        color: #000;
        margin-bottom: 20px;
        background-size: 22px 30px;
    }
}

.Section-Discover .Panel-Discover .Heading-LV2 .Main::after {
    background-color: #fff;
}

.Section-Discover .Panel-Discover .Text {
    color: #fff;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .Section-Discover .Panel-Discover .Text {
        color: #000;
    }
}

.Section-Discover .Panel-Discover .Text-Copy {
    color: #fff;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .Section-Discover .Panel-Discover .Text-Copy {
        color: #000;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Discover .Panel-Discover .Button-OnImg {
        margin-top: 30px;
        color: #fff;
        border: 1px solid #008486;
        background-color: #008486;
    }

    .Section-Discover .Panel-Discover .Button-OnImg span {
        font-weight: bold;
    }

    .Section-Discover .Panel-Discover .Button-OnImg:hover {
        border: 1px solid rgba(0, 132, 134, 0.7);
        background-color: rgba(0, 132, 134, 0.7);
    }

    .Section-Discover .Panel-Discover .Button-OnImg:hover .Button__Text {
        color: #fff;
    }
}

/* JAPANESE EXCELLENCE */
.Hero-Excellence {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .Hero-Excellence {
        position: relative;
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Excellence {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 768px) {
    .Hero-Excellence .Hero__Body::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 100vw;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Excellence .Hero__Body {
        padding: 30px 24px 42px;
    }
}

.Hero-Excellence.Hero-Main {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .Hero-Excellence.Hero-Main {
        color: #fff;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .Hero-Excellence.Hero-Main {
        padding-top: 0;
    }
}

.Hero-Excellence.Hero-Main .Hero__Title {
    text-align: center;
    padding-top: 0;
}

@media only screen and (min-width: 768px) {
    .Hero-Excellence.Hero-Main .Hero__Title {
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Excellence.Hero-Main .Hero__Title {
        padding-top: 0;
    }
}

.Hero-Excellence.Hero-Main .Hero__Title .Hero__Heading::after {
    display: none;
}

.Hero-Excellence.Hero-Main .Hero__Title .Hero__Lead {
    position: relative;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .Hero-Excellence.Hero-Main .Hero__Title .Hero__Lead {
        width: 80%;
        margin: 10px auto 0;
        color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Excellence.Hero-Main .Hero__Title .Hero__Lead {
        margin: 10px auto 0;
    }
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Hero-Excellence.Hero-Main .Hero__Title .Hero__Lead {
        font-size: 2.1rem;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-Excellence.Hero-Main .Hero__Title .Hero__Lead {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Excellence.Hero-Main .Hero__Title .Hero__Lead {
        margin-top: 0;
        font-size: 1.8rem;
    }
}

.Hero-Excellence.Hero-Main .Hero__Title .Hero__Lead::after {
    content: '';
    display: block;
    position: absolute;
    width: 48px;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -25px;
    background-color: #00a8a9;
}

@media only screen and (min-width: 768px) {
    .Hero-Excellence.Hero-Main .Hero__Title .Hero__Lead::after {
        background-color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Excellence.Hero-Main .Hero__Title .Hero__Lead::after {
        width: 36px;
        bottom: -15px;
    }
}

.Hero-Excellence.Hero-Main .Hero__Title .Hero__Name {
    font-size: 6rem;
    line-height: 1.2;
    font-weight: bold;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Hero-Excellence.Hero-Main .Hero__Title .Hero__Name {
        font-size: 5.3rem;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-Excellence.Hero-Main .Hero__Title .Hero__Name {
        font-size: 4.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Excellence.Hero-Main .Hero__Title .Hero__Name {
        font-size: 2.8rem;
    }
}

@media only screen and (min-width: 768px) {
    .Hero-Excellence.Hero-Main .Hero__Title .Hero__Name {
        vertical-align: top;
        color: #fff;
    }
}

@media only screen and (min-width: 768px) {
    .Hero-Excellence.Hero-Main .Hero__Title .Hero__Copy {
        width: 64%;
        margin: 65px auto 0;
        font-size: 1.6rem;
        line-height: 1.6875;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Excellence.Hero-Main .Hero__Title .Hero__Copy {
        margin: 35px auto 0;
    }
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Hero-Excellence.Hero-Main .Hero__Title .Hero__Copy {
        font-size: 1.4rem;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-Excellence.Hero-Main .Hero__Title .Hero__Copy {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Excellence.Hero-Main .Hero__Title .Hero__Copy {
        width: 100%;
        font-size: 1.3rem;
    }
}

.Hero-Excellence.Hero-Main .Hero__Img {
    max-height: 640px;
    background: url("/images/discover/japanese/img_hero_main.jpg") 50% 100% no-repeat;
    background-size: auto 100%;
}

@media print,
screen and (min-width: 1440px) and (max-width: 1696px) {
    .Hero-Excellence.Hero-Main .Hero__Img {
        max-height: 640px;
        padding: 190px 0;
    }
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Hero-Excellence.Hero-Main .Hero__Img {
        max-height: 640px;
        padding: 200px 0;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-Excellence.Hero-Main .Hero__Img {
        max-height: 560px;
        padding: 150px 0;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Excellence.Hero-Main .Hero__Img {
        max-height: 100%;
        padding: 0;
    }
}

.Hero-Excellence.Hero-Sub {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .Hero-Excellence.Hero-Sub {
        max-height: 640px;
        color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Excellence.Hero-Sub {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.Hero-Excellence.Hero-Sub .Hero__Title {
    text-align: center;
    padding-top: 0;
}

@media only screen and (min-width: 768px) {
    .Hero-Excellence.Hero-Sub .Hero__Title {
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }
}

@media print,
screen and (min-width: 768px) and (max-width: 880px) {
    .Hero-Excellence.Hero-Sub .Hero__Title {
        margin-top: 25px;
    }
}

.Hero-Excellence.Hero-Sub .Hero__Title .Hero__Heading {
    padding-bottom: 0;
}

.Hero-Excellence.Hero-Sub .Hero__Title .Hero__Heading .Hero__Name {
    font-size: 4.6rem;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Hero-Excellence.Hero-Sub .Hero__Title .Hero__Heading .Hero__Name {
        font-size: 4rem;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-Excellence.Hero-Sub .Hero__Title .Hero__Heading .Hero__Name {
        font-size: 3.4rem;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Excellence.Hero-Sub .Hero__Title .Hero__Heading .Hero__Name {
        font-size: 2.4rem;
    }
}

.Hero-Excellence.Hero-Sub .Hero__Title .Hero__Heading::after {
    left: 50%;
    bottom: -15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
    .Hero-Excellence.Hero-Sub .Hero__Title .Hero__Heading::after {
        bottom: -25px;
        background-color: #fff;
    }
}

.Hero-Excellence.Hero-Sub .Hero__Title .Hero__Lead {
    position: relative;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .Hero-Excellence.Hero-Sub .Hero__Title .Hero__Lead {
        width: 80%;
        margin: 10px auto 0;
        color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Excellence.Hero-Sub .Hero__Title .Hero__Lead {
        margin: 10px auto 0;
    }
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Hero-Excellence.Hero-Sub .Hero__Title .Hero__Lead {
        font-size: 2.1rem;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-Excellence.Hero-Sub .Hero__Title .Hero__Lead {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Excellence.Hero-Sub .Hero__Title .Hero__Lead {
        margin-top: 0;
        font-size: 1.8rem;
    }
}

.Hero-Excellence.Hero-Sub .Hero__Title .Hero__Lead::after {
    content: '';
    display: block;
    position: absolute;
    width: 48px;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -25px;
    background-color: #00a8a9;
}

@media only screen and (min-width: 768px) {
    .Hero-Excellence.Hero-Sub .Hero__Title .Hero__Lead::after {
        background-color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Excellence.Hero-Sub .Hero__Title .Hero__Lead::after {
        width: 36px;
        bottom: -15px;
    }
}

.Hero-Excellence.Hero-Sub .Hero__Title .Hero__Name {
    font-size: 6rem;
    line-height: 1.2;
    font-weight: bold;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Hero-Excellence.Hero-Sub .Hero__Title .Hero__Name {
        font-size: 5.3rem;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-Excellence.Hero-Sub .Hero__Title .Hero__Name {
        font-size: 4.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Excellence.Hero-Sub .Hero__Title .Hero__Name {
        font-size: 2.8rem;
    }
}

@media only screen and (min-width: 768px) {
    .Hero-Excellence.Hero-Sub .Hero__Title .Hero__Name {
        vertical-align: top;
        color: #fff;
    }
}

@media only screen and (min-width: 768px) {
    .Hero-Excellence.Hero-Sub .Hero__Title .Hero__Copy {
        width: 64%;
        margin: 65px auto 0;
        font-size: 1.6rem;
        line-height: 1.6875;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Excellence.Hero-Sub .Hero__Title .Hero__Copy {
        margin: 35px auto 0;
    }
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Hero-Excellence.Hero-Sub .Hero__Title .Hero__Copy {
        font-size: 1.4rem;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-Excellence.Hero-Sub .Hero__Title .Hero__Copy {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Excellence.Hero-Sub .Hero__Title .Hero__Copy {
        width: 100%;
        font-size: 1.3rem;
    }
}

.Hero-Excellence.Hero-Sub .Hero__Img {
    background: url("/images/discover/japanese/img_hero_sub.jpg") 50% 100% no-repeat;
    background-size: cover;
}

@media print,
screen and (min-width: 1440px) and (max-width: 1696px) {
    .Hero-Excellence.Hero-Sub .Hero__Img {
        max-height: 640px;
        padding: 135px 0;
    }
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Hero-Excellence.Hero-Sub .Hero__Img {
        max-height: 640px;
        padding: 160px 0;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-Excellence.Hero-Sub .Hero__Img {
        max-height: 560px;
        padding: 150px 0;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-Excellence.Hero-Sub .Hero__Img {
        max-height: 100%;
        padding: 0;
    }
}

.Section-Excellence .Content__Inner {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .Section-Excellence .Content__Inner {
        padding: 0;
    }
}

.Section-Excellence .Heading-LV2 {
    margin-left: 60px;
    font-size: 4.6rem;
    line-height: 1.1;
    text-align: left;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-Excellence .Heading-LV2 {
        font-size: 4rem;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Excellence .Heading-LV2 {
        font-size: 3.4rem;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Excellence .Heading-LV2 {
        font-size: 2.8rem;
    }
}

.Section-Excellence .Heading-LV2__Caption {
    position: absolute;
    top: 25.5rem;
    left: 0;
    display: inline-block;
    font-size: 2.6rem;
    font-weight: bold;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-Excellence .Heading-LV2__Caption {
        top: 25.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Excellence .Heading-LV2__Caption {
        top: 25rem;
    }
}

.Section-Excellence .Heading-LV2__Caption span {
    display: inline-block;
    margin-left: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.Section-Excellence .Heading-LV2__Caption em {
    display: inline-block;
    font-size: 1.1rem;
    font-style: normal;
    white-space: nowrap;
}

.Section-Excellence .Heading-LV2 .Main::after {
    right: auto;
}

.Section-Excellence .Media__Inner {
    max-width: 1280px;
    width: 88%;
    margin: 0 auto;
}

.Section-Excellence .Media__Body {
    position: relative;
    width: 41.4%;
    margin: 0;
    text-align: left;
    z-index: 6;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-Excellence .Media__Body {
        width: calc(45% - 24px);
        padding-top: 0;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Excellence .Media__Body {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Excellence .Media__Body {
        width: 100%;
        padding: 0;
    }
}

.Section-Excellence .Media__Body .Text {
    margin: 30px 0 0 60px;
}

.Section-Excellence .Media__Img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1696px;
    margin: auto;
    padding-left: 45%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Excellence .Media__Img {
        position: relative;
        width: 100%;
        margin-top: 60px;
        padding: 0 45px;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Excellence .Media__Img {
        position: relative;
        display: block;
        top: 0;
        width: 100%;
        margin-top: 32px;
        padding: 0 25px;
    }
}

.Section-Excellence .Media__Img .Img.Img-Landscape {
    position: absolute;
    width: 720px;
    height: 480px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: 0;
    z-index: 2;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-Excellence .Media__Img .Img.Img-Landscape {
        width: 436px;
        height: 290px;
        top: -15%;
        bottom: 0;
        right: 0;
        margin: auto;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Excellence .Media__Img .Img.Img-Landscape {
        position: relative;
        width: 63%;
        height: 304px;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Excellence .Media__Img .Img.Img-Landscape {
        position: relative;
        width: 75%;
        height: 160px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .Section-Excellence .Media__Img .Img.Img-Landscape {
        width: 63%;
        min-height: 304px;
    }
}

.Section-Excellence .Media__Img .Img.Img-Machine {
    position: relative;
    width: 100%;
    z-index: 3;
}

.Section-Excellence .Media__Img .Img.Img-Machine img {
    max-width: 100%;
}

.Section-Excellence .Media__Img+.Media__Body {
    margin-top: 0;
}

.Section-Excellence .Media {
    position: relative;
    display: block;
    padding: 60px 0;
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Excellence .Media {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Excellence .Media {
        padding: 0;
    }
}

.Section-Excellence .Media.Media__Paddy {
    margin-top: 112px;
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Excellence .Media.Media__Paddy {
        margin-top: 105px;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Excellence .Media.Media__Paddy {
        margin-top: 2px;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Excellence .Media.Media__Paddy .Media__Body {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Excellence .Media.Media__Paddy .Media__Body {
        margin: 0;
    }
}

.Section-Excellence .Media.Media__Paddy .Media__Img {
    text-align: right;
}

.Section-Excellence .Media.Media__Paddy .Media__Img .Img-Landscape {
    right: 0;
    margin-left: auto;
}

.Section-Excellence .Media.Media__Paddy .Media__Img .Img-Machine {
    top: 40%;
    left: -25%;
}

@media print,
screen and (min-width: 1440px) and (max-width: 1696px) {
    .Section-Excellence .Media.Media__Paddy .Media__Img .Img-Machine {
        width: 90%;
        left: -20%;
    }
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-Excellence .Media.Media__Paddy .Media__Img .Img-Machine {
        width: 75%;
        top: 40%;
        left: -5%;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Excellence .Media.Media__Paddy .Media__Img .Img-Machine {
        width: 60%;
        left: 4%;
        top: 0;
        margin-top: -150px;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Excellence .Media.Media__Paddy .Media__Img .Img-Machine {
        width: 75%;
        left: -10%;
        top: 0;
        margin-top: -100px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .Section-Excellence .Media.Media__Paddy .Media__Img .Img-Machine {
        margin-top: -200px;
    }
}

.Section-Excellence .Media.Media__Buildings {
    margin-top: 220px;
}

.Section-Excellence .Media.Media__Buildings .Media__Inner {
    text-align: right;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-Excellence .Media.Media__Buildings {
        margin-top: 0;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Excellence .Media.Media__Buildings {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 60px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Excellence .Media.Media__Buildings {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 60px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.Section-Excellence .Media.Media__Buildings .Media__Body {
    margin: 0 0 0 auto;
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Excellence .Media.Media__Buildings .Media__Body {
        margin: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Excellence .Media.Media__Buildings .Media__Body {
        margin: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.Section-Excellence .Media.Media__Buildings .Media__Img {
    text-align: left;
    padding: 0 45% 0 0;
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Excellence .Media.Media__Buildings .Media__Img {
        padding: 0 45px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Excellence .Media.Media__Buildings .Media__Img {
        padding: 0 25px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.Section-Excellence .Media.Media__Buildings .Media__Img .Img-Landscape {
    left: 0;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-Excellence .Media.Media__Buildings .Media__Img .Img-Landscape {
        right: auto;
    }
}

.Section-Excellence .Media.Media__Buildings .Media__Img .Img-Machine {
    width: 90%;
    top: -5%;
    left: 31%;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-Excellence .Media.Media__Buildings .Media__Img .Img-Machine {
        width: 75%;
        top: 14%;
        left: 25%;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Excellence .Media.Media__Buildings .Media__Img .Img-Machine {
        width: 66%;
        left: 31%;
        top: 0;
        margin-top: -315px;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Excellence .Media.Media__Buildings .Media__Img .Img-Machine {
        width: 78%;
        top: 0;
        left: 27%;
        right: auto;
        margin-top: -170px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .Section-Excellence .Media.Media__Buildings .Media__Img .Img-Machine {
        width: 60%;
        left: 35%;
        top: -50px;
    }
}

.Section-Excellence .Media.Media__Environments {
    margin-top: 220px;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-Excellence .Media.Media__Environments {
        margin-top: 0;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Excellence .Media.Media__Environments {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Excellence .Media.Media__Environments {
        margin-top: 30px;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Excellence .Media.Media__Environments .Media__Body {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Excellence .Media.Media__Environments .Media__Body {
        margin: 0;
    }
}

.Section-Excellence .Media.Media__Environments .Media__Img {
    text-align: right;
}

.Section-Excellence .Media.Media__Environments .Media__Img .Img-Landscape {
    right: 0;
    margin-left: auto;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-Excellence .Media.Media__Environments .Media__Img .Img-Landscape {
        top: 0;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Excellence .Media.Media__Environments .Media__Img .Img-Landscape {
        top: 0;
    }
}

.Section-Excellence .Media.Media__Environments .Media__Img .Img-Machine {
    width: 75%;
    top: 35%;
    left: -18%;
}

@media print,
screen and (min-width: 1440px) and (max-width: 1696px) {
    .Section-Excellence .Media.Media__Environments .Media__Img .Img-Machine {
        left: -12%;
    }
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-Excellence .Media.Media__Environments .Media__Img .Img-Machine {
        width: 65%;
        top: 49%;
        left: 2%;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-Excellence .Media.Media__Environments .Media__Img .Img-Machine {
        width: 55%;
        top: 0;
        left: 6%;
        margin-top: -180px;
    }
}

@media only screen and (max-width: 767px) {
    .Section-Excellence .Media.Media__Environments .Media__Img .Img-Machine {
        width: 63%;
        top: 35%;
        left: -2%;
        margin-top: -100px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .Section-Excellence .Media.Media__Environments .Media__Img .Img-Machine {
        width: 50%;
        top: 0;
        left: 5%;
        margin-top: -180px;
    }
}

.Box-WhiteCube {
    position: relative;
    display: table;
    border-collapse: collapse;
    border: 1px solid #e9e9e9;
}

.Box-WhiteCube .Box-Cell {
    display: table-cell;
    padding: 35px 10px;
    text-align: center;
    border: 1px solid #e1e1e1;
    background-color: rgba(255, 255, 255, 0.6);
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Box-WhiteCube .Box-Cell {
        font-size: 1.4rem;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Box-WhiteCube .Box-Cell {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 767px) {
    .Box-WhiteCube .Box-Cell {
        font-size: 1.3rem;
    }
}

.Box-WhiteCube .Box-Cell dt {
    margin-bottom: 22px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Box-WhiteCube .Box-Cell dt {
        margin-bottom: 20px;
        font-size: 1.6rem;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Box-WhiteCube .Box-Cell dt {
        margin-bottom: 18px;
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 767px) {
    .Box-WhiteCube .Box-Cell dt {
        margin-bottom: 22px;
        font-size: 1.4rem;
    }
}

.Box-WhiteCube .Box-Cell dd:not(:last-child) {
    margin-bottom: 12px;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Box-WhiteCube .Box-Cell dd:not(:last-child) {
        margin-bottom: 8px;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Box-WhiteCube .Box-Cell dd:not(:last-child) {
        margin-bottom: 6px;
    }
}

@media only screen and (max-width: 767px) {
    .Box-WhiteCube .Box-Cell dd:not(:last-child) {
        margin-bottom: 12px;
    }
}

.Box-WhiteCube .Box-Cell dd em {
    font-size: 6.8rem;
    font-style: normal;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Box-WhiteCube .Box-Cell dd em {
        font-size: 6rem;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Box-WhiteCube .Box-Cell dd em {
        font-size: 5.2rem;
    }
}

@media only screen and (max-width: 767px) {
    .Box-WhiteCube .Box-Cell dd em {
        font-size: 3.6rem;
    }
}

/* WHO WE ARE */
.Hero-WhoWeAre {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .Hero-WhoWeAre {
        position: relative;
        overflow: hidden;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-WhoWeAre {
        min-height: 560px;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-WhoWeAre {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 768px) {
    .Hero-WhoWeAre .Hero__Body::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 100vw;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media only screen and (max-width: 767px) {
    .Hero-WhoWeAre .Hero__Body {
        padding: 30px 24px 42px;
    }
}

.Hero-WhoWeAre .Hero__Title .Hero__Lead {
    position: relative;
    font-weight: bold;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Hero-WhoWeAre .Hero__Title .Hero__Lead {
        font-size: 2.1rem;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-WhoWeAre .Hero__Title .Hero__Lead {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-WhoWeAre .Hero__Title .Hero__Lead {
        margin-top: 0;
        font-size: 1.8rem;
    }
}

.Hero-WhoWeAre .Hero__Title .Hero__Lead::after {
    content: '';
    display: block;
    position: absolute;
    width: 48px;
    height: 2px;
    left: 0;
    bottom: -25px;
    background-color: #00a8a9;
}

@media only screen and (max-width: 767px) {
    .Hero-WhoWeAre .Hero__Title .Hero__Lead::after {
        width: 36px;
        bottom: -15px;
    }
}

.Hero-WhoWeAre .Hero__Title .Hero__Name {
    margin-top: 10px;
}

@media only screen and (min-width: 768px) {
    .Hero-WhoWeAre .Hero__Title .Hero__Copy {
        font-size: 1.6rem;
        line-height: 1.6875;
    }
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Hero-WhoWeAre .Hero__Title .Hero__Copy {
        font-size: 1.4rem;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-WhoWeAre .Hero__Title .Hero__Copy {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-WhoWeAre .Hero__Title .Hero__Copy {
        width: 100%;
        font-size: 1.3rem;
    }
}

.Hero-WhoWeAre.Hero-Main {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .Hero-WhoWeAre.Hero-Main {
        color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-WhoWeAre.Hero-Main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.Hero-WhoWeAre.Hero-Main .Hero__Title {
    text-align: center;
    padding-top: 0;
}

@media only screen and (min-width: 768px) {
    .Hero-WhoWeAre.Hero-Main .Hero__Title {
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }
}

@media only screen and (max-width: 767px) {
    .Hero-WhoWeAre.Hero-Main .Hero__Title {
        color: #000;
    }
}

.Hero-WhoWeAre.Hero-Main .Hero__Title .Hero__Heading::after {
    display: none;
}

@media only screen and (min-width: 768px) {
    .Hero-WhoWeAre.Hero-Main .Hero__Title .Hero__Lead {
        width: 64%;
        margin: 10px auto 0;
        color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-WhoWeAre.Hero-Main .Hero__Title .Hero__Lead {
        margin: 10px auto 0;
    }
}

.Hero-WhoWeAre.Hero-Main .Hero__Title .Hero__Lead::after {
    margin: auto;
    right: 0;
}

@media only screen and (min-width: 768px) {
    .Hero-WhoWeAre.Hero-Main .Hero__Title .Hero__Lead::after {
        background-color: #fff;
    }
}

.Hero-WhoWeAre.Hero-Main .Hero__Title .Hero__Name {
    font-size: 6rem;
    line-height: 1.2;
    font-weight: bold;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Hero-WhoWeAre.Hero-Main .Hero__Title .Hero__Name {
        font-size: 5.3rem;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-WhoWeAre.Hero-Main .Hero__Title .Hero__Name {
        font-size: 4.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-WhoWeAre.Hero-Main .Hero__Title .Hero__Name {
        font-size: 2.8rem;
    }
}

@media only screen and (min-width: 768px) {
    .Hero-WhoWeAre.Hero-Main .Hero__Title .Hero__Name {
        vertical-align: top;
        color: #fff;
    }
}

@media only screen and (min-width: 768px) {
    .Hero-WhoWeAre.Hero-Main .Hero__Title .Hero__Copy {
        width: 80%;
        margin: 65px auto 0;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-WhoWeAre.Hero-Main .Hero__Title .Hero__Copy {
        margin: 35px auto 0;
    }
}

.Hero-WhoWeAre.Hero-Main .Hero__Img {
    max-height: 640px;
    background: url("/images/discover/who-we-are/img_hero_main_pc.jpg") 50% 100% no-repeat;
    background-size: auto 100%;
}

@media print,
screen and (min-width: 1440px) and (max-width: 1696px) {
    .Hero-WhoWeAre.Hero-Main .Hero__Img {
        max-height: 640px;
        padding: 190px 0;
    }
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Hero-WhoWeAre.Hero-Main .Hero__Img {
        max-height: 640px;
        padding: 200px 0;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-WhoWeAre.Hero-Main .Hero__Img {
        max-height: 560px;
        padding: 150px 0;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-WhoWeAre.Hero-Main .Hero__Img {
        max-height: 100%;
        height: auto;
        padding: 0;
    }
}

.Hero-WhoWeAre.Hero-Sub {
    min-height: 980px;
}

.Hero-WhoWeAre.Hero-Sub::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #f2f7f5;
    z-index: -101;
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-WhoWeAre.Hero-Sub {
        min-height: 0;
        padding-bottom: 358px;
    }
}

@media print,
screen and (min-width: 768px) and (max-width: 880px) {
    .Hero-WhoWeAre.Hero-Sub {
        min-height: 1100px;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-WhoWeAre.Hero-Sub {
        position: relative;
        min-height: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-WhoWeAre.Hero-Sub .Hero__Body {
        position: relative;
        top: 0;
        left: 0;
        width: 88%;
        height: 100%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media only screen and (max-width: 767px) {
    .Hero-WhoWeAre.Hero-Sub .Hero__Body {
        padding: 30px 24px 180px;
        z-index: 2;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .Hero-WhoWeAre.Hero-Sub .Hero__Body {
        padding: 30px 24px 0;
    }
}

.Hero-WhoWeAre.Hero-Sub .Hero__Body::before {
    display: none;
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-WhoWeAre.Hero-Sub .Hero__Title {
        position: relative;
    }
}

@media only screen and (min-width: 768px) {
    .Hero-WhoWeAre.Hero-Sub .Hero__Title {
        width: 100%;
        padding: 110px 0 0 37%;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-WhoWeAre.Hero-Sub .Hero__Title {
        padding: 180px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-WhoWeAre.Hero-Sub .Hero__Title {
        padding: 13px 0 0;
    }
}

.Hero-WhoWeAre.Hero-Sub .Hero__Title .Hero__Heading {
    padding-bottom: 0;
}

.Hero-WhoWeAre.Hero-Sub .Hero__Title .Hero__Heading::after {
    display: none;
}

@media only screen and (min-width: 768px) {
    .Hero-WhoWeAre.Hero-Sub .Hero__Title .Hero__Lead {
        width: 100%;
        margin: 10px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-WhoWeAre.Hero-Sub .Hero__Title .Hero__Lead::after {
        margin: auto;
        right: 0;
    }
}

.Hero-WhoWeAre.Hero-Sub .Hero__Title .Hero__Name {
    font-size: 4.6rem;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Hero-WhoWeAre.Hero-Sub .Hero__Title .Hero__Name {
        font-size: 4rem;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-WhoWeAre.Hero-Sub .Hero__Title .Hero__Name {
        font-size: 3.4rem;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-WhoWeAre.Hero-Sub .Hero__Title .Hero__Name {
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 768px) {
    .Hero-WhoWeAre.Hero-Sub .Hero__Title .Hero__Copy {
        width: 100%;
        margin: 65px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-WhoWeAre.Hero-Sub .Hero__Title .Hero__Copy {
        margin: 35px 0 0;
    }
}

.Hero-WhoWeAre.Hero-Sub .Box-WhiteCube {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
    border-top: none;
    border-right: none;
}

@media only screen and (max-width: 767px) {
    .Hero-WhoWeAre.Hero-Sub .Box-WhiteCube {
        margin-top: 30px;
        z-index: 1;
    }
}

.Hero-WhoWeAre.Hero-Sub .Box-WhiteCube .Box-Cell {
    display: block;
    width: 33.3%;
    border: none;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

@media only screen and (max-width: 767px) {
    .Hero-WhoWeAre.Hero-Sub .Box-WhiteCube .Box-Cell {
        width: 50%;
    }
}

.Hero-WhoWeAre.Hero-Sub .Hero__Img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Hero-WhoWeAre.Hero-Sub .Hero__Img {
        top: auto;
        min-height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .Hero-WhoWeAre.Hero-Sub .Hero__Img {
        min-height: 0;
        bottom: 0;
        background-position: 0 103% !important;
        background-size: 120% auto !important;
    }
}

.Section-WhoWeAre .Content__Inner {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .Section-WhoWeAre .Content__Inner {
        padding: 0;
    }
}

.Section-WhoWeAre .Heading-LV2 {
    position: relative;
    font-size: 7.6rem;
    line-height: 1.1;
    text-align: left;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-WhoWeAre .Heading-LV2 {
        font-size: 6.1rem;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-WhoWeAre .Heading-LV2 {
        width: 100%;
        font-size: 5.7rem;
    }
}

@media only screen and (max-width: 767px) {
    .Section-WhoWeAre .Heading-LV2 {
        width: 100%;
        font-size: 3.6rem;
    }
}

.Section-WhoWeAre .Heading-LV2__Caption {
    position: relative;
    margin-bottom: 70px;
    font-size: 5rem;
    line-height: 1.1;
    color: #e5e5e5;
    letter-spacing: 0.15em;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-WhoWeAre .Heading-LV2__Caption {
        font-size: 4.4rem;
        white-space: nowrap;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-WhoWeAre .Heading-LV2__Caption {
        width: 100%;
        font-size: 3.8rem;
    }
}

@media only screen and (max-width: 767px) {
    .Section-WhoWeAre .Heading-LV2__Caption {
        width: 100%;
        margin-bottom: 40px;
        font-size: 2.6rem;
    }
}

.Section-WhoWeAre .Heading-LV2__Caption span {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-weight: bold;
    z-index: 2;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.Section-WhoWeAre .Heading-LV2__Caption span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto;
    width: 0;
    background-color: rgba(0, 168, 169, 0.85);
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
}

.Section-WhoWeAre .Heading-LV2__Caption span.State--On::before {
    width: 102%;
}

@media only screen and (max-width: 767px) {
    .Section-WhoWeAre .Heading-LV2__Caption span.State--On::before {
        width: 105%;
    }
}

.Section-WhoWeAre .Heading-LV2__Caption::after {
    content: '';
    display: block;
    position: absolute;
    width: 48px;
    height: 2px;
    left: 0;
    bottom: -50px;
    background-color: #00a8a9;
}

@media only screen and (max-width: 767px) {
    .Section-WhoWeAre .Heading-LV2__Caption::after {
        width: 36px;
        bottom: -24px;
    }
}

.Section-WhoWeAre .Heading-LV2__Lead {
    position: relative;
    margin-bottom: 75px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.24;
}

.Section-WhoWeAre .Heading-LV2__Lead::after {
    content: '';
    display: block;
    position: absolute;
    width: 48px;
    height: 2px;
    left: 0;
    bottom: -33px;
    background-color: #00a8a9;
}

@media only screen and (max-width: 767px) {
    .Section-WhoWeAre .Heading-LV2__Lead::after {
        width: 36px;
        bottom: -16px;
    }
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-WhoWeAre .Heading-LV2__Lead {
        font-size: 2.1rem;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-WhoWeAre .Heading-LV2__Lead {
        width: 100%;
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 767px) {
    .Section-WhoWeAre .Heading-LV2__Lead {
        width: 100%;
        margin-bottom: 20px;
        font-size: 1.8rem;
    }
}

.Section-WhoWeAre .Heading-LV2 .Main::after {
    display: none;
}

.Section-WhoWeAre .Media {
    position: relative;
    display: block;
    width: 100%;
}

.Section-WhoWeAre .Media__Inner {
    max-width: 1280px;
    width: 88%;
    margin: 0 auto;
}

.Section-WhoWeAre .Media__Body {
    width: 46.5%;
    margin: 0;
    padding: 0;
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    z-index: 6;
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-WhoWeAre .Media__Body {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .Section-WhoWeAre .Media__Body {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.Section-WhoWeAre .Media__Body .Text {
    position: relative;
    margin: 30px 0;
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-WhoWeAre .Media__Body .Text {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .Section-WhoWeAre .Media__Body .Text {
        width: 100%;
    }
}

.Section-WhoWeAre .Media__Img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1920px;
    margin: auto;
    padding-left: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-WhoWeAre .Media__Img {
        bottom: 0;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-WhoWeAre .Media__Img {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .Section-WhoWeAre .Media__Img {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.Section-WhoWeAre .Media__Img .Img {
    position: absolute;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.Section-WhoWeAre .Media__Img+.Media__Body {
    margin-top: 0;
}

.Section-WhoWeAre .Media__Img .Img-Photo01 {
    z-index: 3;
}

.Section-WhoWeAre .Media__Img .Img-Photo02 {
    width: 768px;
    height: 768px;
    top: 0;
    z-index: 2;
}

@media print,
screen and (min-width: 1440px) and (max-width: 1696px) {
    .Section-WhoWeAre .Media__Img .Img-Photo02 {
        width: 596px;
        height: 596px;
    }
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-WhoWeAre .Media__Img .Img-Photo02 {
        width: 432px;
        height: 432px;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-WhoWeAre .Media__Img .Img-Photo02 {
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    .Section-WhoWeAre .Media__Img .Img-Photo02 {
        position: relative;
    }
}

.Section-WhoWeAre .Box-WhiteCube {
    margin: 85px 0 0;
}

.Section-WhoWeAre .Box-WhiteCube .Box-Cell {
    width: 50%;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-WhoWeAre .Box-WhiteCube {
        margin: 50px 0 0;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-WhoWeAre .Box-WhiteCube {
        width: 100%;
        margin: 50px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .Section-WhoWeAre .Box-WhiteCube {
        width: 100%;
        margin: 30px 0 0;
    }
}

.Section-WhoWeAre .Media__Food {
    margin: 225px 0 145px;
    z-index: 2;
}

@media print,
screen and (min-width: 1440px) and (max-width: 1696px) {
    .Section-WhoWeAre .Media__Food {
        margin: 165px 0 100px;
    }
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-WhoWeAre .Media__Food {
        margin: 105px 0 100px;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-WhoWeAre .Media__Food {
        margin: 100px 0 300px;
    }
}

@media only screen and (max-width: 767px) {
    .Section-WhoWeAre .Media__Food {
        margin: 35px 0 100px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .Section-WhoWeAre .Media__Food {
        margin: 55px 0 200px;
    }
}

.Section-WhoWeAre .Media__Food .Media__Img {
    top: -60px;
}

@media print,
screen and (min-width: 1440px) and (max-width: 1696px) {
    .Section-WhoWeAre .Media__Food .Media__Img {
        top: -60px;
    }
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-WhoWeAre .Media__Food .Media__Img {
        top: 0;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-WhoWeAre .Media__Food .Media__Img {
        top: 60px;
        text-align: right;
    }
}

@media only screen and (max-width: 767px) {
    .Section-WhoWeAre .Media__Food .Media__Img {
        top: 0;
        margin-top: 30px;
        text-align: right;
    }
}

.Section-WhoWeAre .Media__Food .Media__Img .Img-Photo01 {
    width: 365px;
    height: 648px;
    top: 40%;
    right: 28%;
}

@media print,
screen and (min-width: 1440px) and (max-width: 1696px) {
    .Section-WhoWeAre .Media__Food .Media__Img .Img-Photo01 {
        width: 283px;
        height: 503px;
    }
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-WhoWeAre .Media__Food .Media__Img .Img-Photo01 {
        width: 205px;
        height: 364px;
        top: 30%;
        bottom: 0;
        margin: auto;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-WhoWeAre .Media__Food .Media__Img .Img-Photo01 {
        width: 34%;
        height: 464px;
        left: 6%;
        right: auto;
    }
}

@media only screen and (max-width: 767px) {
    .Section-WhoWeAre .Media__Food .Media__Img .Img-Photo01 {
        width: 34%;
        height: 226px;
        left: 6%;
        top: 30%;
        right: auto;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .Section-WhoWeAre .Media__Food .Media__Img .Img-Photo01 {
        height: 452px;
    }
}

.Section-WhoWeAre .Media__Food .Media__Img .Img-Photo02 {
    right: 0;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-WhoWeAre .Media__Food .Media__Img .Img-Photo02 {
        top: -30%;
        bottom: 0;
        margin: auto;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-WhoWeAre .Media__Food .Media__Img .Img-Photo02 {
        width: 66%;
        height: 507px;
        margin: 0 0 0 auto;
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .Section-WhoWeAre .Media__Food .Media__Img .Img-Photo02 {
        width: 66%;
        height: 248px;
        margin: 0 0 0 auto;
        right: 0;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .Section-WhoWeAre .Media__Food .Media__Img .Img-Photo02 {
        height: 496px;
    }
}

.Section-WhoWeAre .Media__Water {
    padding: 135px 0 190px;
}

@media print,
screen and (min-width: 1440px) and (max-width: 1696px) {
    .Section-WhoWeAre .Media__Water {
        padding: 115px 0 100px;
    }
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-WhoWeAre .Media__Water {
        padding: 110px 0 97px;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-WhoWeAre .Media__Water {
        padding: 110px 0 210px;
    }
}

@media only screen and (max-width: 767px) {
    .Section-WhoWeAre .Media__Water {
        padding: 55px 0 100px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .Section-WhoWeAre .Media__Water {
        padding: 55px 0 120px;
    }
}

.Section-WhoWeAre .Media__Water::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #f9f9f9;
    z-index: -101;
}

.Section-WhoWeAre .Media__Water .Media__Inner {
    text-align: right;
}

.Section-WhoWeAre .Media__Water .Media__Body {
    margin: 0 0 0 auto;
}

.Section-WhoWeAre .Media__Water .Media__Body .Text,
.Section-WhoWeAre .Media__Water .Media__Body .Heading-LV2__Lead,
.Section-WhoWeAre .Media__Water .Media__Body .Heading-LV2__Caption,
.Section-WhoWeAre .Media__Water .Media__Body .Heading-LV2 {
    margin-left: auto;
}

.Section-WhoWeAre .Media__Water .Media__Img {
    top: 60px;
    z-index: 5;
}

@media print,
screen and (min-width: 1440px) and (max-width: 1696px) {
    .Section-WhoWeAre .Media__Water .Media__Img {
        top: 60px;
    }
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-WhoWeAre .Media__Water .Media__Img {
        top: 0;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-WhoWeAre .Media__Water .Media__Img {
        top: 60px;
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .Section-WhoWeAre .Media__Water .Media__Img {
        top: 0;
        margin-top: 30px;
    }
}

.Section-WhoWeAre .Media__Water .Media__Img .Img-Photo01 {
    width: 500px;
    height: 500px;
    top: 48%;
    left: 21%;
}

@media print,
screen and (min-width: 1440px) and (max-width: 1696px) {
    .Section-WhoWeAre .Media__Water .Media__Img .Img-Photo01 {
        width: 388px;
        height: 388px;
        top: 34%;
    }
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-WhoWeAre .Media__Water .Media__Img .Img-Photo01 {
        width: 281px;
        height: 281px;
        top: 30%;
        bottom: 0;
        margin: auto;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-WhoWeAre .Media__Water .Media__Img .Img-Photo01 {
        width: 44%;
        height: 338px;
        right: 6%;
        left: auto;
    }
}

@media only screen and (max-width: 767px) {
    .Section-WhoWeAre .Media__Water .Media__Img .Img-Photo01 {
        width: 44%;
        height: 165px;
        right: 6%;
        left: auto;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .Section-WhoWeAre .Media__Water .Media__Img .Img-Photo01 {
        height: 330px;
    }
}

.Section-WhoWeAre .Media__Water .Media__Img .Img-Photo02 {
    left: 0;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-WhoWeAre .Media__Water .Media__Img .Img-Photo02 {
        top: calc(-30% + 110px);
        bottom: 0;
        margin: auto;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-WhoWeAre .Media__Water .Media__Img .Img-Photo02 {
        width: 66%;
        height: 507px;
        margin: 0;
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .Section-WhoWeAre .Media__Water .Media__Img .Img-Photo02 {
        width: 66%;
        height: 248px;
        margin: 0;
        right: 0;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .Section-WhoWeAre .Media__Water .Media__Img .Img-Photo02 {
        height: 496px;
    }
}

.Section-WhoWeAre .Media__Water .Box-WhiteCube {
    margin-left: auto;
}

.Section-WhoWeAre .Media__Environments {
    margin: 130px 0 175px;
    overflow: hidden;
    z-index: 3;
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-WhoWeAre .Media__Environments {
        margin: 110px 0 260px;
    }
}

@media only screen and (max-width: 767px) {
    .Section-WhoWeAre .Media__Environments {
        margin: 40px 0 40px;
        padding-bottom: 10%;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .Section-WhoWeAre .Media__Environments {
        margin: 75px 0 80px;
    }
}

.Section-WhoWeAre .Media__Environments .Media__Img {
    top: -60px;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-WhoWeAre .Media__Environments .Media__Img {
        top: 0;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-WhoWeAre .Media__Environments .Media__Img {
        top: 60px;
        text-align: right;
    }
}

@media only screen and (max-width: 767px) {
    .Section-WhoWeAre .Media__Environments .Media__Img {
        top: 0;
        margin-top: 30px;
    }
}

.Section-WhoWeAre .Media__Environments .Media__Img .Img-Photo01 {
    width: 672px;
    height: 448px;
    top: 58%;
    right: 12%;
}

@media print,
screen and (min-width: 1440px) and (max-width: 1696px) {
    .Section-WhoWeAre .Media__Environments .Media__Img .Img-Photo01 {
        width: 521px;
        height: 347px;
        top: 50%;
    }
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-WhoWeAre .Media__Environments .Media__Img .Img-Photo01 {
        width: 378px;
        height: 252px;
        top: 30%;
        bottom: 0;
        margin: auto;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-WhoWeAre .Media__Environments .Media__Img .Img-Photo01 {
        width: 56%;
        height: 287px;
        left: 6%;
        right: auto;
    }
}

@media only screen and (max-width: 767px) {
    .Section-WhoWeAre .Media__Environments .Media__Img .Img-Photo01 {
        width: 56%;
        height: 140px;
        top: 60%;
        left: 6%;
        right: auto;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .Section-WhoWeAre .Media__Environments .Media__Img .Img-Photo01 {
        height: 280px;
    }
}

.Section-WhoWeAre .Media__Environments .Media__Img .Img-Photo02 {
    right: 0;
}

@media print,
screen and (min-width: 1080px) and (max-width: 1439px) {
    .Section-WhoWeAre .Media__Environments .Media__Img .Img-Photo02 {
        top: -30%;
        bottom: 0;
        margin: auto;
    }
}

@media print,
screen and (min-width: 376px) and (max-width: 1079px) {
    .Section-WhoWeAre .Media__Environments .Media__Img .Img-Photo02 {
        width: 66%;
        height: 507px;
        margin: 0 0 0 auto;
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .Section-WhoWeAre .Media__Environments .Media__Img .Img-Photo02 {
        width: 66%;
        height: 248px;
        margin: 0 0 0 auto;
        right: 0;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .Section-WhoWeAre .Media__Environments .Media__Img .Img-Photo02 {
        height: 496px;
    }
}

.Js-PallaTarget {
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.title-new {
    display: none;
}

@media screen and (min-width: 768px) {
    .title-new {
        font-size: 75px;
        letter-spacing: 25px;
        display: block;
        font-weight: bold;
    }
}

@media screen and (min-width: 1024px) {
    .title-new {
        font-size: 105px;
        letter-spacing: 45px;
    }
}
