/* @import url('https://fonts.googleapis.com/css2?family=Shippori Mincho B1:wght@100;200;300;400;500;600;700;800;900&display=swap'); */

.Body {
    font-weight: 300;
}

.Body h1 {
    color: #e0004d;
    font-size: 55px;
    font-weight: 300;
    text-shadow: none;
}

.Body h2 {
    color: #e0004d;
    font-size: 25px;
    font-weight: 400;
    line-height: 180%;
}

.Body h3 {
    color: #23569d;
    font-size: 45px;
    line-height: 120%;
    padding: 0 0 .4em 0;
    font-weight: 300;
}

#Csr .VideoWapper {
    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
    background-color: #000;
    overflow: hidden;
}

#Csr .VideoWapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
}

#Csr #Overview .Container {
    margin: 150px auto;
    width: 768px;
    text-align: center;
}

#Csr #Overview .Container p {
    color: #333;
    font-size: 20px;
    letter-spacing: 0;
}

#Csr #ContentList {
    padding: 60px;
    width: calc(100% - 120px);
}

#Csr #MachineTool {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    height: calc(100vh - 80px);
    background-color: #000;
    background-image: url(../../_Image/csr/machinetool.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#Csr #MachineTool .Wapper {
    display: inline-block;
    width: 350px;
}

#Csr #MachineTool h2 {
    font-size: 45px;
    color: #9efaff;
}

#Csr #MachineTool p {
    color: rgb(237 255 255);
}

#Csr #MachineTool ul {
    float: right;
    margin: 0;
    padding: 0;
    color: #fff;
}

#Csr #MachineTool ul li {
    padding: .55em 0 .55em 1.5em;
    list-style: none;
    text-align: justify;
    color: #ffffd8;
    font-size: 26px;
    background-image: url(../../_Image/li_9efaff.svg);
    background-repeat: no-repeat;
    background-size: 0.6em;
    background-position: left 1em;
}

#Csr #ContentList .ContentItem {
    display: flex;
    align-items: center;
    padding: 60px 0;
    border-bottom: 1px solid #ccc;
}

#Csr #ContentList .ContentItem:nth-last-child(1) {
    border-bottom: none;
}

#Csr #ContentList .ContentItem .Img {
    width: calc(50vw - 60px);
    aspect-ratio: 11/7;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

#Csr #ContentList .ContentItem:nth-child(odd) .Img {
    order: 1;
    border-radius: 100px 0 0 0;
}

#Csr #ContentList .ContentItem:nth-child(odd) .Wapper {
    order: 2;
}

#Csr #ContentList .ContentItem:nth-child(even) .Img {
    order: 2;
    border-radius: 0 100px 0 0;
}

#Csr #ContentList .ContentItem:nth-child(even) .Wapper {
    order: 1;
}

#Csr #ContentList .ContentItem:nth-child(1) .Img {
    background-image: url(../../_Image/csr/55.jpg);
}

#Csr #ContentList .ContentItem:nth-child(2) .Img {
    background-image: url(../../_Image/csr/58.jpg);
}

#Csr #ContentList .ContentItem:nth-child(3) .Img {
    background-image: url(../../_Image/csr/env-4.jpg);
}

#Csr #ContentList .ContentItem:nth-child(4) .Img {
    background-image: url(../../_Image/csr/29.jpg);
}

#Csr #ContentList .ContentItem .Wapper {
    padding: 0 95px;
    width: 50%;
}

#Competition {
    padding: 160px 0;
    background-color: #e9eaef;
}

#Csr #Report {
    position: relative;
}

#Csr #Report h2 {
    padding: 100px 160px 80px 300px;
    color: #23569d;
    font-size: 48px;
    font-weight: 300;
}

#Csr #Report .Wapper {
    width: calc(100% - 220px);
    padding: 60px 160px 60px 300px;
    background-color: #23569d;
    border-radius: 0 30px 0 0;
}

#Csr #Report .DownloadButton {
    padding: 20px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 2px;
    transition: .2s all;
}

#Csr #Report .DownloadButton:hover {
    background-color: hsla(0, 0%, 100%, .2);
}

#Csr #Report .Img {
    position: absolute;
    right: 300px;
    top: 50%;
    transform: translateY(-50%);
    width: 360px;
    height: 260px;
    background-image: url(../../_Image/csr/sustainability_report_2024.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid rgba(35, 86, 157, .5);
    border-radius: 30px;
}

/* #Csr #Report .Img span {
    margin: 280px 0 0 0;
    display: block;
    text-align: center;
    color: #fff;
} */

@media screen and (max-width:1699px) {
    #Csr #ContentList .ContentItem .Wapper {
        padding: 0 60px;
    }
}

@media screen and (max-width:1439px) {
    #Csr #ContentList .ContentItem {
        padding: 50px 0;
    }

    #Csr #ContentList .ContentItem .Wapper {
        padding: 0 0 0 50px;
    }

    #Csr #ContentList .ContentItem:nth-child(2n) .Wapper {
        padding: 0 60px 0 0;
    }

    #Csr #MachineTool .Wapper {
        width: 26%;
    }

    #Csr #Report h2 {
        padding: 100px 160px 80px 100px;
    }

    #Csr #Report .Wapper {
        padding: 60px 160px 60px 100px;
        width: calc(100% - 100px);
    }

    #Csr #Report .Img {
        right: 200px;
    }
}

