﻿@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');

.Body {
    position: relative;
}

.Body .MainButton {
    margin: 20px calc(100% - 180px) auto auto;
}

.Body .SubButton {
    display: none;
}

.Body p {
    margin: 0 auto;
}

.Body p.FeatureP {
    margin: 10px 0;
}

.Top:not(#ProductDetail .Top) .Container h1 {
    white-space: nowrap;
}

.TechnologyItem {
    position: relative;
    width: 100%;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: left calc(100% + 300px);
    background-repeat: no-repeat;
    background-size: auto 1000px;
}

.TechnologyItem:nth-child(2n) {
    background-position: right bottom;
    background-size: auto 700px;
}

.TechnologyItem::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto 1000px;
}

.TechnologyItem .Wapper {
    transform: translateX(50%);
    width: 640px;
}

.TechnologyItem:nth-child(2n) .Wapper {
    transform: translateX(-50%);
}

.TechnologyItem .Wapper .Title {
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
    font-family: 'Barlow';
    letter-spacing: 0.025em;
    font-weight: 500;
    border-left: 10px solid #b80000;
    vertical-align: baseline;
}

.TechnologyItem .Wapper .Title strong {
    font-weight: bolder;
}

.TechnologyItem .Wapper .Title .Nowrap {
    display: block;
}

.TechnologyItem .Wapper .Title h2 {
    margin: 0;
    padding: 0 0 .2em 0;
    font-size: 60px;
    line-height: 60px;
    font-family: 'Barlow';
    font-weight: bolder;
    letter-spacing: 0.025em;
}

.TechnologyItem .Wapper .Title h3 {
    margin: 0;
    color: #2f3f4f;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.TechnologyItem .Wapper .Title h3 span {
    font-weight: normal;
}

.TechnologyItem .Wapper .FeatureList {
    float: left;
    margin: 0;
    padding: 0 1em;
    width: 100%;
    color: #333;
    font-size: 18px;
    list-style: square;
}

.TechnologyItem .Wapper .FeatureList .FeatureItem {
    padding: 5px 0;
}

.LinkList.Container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 100px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 60px;
}

.LinkList .Title {
    margin: 0 0 30px 0;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #555;
}

.LinkList .LinkItem {
    width: 330px;
    border-bottom: 1px solid #aaa;
    transition: .2s all;
}

.LinkList .LinkItem .Name {
    float: left;
    display: block;
    margin: 20px 20px 20px 0;
    font-size: 20px;
    font-weight: 500;
    transition: .2s all;
}

.LinkList .LinkItem .SubButton {
    display: block;
    margin: 25px 0;
    float: right;
    transition: .2s all;
}

/* .LinkList .LinkItem:nth-last-child(1) {
    margin: 0;
} */

.LinkList .LinkItem:hover {
    border-bottom: 1px solid #b80000;
}

.LinkList .LinkItem:hover .Name {
    color: #b80000;
}

.LinkList .LinkItem:hover .SubButton {
    background-image: url(../../_Image/Button_b80000.svg);
}

@media screen and (max-width:1699px) {
    .TechnologyItem {
        min-height: calc(700px *.8);
        background-position: left calc(100% + (300px *.8));
        background-size: auto calc(1000px *.8);
    }

    .TechnologyItem:nth-child(2n) {
        background-size: auto calc(700px*.8);
    }

    .TechnologyItem::before {
        height: calc(300px*.8);
        background-size: auto calc(1000px*.8);
    }

    .TechnologyItem .Wapper {
        width: 590px;
    }
}

@media screen and (max-width:1439px) {
    .TechnologyItem {
        min-height: calc(700px *.7);
        background-position: left calc(100% + (300px *.7));
        background-size: auto calc(1000px *.7);
    }

    .TechnologyItem:nth-child(2n) {
        background-size: auto calc(700px*.7);
    }

    .TechnologyItem::before {
        height: calc(300px*.7);
        background-size: auto calc(1000px*.7);
    }

    .TechnologyItem .Wapper {
        width: 500px;
    }

    .LinkList.Container {
        justify-content: left;
        width: 800px;
    }

    .LinkList .LinkItem {
        width: calc(50% - 30px);
    }
}

@media screen and (max-width:1249px) {
    .Body p.FeatureP {
        line-height: 1.5em;
    }

    .Top:not(#ProductDetail .Top) .Container {
        width: 520px;
    }

    .TechnologyItem {
        min-height: calc(700px *.6);
        background-position: left calc(100% + (300px *.6));
        background-size: auto calc(1000px *.6);
    }

    .TechnologyItem:nth-child(2n) {
        background-size: auto calc(700px*.6);
    }

    .TechnologyItem::before {
        display: none;
    }

    .TechnologyItem .Wapper {
        width: calc(50% - 100px);
    }

    .TechnologyItem .Wapper .Title h2 {
        font-size: 50px;
    }

    .TechnologyItem .Wapper .Title h3 {
        font-size: 25px;
        line-height: 25px;
    }

    .TechnologyItem .Wapper .FeatureList .FeatureItem {
        letter-spacing: 0;
    }
}

@media screen and (max-width:1023px) {
    .LinkList.Container {
        position: static;
        bottom: auto;
        left: auto;
        transform: translateX(0) translateY(-50px);
        padding: 0 65px;
        width: 100%;
        gap: 0;
    }

    .LinkList .LinkItem {
        width: 100%;
    }

    .LinkList .LinkItem:nth-last-child(1) {
        border-bottom: none;
    }
}

@media screen and (max-width:767px) {
    .Body .MainButton {
        display: none;
    }

    .Body .SubButton {
        margin: 0 0 0 10px;
        display: block;
        font-size: 15px;
        background-image: url(../../_Image/Button_b80000.svg);
        background-size: 16px;
    }

    .Body p {
        padding: 0 10px;
        margin: 10px 0 25px 0;
        font-size: 16px;
    }

    .Body p.FeatureP {
        font-size: 15px;
    }

    .Top:not(#ProductDetail .Top) .Container {
        width: 100%;
    }

    .TechnologyItem .Wapper .Title {
        padding: 0 0 0 15px;
        border-left: 6px solid #b80000;
    }

    .TechnologyItem .Wapper .Title h2 {
        font-size: 35px;
        line-height: 1em;
    }

    .TechnologyItem .Wapper .FeatureList .FeatureItem {
        font-size: 15px;
    }

    .LinkList.Container {
        padding: 0 9.3vw;
    }
}

@media screen and (max-width:424px) {
    .LinkList .LinkItem .Name {
        margin: 15px 0 10px 0;
        width: 100%;
    }

    .LinkList .LinkItem .SubButton {
        float: left;
        margin: 0 0 15px 0;
    }
}