﻿#Team h3 {
    margin: 0 0 50px 0;
}

#Team .Container {
    width: 1280px;
}

#Team .Top {
    background-image: url(../../_Image/company/team_banner.jpg);
}

#Team .Top .Container {
    top: 50%;
    left: 260px;
}

#Team .Org {
    position: relative;
    padding: 100px 0;
    background-color: #e9eaef;
}

#Team .Org img {
    display: block;
    margin: auto;
    width: 100%;
}

#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 h3 {
    position: fixed;
    top: 14px;
    left: 14px;
}

#Team .Org .Zoom .Close {
    position: fixed;
    top: -10px;
    right: 0;
    width: 60px;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    font-weight: 300;
}

#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 117px 100px 0;
    width: calc(33.33% - 79px);
}

#Team .Figure .FigureList .FigureItem:nth-child(1) {
    background-image: url(../../_Image/company/team1.jpg);
}

#Team .Figure .FigureList .FigureItem:nth-child(2) {
    background-image: url(../../_Image/company/team2.jpg);
}

#Team .Figure .FigureList .FigureItem:nth-child(1),
#Team .Figure .FigureList .FigureItem:nth-child(2) {
    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 center;
    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 .Title br {
    display: none;
}

#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:1699px) {
    #Team .Top .Container {
        left: 5%;
    }
    #Team .Figure .Container {
        padding: 0;
    }
}

@media screen and (max-width:1439px) {
    #Team .Container {
        width: 100%;
    }
    #Team .Top .Container {
        width: auto;
    }
    #Team .Org img {
        width: calc(100% - 50px);
    }
    #Team .Figure .Container {
        padding: calc((100% - 1050px)/6);
    }
    #Team .Figure .FigureList .FigureItem,
    #Team .Figure .FigureList .FigureItem:last-child {
        margin: calc((100% - 1050px)/6);
        width: 350px;
    }
}

@media screen and (max-width:1279px) {
    #Team .Org {
        padding: 50px 0;
    }
    #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 .Container {
        padding: 0 30px;
    }
    #Team .Figure .FigureList .FigureItem,
    #Team .Figure .FigureList .FigureItem:last-child {
        width: 200px;
        margin: 0 calc((100% - 600px)/6);
    }
    #Team .Figure .FigureList .FigureItem h4 {
        font-size: 28px;
    }
    #Team .Figure .FigureList .FigureItem .Title {
        font-size: 18px;
        line-height: 1.5em;
    }
    #Team .Figure .FigureList .FigureItem:nth-child(4) .Title,
    #Team .Figure .FigureList .FigureItem:nth-child(5) .Title {
        line-height: 54px;
        height: 54px;
    }
    #Team .Figure .FigureList .FigureItem .Title br {
        display: inline;
    }
    #Team .Figure .FigureList .FigureItem h5 {
        margin: 0 0 10px 0;
    }
    #Team .Figure .FigureList .FigureItem:nth-child(1),
    #Team .Figure .FigureList .FigureItem:nth-child(2) {
        margin: 50px auto 100px auto;
        width: calc(100% - 100px);
        min-height: 480px;
        background-position: left top;
    }
    #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);
    }
}

@media screen and (max-width:767px) {
    #Team h3 {
        margin: 0 0 30px 0;
    }
    #Team .Top .Container {
        top: auto;
        bottom: 5%;
        transform: none;
    }
    #Team .Org {
        padding: 30px 0;
    }
    #Team .Figure {
        padding: 30px 0;
    }
    #Team .Figure .Container {
        padding: 0 15px;
    }
    #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),
    #Team .Figure .FigureList .FigureItem:nth-child(2) {
        margin: 0 0 50px 0;
        padding: 105vw 10% 0 10%;
        width: 100%;
        min-height: auto;
        background-position: center top;
        background-size: 80% auto;
    }
    #Team .Figure .FigureList .FigureItem h4 {
        display: inline-block;
        font-size: 28px;
    }
    #Team .Figure .FigureList .FigureItem .Title,
    #Team .Figure .FigureList .FigureItem:nth-child(1) .Title,
    #Team .Figure .FigureList .FigureItem:nth-child(2) .Title {
        display: inline-block;
        font-size: 18px;
    }
    #Team .Figure .FigureList .FigureItem .Title.Long {
        display: block;
    }
    #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,
    #Team .Figure .FigureList .FigureItem:nth-child(2) span::before {
        display: block;
    }
}