@media screen and (max-width:1249px) {
    .Body h2 {
        font-size: 20px;
    }

    .Body h3 {
        font-size: 40px;
    }

    #Csr .VideoWapper {
        height: calc(100vh - 60px);
    }

    #Csr #MachineTool .Wapper {
        width: 100%;
    }

    #Csr #MachineTool {
        background-position: center 59%;
    }

    #Csr #MachineTool .Container {
        width: 768px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    #Csr #MachineTool .Wapper {
        margin: 0 0 calc(100vh - 500px) 0;
    }

    #Csr #MachineTool ul li {
        display: inline-block;
        font-size: 18px;
    }

    #Csr #ContentList {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        padding: 100px 30px 30px 30px;
        width: 100%;
    }

    #Csr #ContentList .ContentItem {
        flex-direction: column;
        padding: 0;
        width: calc(50% - 15px);
    }

    #Csr #ContentList .ContentItem:nth-child(odd) {
        margin: 0 30px 30px 0;
    }

    #Csr #ContentList .ContentItem:nth-child(even) {
        margin: 0 0 30px 0;
    }

    #Csr #ContentList .ContentItem:nth-last-child(2) {
        border-bottom: none;
    }

    #Csr #ContentList .ContentItem .Img {
        width: 100%;
        order: 1;
    }

    #Csr #ContentList .ContentItem:nth-child(odd) .Img {
        border-radius: 50px 0 0 0;
    }

    #Csr #ContentList .ContentItem:nth-child(even) .Img {
        border-radius: 0 50px 0 0;
    }

    #Csr #ContentList .ContentItem .Wapper,
    #Csr #ContentList .ContentItem:nth-child(2n) .Wapper {
        padding: 30px 0;
        width: 100%;
        order: 2;
    }

    #Competition {
        padding: 100px 0;
    }

    #Csr #Report h2 {
        padding: 100px 160px 80px 50px;
        font-size: 40px;
    }

    #Csr #Report .Wapper {
        padding: 60px 160px 60px 50px;
        width: calc(100% - 50px);
    }

    #Csr #Report .Img {
        right: 100px;
    }
}

@media screen and (max-width:1023px) {
    .Body h3 {
        font-size: 29px;
    }

    #Csr #Overview .Container {
        margin: 100px auto;
        padding: 0 50px;
    }

    #Csr #MachineTool .Container {
        padding: 0 50px;
    }

    #Csr #ContentList .ContentItem .Wapper,
    #Csr #ContentList .ContentItem:nth-child(2n) .Wapper {
        padding: 15px 0 45px 0;
    }

    #Csr #ContentList .ContentItem .Wapper p {
        margin: 0;
        font-size: 15px;
    }

    #Csr #Report .Img {
        width: 280px;
        height: 200px;
    }

    /* #Csr #Report .Img span {
        margin: 220px 0 0 0;
    } */
}

@media screen and (max-width:767px) {
    .Body h1 {
        font-size: 34px;
    }

    .Body h2 {
        font-size: 18px;
        line-height: normal;
        margin: 0 0 .5em 0;
    }

    .Body h3 {
        font-size: clamp(22px, 6.8vw, 32px);
    }

    #Csr #Overview .Container {
        margin: 0;
        padding: 30px;
        width: 100%;
    }

    #Csr #Overview .Container p {
        font-size: 16px;
    }

    #Csr #MachineTool {
        height: auto;
    }

    #Csr #MachineTool .Container {
        padding: 30px;
    }

    #Csr #MachineTool .Wapper {
        margin: 0;
    }

    #Csr #MachineTool h2 {
        font-size: 30px;
    }

    #Csr #MachineTool p {
        margin: 0;
    }

    #Csr #MachineTool ul {
        margin: 217px 0 0 0;
    }

    #Csr #MachineTool ul li {
        padding: .1em 0 .1em 1.5em;
        width: calc(50% - 30px);
        font-size: 16px;
        background-position: left .7em;
    }

    #Csr #ContentList {
        padding: 9.3vw;
    }

    #Csr #ContentList .ContentItem,
    #Csr #ContentList .ContentItem:nth-child(odd),
    #Csr #ContentList .ContentItem:nth-last-child(2) {
        margin: 0 0 30px 0;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    #Csr #ContentList .ContentItem .Wapper,
    #Csr #ContentList .ContentItem:nth-child(2n) .Wapper {
        padding: 15px 0 30px 0;
    }

    #Csr #ContentList .ContentItem .MainButton {
        margin: 10px 0 0 0;
    }

    #Competition {
        padding: 0;
    }

    #Csr #Report h2 {
        padding: 30px 30px 150px 30px;
        font-size: 30px;
    }

    #Csr #Report .Wapper {
        padding: 130px 30px 30px 30px;
        width: calc(100% - 40px);
    }

    #Csr #Report .Img {
        right: 30px;
        width: 260px;
        height: 180px;
        transform: translateY(-60%);
    }

    /* #Csr #Report .Img span {
        margin: 195px 0 0 0;
        font-size: 14px;
    } */

    #Csr #Report .DownloadButton {
        padding: 10px;
        font-size: 16px;
    }
}

@media screen and (max-width:459px) {
    #Csr #MachineTool ul li {
        width: 100%;
    }
}

@media screen and (orientation: landscape) {
    #Csr .VideoWapper video.Portrait {
        display: none;
    }

    #Csr .VideoWapper video.Landscape {
        display: block;
    }
}

@media screen and (orientation: portrait) {
    #Csr .VideoWapper video.Portrait {
        display: block;
    }

    #Csr .VideoWapper video.Landscape {
        display: none;
    }
}