﻿#Team .Top {
    background-image: url(../../_Image/company/banner_team.jpg);
}

#Team .Container:not(.Top .Container) {
    width: 1280px;
}

#Team .Org {
    position: relative;
    background-color: #e9eaef;
}

#Team .Org .Container {
    padding: 100px 0;
}

#Team .Org img {
    display: block;
    margin: auto;
    width: clamp(1px, 100%, 1000px);
}

#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 .Container {
    padding: 100px 0;
}

#Team .Figure .FigureList {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
}

#Team .Figure .FigureList .FigureItem {
    width: calc(50% - 50px);
}

#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 {
        width: 100%;
    }

    #Team .Top .Container {
        width: auto;
    }

    #Team .Org .Container {
        padding: 80px 9.3vw;
    }

    #Team .Figure .Container {
        padding: 100px;
    }

    #Team .Figure .FigureList {
        gap: 80px;
    }

    #Team .Figure .FigureList img {
        align-self: flex-start;
        height: auto;
        width: 350px;
    }

    #Team .Figure .FigureList .FigureItem:nth-child(2) {
        width: calc(100% - 350px - 80px);
    }

    #Team .Figure .FigureList .FigureItem span {
        position: relative;
    }

    #Team .Figure .FigureList .FigureItem span:not(.Title)::before {
        content: "－";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        color: #aaa;
        transform: scale(0.75);
    }
}

@media screen and (max-width:1249px) {
    #Team .Container:not(.Top .Container) {
        width: 100%;
    }

    #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 .FigureList .FigureItem:nth-child(2) {
        margin: -40px 0 0 0;
        width: 100%;
    }

    #Team .Figure .FigureList .FigureItem {
        width: 100%;
    }
}

@media screen and (max-width:767px) {


    #Team .Org .Container {
        padding: 9.3vw;
    }

    #Team .Figure .Container {
        padding: 9.3vw;
    }

    #Team .Figure .FigureList img {
        width: clamp(1px, 100%, 300px);
    }

    #Team .Figure .FigureList .FigureItem h4 {
        margin: 0 0 .5em 0;
    }

    #Team .Figure .FigureList .FigureItem .Title {
        margin: 0 0 1em 0;
        line-height: 1.2em;
    }

    #Team .Figure .FigureList .FigureItem span {
        font-size: 16px;
        line-height: 1.5em;
    }
}