/* @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%;
    margin: .5em 0;
    font-weight: 300;
}

.Body ul.A {
    padding-inline-start: 1.5em;
}

.Body ul.A li {
    text-align: justify;
    line-height: 2em;
    font-size: 18px;
    color: #555;
}

.Body ul.A li {
    list-style-type: square;
}

.Body ul.A li::marker {
    color: #3c89cc;
}

#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: clamp(1px, 100%, 1024px);
    text-align: center;
}

#Csr #Overview .Container h1 span {
    font-size: .5em;
    letter-spacing: .1em;
}

#Csr #Overview nav {
    display: flex;
    flex-wrap: wrap;
}

#Csr #Overview nav ul {
    padding-left: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#Csr #Overview nav ul li {
    width: calc((100%/3) - 25px);
    aspect-ratio: 2/1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 26px;
    font-weight: 400;
    border-radius: 10px;
    background-color: #e9eaef;
    transition: all .5s;
    overflow: hidden;
}

#Csr #Overview nav ul li a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#Csr #Overview nav ul li a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-image: url(../../_Image/csr/59.jpg);
    transition: all .2s;
    opacity: 0;
    z-index: -1;
}

#Csr #Overview nav ul li:nth-child(2) a::before {
    background-image: url(../../_Image/csr/57.jpg);
}

#Csr #Overview nav ul li:nth-child(3) a::before {
    background-image: url(../../_Image/csr/detail-governance-banner.jpg);
}

#Csr #Overview nav ul li a .SubButton {
    width: fit-content;
}

#Csr #Overview nav ul li:hover {
    background-color: rgba(24, 82, 132, .5);
    background: radial-gradient(ellipse at center, rgba(24, 82, 132, .8) 0%, rgba(24, 82, 132, .5) 100%);
    transition: all .5s;
}

#Csr #Overview nav ul li:hover a {
    color: #fff;
}

#Csr #Overview nav ul li:hover a::before {
    opacity: 1;
    transition: all .2s;
}

#Csr #Overview nav ul li:hover a .SubButton {
    color: #fff;
    background-image: url(../../_Image/button_white.svg);
}

#Csr #Overview .Container section {
    margin: 50px 0;
}

#Csr #Overview .Container section h2 span {
    white-space: nowrap;
}

#Csr #Overview ul li {
    color: #333;
}

#Csr #ContentList {
    padding: 60px;
    width: calc(100% - 120px);
}

#Csr #ContentList .ButtonList {
    margin: 25px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1em 1.5em;
}

#Csr #ContentList .ButtonList .ButtonItem {
    padding: 0 1.2em 0 0;
    display: inline-block;
    color: rgba(0, 0, 0, 0.9);
    font-size: 20px;
    font-weight: 500;
    transition: .2s all;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: .8em;
    background-image: url(../../_Image/button.svg);
}

#Csr #ContentList .ButtonList .ButtonItem:hover {
    color: #b80000;
    background-image: url(../../_Image/Button_b80000.svg);
}

#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 60%;
    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 .ButtonItem {
    padding: 0 1.2em 0 0;
    display: inline-block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    font-weight: 500;
    transition: .2s all;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: .8em;
    background-image: url(../../_Image/Button_b80000.svg);
}

#Csr #MachineTool .ButtonItem:hover {
    color: #b80000;
    background-image: url(../../_Image/Button_b80000.svg);
}

#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 {
    flex: 1;
    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/contentItem-governance.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;
}

@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 #Overview .Container {
        margin: auto;
        padding: 9.3vw;
    }

    #Csr #MachineTool .Wapper {
        width: 100%;
    }

    #Csr #MachineTool {
        background-position: center 55%;
    }

    #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%;
        gap: 30px;
    }

    #Csr #ContentList .ContentItem {
        padding: 0;
        flex-direction: column;
        width: calc(50% - 15px);
        border-bottom: none;
    }

    #Csr #ContentList .ContentItem .Img {
        width: 100%;
        flex: unset;
        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 nav ul li {
        width: calc((100%/3) - 10px);
    }

    #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 #ContentList .ButtonList {
        margin: 1em 0;
        gap: .5em 1em;
    }

    #Csr #ContentList .ButtonList .ButtonItem {
        font-size: 16px;
    }

    #Csr #Report .Img {
        width: 280px;
        height: 200px;
    }
}

@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 {
        padding: 15vw 9.3vw;
    }

    #Csr #Overview .Container h1 {
        line-height: 1em;
    }

    #Csr #Overview .Container h1 span {
        white-space: nowrap;
        font-size: 18px;
        font-weight: 400;
    }

    #Csr #Overview nav .NavTitle {
        display: none;
    }

    #Csr #Overview nav ul {
        flex-direction: column;
        align-items: center;
        gap: 4vw;
    }

    #Csr #Overview nav ul li {
        width: clamp(1px, 90%, 300px);
    }

    #Csr #Overview .Container p,
    #Csr #Overview .Container ul.A li {
        font-size: 16px;
    }

    #Csr #Overview .Container section {
        margin: 40px 0 0 0;
    }

    #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 0 .5em 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 {
        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 .ButtonList {
        margin: 1em 0 0 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 .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;
        width: 100%;
        height: auto;
    }

    #Csr .VideoWapper video.Landscape {
        display: none;
    }
}