﻿#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;
}

#Team .Figure .FigureList .FigureItem {
    float: left;
    margin: 0 95px 100px 0;
    width: calc((100% - 190px)/2);
}

#Team .Figure .FigureList .FigureItem:nth-child(1) {
    background-image: url(../../_Image/company/team2.jpg);
}

#Team .Figure .FigureList .FigureItem:nth-child(1) {
    float: none;
    margin: 50px auto 150px auto;
    padding: 0 0 0 40%;
    width: calc(100% - 256px);
    min-height: 555px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 40% auto;
}

#Team .Figure .FigureList .FigureItem:last-child {
    margin: 0 0 100px 0;
}

#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,
    #Team .Figure .FigureList .FigureItem:last-child {
        width: calc((100% - 270px)/2);
        margin: 45px;
    }

    #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;
    }

    #Team .Figure {
        padding: 50px 0;
    }

    #Team .Figure .FigureList .FigureItem,
    #Team .Figure .FigureList .FigureItem:last-child {
        margin: 0 30px 30px 30px;
        width: calc(50% - 60px);
    }

    #Team .Figure .FigureList .FigureItem:nth-child(1) {
        margin: 50px auto 100px auto;
        width: calc(100% - 100px);
        min-height: 480px;
        background-position: left top;
    }
}

@media screen and (max-width:767px) {
    #Team .Org {
        padding: 30px 0;
    }

    #Team .Org img {
        width: calc(100% - 50px);
    }

    #Team .Figure {
        padding: 30px 0;
    }

    #Team .Figure .FigureList .FigureItem,
    #Team .Figure .FigureList .FigureItem:last-child {
        margin: 50px 0;
        padding: 0 10%;
        width: 100%;
    }

    #Team .Figure .FigureList .FigureItem:nth-child(1) {
        margin: 0 0 50px 0;
        padding: 110vw 10% 0 10%;
        width: 100%;
        min-height: auto;
        background-position: center top;
        background-size: 80% auto;
    }

    #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;
    }
}