@charset "utf-8";

.team-content {
    display: flex;
    gap: 22px;
}
.team-content + .team-content{
    margin-top: 40px;
    padding-bottom: 136px;
}
.team-tit {
    width: calc(1 / 5 * 100% - 4 / 5 * 22px);
    font-size: 1.500rem;
    font-weight: 500;
}
.team-cont {
    width: calc(4 / 5 * 100% - 4 / 5 * 22px);
}
.team-cont  > ul {
    gap: 40px 17.5px;
    display: flex;
    flex-wrap: wrap;
}
.team-cont  > ul  > li {
    width: calc(1 / 4 * 100% - 3 / 4 * 17.5px);
}
.img-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: calc(329 / 295 * 100%);
}
.img-wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    object-position: top;
}
.txt-wrap {
    position: relative;
    margin-top: 13px;
}
.more {
    position: absolute;
    right: 0;
    top: 0;
}
.role {font-size: 0.875rem;font-weight: 500;line-height: 1rem;}
.name {
    font-size: 1.500rem;
    font-weight: 500;
    padding-bottom: 24.5px;
    border-bottom: 0.5px solid #000000;
    margin-top: 4px;
    line-height: 1.813rem;
    letter-spacing: 0.02rem;
}
.team-cont ul.hist {
    height: 69px;
    max-height: 69px;
    overflow-y: auto;
    margin-top: 9.5px;
}
.team-cont ul.hist li {}
.team-cont ul.hist li .y {
    width: 2.750rem;
    min-width: 2.750rem;
    margin-right: 0;
}
.team-cont ul.hist li .t {}
.team-cont ul.hist li div{
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.375rem;
}




.team-cont__p {
    display: flex;
    gap: 22px;
    padding-bottom: 35px;
}
.team-cont__p .txt-wrap {
    min-width: 449px;
    margin-top: 0;
}
.team-cont__p .name {
    font-size: 1.625rem;
    font-weight: 400;
    padding: 8px 0;
    border-top: 0.5px solid #000;
    border-bottom: 0.5px solid #000;
    display: flex;
    letter-spacing: 0.002rem;
}
.team-cont__p .name > span{
    margin-right: 0.5rem;
}
.team-cont__p .info {
    margin-top: 15px;
    font-size: 1rem;
    font-weight: 400;
    padding-bottom: 40px;
    border-bottom: 0.5px solid #000;
    line-height: 1.75;
    letter-spacing: 0.002rem;
}
.team-cont__p .info h2{
    font-size: 1rem;
    font-weight: 400;
    
}
.team-cont__p .info a {
    text-decoration: underline;
    display: block;
}
.team-cont__p ul.hist {
    margin-top: 15px;
}
.team-cont__p ul.hist li {}
.team-cont__p ul.hist li .y {width: 70px;margin-right: 0;}
.team-cont__p ul.hist li .t {}
.team-cont__p  ul.hist li div{
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.002rem;
    line-height: 1.75;
}
.team-cont__p .img-wrap {
    width: calc(100% - 449px - 22px);
    height: auto;
    padding: 0;
}
.team-cont__p .img-wrap__ {
    width: 100%;
    height: 0;
    padding-bottom: calc(1010 / 1077 * 100%);
    position: relative;
}
.team-cont__p .img-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}



/***********************************************************************************
mediaquery
************************************************************************************/
@media screen and (max-width: 1200px) {

    .team-cont  > ul  > li {
        width: calc(1/2 * 100% - 1 / 2 * 22px);
    }
    .team-cont__p {
        flex-direction: column-reverse;
        position: relative;
        padding-top: 0;
        gap: 14px;
    }
    .team-cont__p .img-wrap {
        width: 100%;
    }

}
@media screen and (max-width: 768px) {


.team-content {
    gap: 28px;
}
.team-content + .team-content{
    margin-top: 77px;
    flex-direction: column;
    padding-bottom: 52px;
}
.team-tit {
    display: none;
}
.team-content + .team-content .team-tit {
    display: block;
    width: 100%;
    font-size: 1.125rem;
    font-weight: 500;
}
.team-cont {
    width: 100%;
}
.team-cont  > ul {
    gap: 28px 14px;
}
.team-cont  > ul  > li {
    width: calc(1 / 2 * 100% - 1 / 2 * 14px);
}
.img-wrap {
    padding-bottom: calc(218 / 174 * 100%);
}
.img-wrap > img {}
.txt-wrap {
    margin-top: 11px;
}
.more {
    width: 20px;
}
.more img{
    width: 20px;
}
.role {
    font-size: 0.625rem;
    font-weight: 300;
    line-height: 0.750rem;
}
.name {
    font-size: 1.250rem;
    font-weight: 500;
    padding-bottom: 14px;
    margin-top: 3px;
    line-height: 1.500rem;
    letter-spacing: 0.05rem;
}
.team-cont ul.hist {
    height: 48px;
    max-height: 48px;
    margin-bottom: 0;
    margin-top: 11px;
}
.team-cont ul.hist li {}
.team-cont ul.hist li .y {
    width: 2rem;
    min-width: 2rem;
}
.team-cont ul.hist li .t {}
.team-cont ul.hist li div{
    font-size: 0.625rem;
    font-weight: 300;
    line-height: 1.6;
}



.team-cont__p {
    flex-direction: column-reverse;
    position: relative;
    padding-top: 0;
    gap: 15px;
}
.team-cont__p .txt-wrap {
    min-width: auto;
}
.team-cont__p .name {
    /* position: absolute; */
    height: auto;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    border: 0;
    padding: 0;
}
.team-cont__p .info {
    margin-top: 5px;
    font-size: 0.750rem;
    font-weight: 300;
    padding-bottom: 40px;
    border: 0;
    line-height: 1.4;
}
.team-cont__p .info h2{
    font-size: 0.750rem;
    font-weight: 300;
}
.team-cont__p .info a {
    font-size: 0.750rem;
    font-weight: 300;
}
.team-cont__p ul.hist {
    margin-top: 0;
}
.team-cont__p ul.hist li {}
.team-cont__p ul.hist li .y {
    width: 40px;
    min-width: 40px;
}
.team-cont__p ul.hist li .t {}
.team-cont__p ul.hist li div{
    font-size: 0.750rem;
    font-weight: 300;
    line-height: 1.75;
}
.team-cont__p .img-wrap {
    width: 100%;
}
.team-cont__p .img-wrap__{
    padding-bottom: calc(376 / 362 * 100%);
}
.team-cont__p .img-wrap img {
    position: absolute;
}





}



