﻿p.Description {
    margin: 0;
    padding: 1em;
    text-align: center;
    font-size: 16px;
    line-height: 1.5em;
    color: #999;
    background-color: hsl(230, 16%, 96%);
}

#Team .Top {
    background-image: url(../../_Image/company/banner_team.jpg);
}

/* #Team .Container:not(.Top .Container) {
    width: 1280px;
} */

#Team .Org {
    position: relative;
    padding: 100px 0;
    background-color: #e9eaef;
}

#Team .Org img {
    display: block;
    margin: auto;
    width: 1024px;
}

#Team .Org .Zoom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #e9eaef;
    overflow: scroll;
    z-index: 999;
}

#Team .Org .Zoom .CloseButton {
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    line-height: 50px;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0.7);
}

#Team .Org .Zoom img {
    margin: 60px 0 0 0;
    padding: 0 20px;
    width: auto;
    height: calc(100% - 80px);
}

#Team .Org::before {
    display: none;
}

#Team .Figure {
    /* padding: 100px 0; */
    margin: auto;
    padding: 9.3vw;
    max-width: 1440px;
}

#Team .Figure .FigureList {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
}

#Team .Figure .FigureList .FigureItem {
    width: calc(50% - 50px);

}

#Team .Figure .FigureList .FigureItem:nth-child(1) {
    width: 100%;
    display: flex;
    /* justify-content: space-around; */
    align-items: start;
    gap: 100px;
}

#Team .Figure .FigureList .FigureItem:nth-child(1) img {
    width: clamp(1px, 50%, 412px);
}

#Team .Figure .FigureList .FigureItem:nth-child(1) div {
    flex: 1;
}

#Team .Figure .FigureList .FigureItem h4 {
    margin: 0 0 22px 0;
    font-size: 30px;
    line-height: 1em;
    font-weight: 500;
}

#Team .Figure .FigureList .FigureItem .Title {
    margin: 0 0 25px 0;
    padding: 0;
    color: #405060;
    font-size: 20px;
    line-height: 1em;
    font-weight: 500;
}

#Team .Figure .FigureList .FigureItem h5 {
    position: relative;
    margin: 0 0 25px 0;
    padding: 2em 0 10px 0.5em;
    color: #b80000;
    font-size: 18px;
    line-height: 1em;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
}

#Team .Figure .FigureList .FigureItem h5::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    display: block;
    width: 3.2em;
    height: 1px;
    background-color: #b80000;
}

#Team .Figure .FigureList .FigureItem h5:nth-of-type(1) {
    padding: 0 0 10px 0.5em;
}

#Team .Figure .FigureList .FigureItem span {
    margin: 13px 0 0 0;
    padding: 0 0 0 1.5em;
    display: block;
    color: #333;
    font-size: 18px;
    line-height: 26px;
}

@media screen and (max-width:1439px) {
    #Team .Container:not(.Top .Container) {
        width: 100%;
    }

    #Team .Figure .FigureList .FigureItem span {
        position: relative;
    }

    #Team .Figure .FigureList .FigureItem span::before {
        content: "－";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        color: #aaa;
        transform: scale(0.75);
    }

    #Team .Figure .FigureList .FigureItem:nth-child(3) span,
    #Team .Figure .FigureList .FigureItem:nth-child(4) span,
    #Team .Figure .FigureList .FigureItem:nth-child(5) span {
        font-size: 17px;
    }
}

@media screen and (max-width:1249px) {
    #Team .Org {
        padding: 50px 0;
    }

    #Team .Org img {
        width: calc(100% - 100px);
    }

    #Team .Org::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 50px;
        height: 50px;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        background-image: url(../../_Image/company/zoom-in.svg);
        background-repeat: no-repeat;
        background-size: 18px;
        background-position: 53% center;
        border: 1px solid #fff;
        border-radius: 100%;
        pointer-events: none;
    }
}

@media screen and (max-width:1023px) {
    #Team .Figure {
        padding: 9.3vw 9.3vw 150px 9.3vw;
    }

    #Team .Figure .FigureList .FigureItem {
        width: 100%;
    }

    #Team .Figure .FigureList .FigureItem:nth-child(1) {
        flex-wrap: wrap;
        gap: 1.5em;
    }

    #Team .Figure .FigureList .FigureItem:nth-child(1) img {
        width: clamp(1px, 100%, 412px);
    }

    #Team .Figure .FigureList .FigureItem:nth-child(1) div {
        width: 100%;
        flex: auto;
    }
}

@media screen and (max-width:767px) {
    #Team .Org {
        padding: 30px 0;
    }

    #Team .Org img {
        width: calc(100% - 50px);
    }

    #Team .Figure .FigureList .FigureItem {
        width: 100%;
    }

    #Team .Figure .FigureList .FigureItem h4 {
        display: inline-block;
        margin: 10px 0 32px 0;
        font-size: 28px;
    }

    #Team .Figure .FigureList .FigureItem .Title,
    #Team .Figure .FigureList .FigureItem:nth-child(1) .Title {
        display: inline-block;
        margin: 10px 0 32px 5px;
        font-size: 18px;
    }

    #Team .Figure .FigureList .FigureItem h5 {
        margin: 0 0 10px 0;
    }

    #Team .Figure .FigureList .FigureItem span {
        font-size: 17px;
        letter-spacing: 0.05em;
    }

    #Team .Figure .FigureList .FigureItem:nth-child(1) span::before {
        display: block;
    }
}