
.pagettl_wrap{
    justify-content: space-between;
    position: relative;
}
.pagettl_wrap::before{
    content: "";
    display: block;
    background-color: #e8e8e8;
    width: 1220px;
    height: 180px;
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: -1;
}
.pagettl_wrap .flex{
    justify-content: flex-end;
}
.pagettl_wrap .page_title{
    color: #0980b7;
    line-height: 0.5;
    font-size: 103px;
    margin-right: 20vw;
    margin-bottom: 0px;
    letter-spacing: 2px;
    font-family: p22-marcel-script-pro,sans-serif;
}
.pagettl_wrap .page_title span{
    font-size: 24px;
    text-align: right;
    font-family: 'Hiragino Mincho ProN','Meiryo', sans-serif;
    letter-spacing: 4px;
    margin-right: -155px;
    display: block;
    color: #3a3a3a;
}
.pagettl_wrap figure{
    margin-right: -15px;
}

.staff_wrap{
    position: relative;
    padding-bottom: 165px;
}
.staff_wrap::before{
    content: "staff";
    font-size: 220px;
    letter-spacing: 8px;
    font-weight: bold;
    color: #d3d5d5;
    text-transform: uppercase;
    position: absolute;
    top: -90px;
    right: -132px;
}
.staff_wrap::after{
    content: "";
    width: 100%;
    height: 93%;
    position: absolute;
    bottom: 0;
    background-color: #f4f4f4;
    z-index: -2;
}

.staff_list.flex{
    margin-top: 170px;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
}
.staff_list::before{
    content: "";
    width: 90%;
    height: 670px;
    background-color: #0980ac;
    z-index: -1;
    position: absolute;
    top: 8vw;
    left: 0;
}
.staff_list::after{
    content: "tanaka ichiro";
    text-transform: uppercase;
    text-stroke: 2px #d1d6d8;
    -webkit-text-stroke: 2px #d1d6d8;
    color: transparent;
    font-size: 210px;
    white-space: nowrap;
    font-weight: bold;
    position: absolute;
    bottom: 285px;
    left: -470px;
    z-index: -1;
    letter-spacing: 14px;
}
@media all and (-ms-high-contrast: none) {

    .staff_list::after{
        color: #FFF;
        text-shadow: 0 0 4px #0980af;
    }
}
.staff_list .txtwrap{
    width: 52%;
    margin-left: 6vw;
}
.staff_list .number{
    color: #FFF;
    font-size: 210px;
    font-family: futura-pt, sans-serif;
    margin-left: 310px;
    margin-top: 13vw;
    line-height: 0.65;
    letter-spacing: 15px;
}
.staff_list .txtwrap div{
    background-color: #FFF;
    height: 740px;
    padding: 55px 100px;
    position: relative;
}
.staff_list .txtwrap div::after{
    content: "";
    width: 430px;
    height: 250px;
    background-color: #FFF;
    position: absolute;
    bottom: -220px;
    right: 0;
    z-index: -1;
}
.staff_list .txtwrap .subtitle{
    color: #0980b2;
    font-size: 35px;
    letter-spacing: 3px;
    line-height: 1.8;
}
.staff_list .txtwrap .name{
    margin-top: 37px;
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: bold;
}
.staff_list .txtwrap .name span{
    font-size: 14px;
    margin-left: 18px;
    font-weight: normal;
}
.staff_list .txtwrap .year{
    background-color: #494949;
    width: 225px;
    height: 40px;
    margin-top: 15px;
    color: #FFF;
    text-align: center;
    padding: 8px 0;
    letter-spacing: 2px;
}
@media all and (-ms-high-contrast: none) {

    .staff_list .txtwrap .year{
        padding: 10px 0;
    }
}


.staff_list .txtwrap .txt,
.staff_list .txtwrap .txttitle{
    font-size: 16px;
    letter-spacing: 1px;
}
.staff_list .txtwrap .txttitle{
    font-weight: bold;
}
.staff_list .txtwrap .line01{
    margin-top: 35px;
}
.staff_list .txtwrap .txttitle{
    margin-top: 50px;
}

.staff02.flex,
.staff04.flex{
    margin-top: 115px;
    justify-content: flex-start;
}
.staff02 .img,
.staff04 .img{
    order: 2;
}
.staff02 .txtwrap,
.staff04 .txtwrap{
    width: 54%;
    order: 1;
    margin-left: 0;
    margin-right: 6vw;
}
.staff02::before,
.staff04::before{
    right: 0;
    left: auto;
}
.staff02 .txtwrap div::after{
    content: "";
    width: 430px;
    height: 250px;
    background-color: #FFF;
    position: absolute;
    bottom: -220px;
    left: 0;
    z-index: -1;
}
.staff02 .number,
.staff04 .number{
    margin-left: 150px;
    letter-spacing: 3px;
}
.staff03.flex{
    margin-top: 125px;
}
.staff03 .number{
    letter-spacing: 3px;
    margin-left: 295px;
}
.staff04 .txtwrap div::after{
    content: "";
    width: 430px;
    height: 1000px;
    background-color: #FFF;
    position: absolute;
    bottom: -960px;
    left: 0;
    z-index: -1;
}

footer{
    position: relative;
    margin-top: 0;
}
footer::after{
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    z-index: -3;
}




@media screen and (max-width : 1280px) {

    .pagettl_wrap::before{
        width: 95%;
    }

    .pagettl_wrap figure{
        width: 65%;
    }

}


@media screen and (max-width : 1024px) {

    .pagettl_wrap .page_title{
        margin-right: 18vw;
    }
    .pagettl_wrap .page_title span{
        font-size: 20px;
        margin-right: -130px;
    }
    .pagettl_wrap::before{
        height: 145px;
        bottom: -48px;
    }
    .staff_list .txtwrap .txt,
    .staff_list .txtwrap .txttitle{
        font-size: 14px;
    }
    .staff_wrap{
        padding-bottom: 120px;
    }
    .staff_wrap::before {
        font-size: 170px;
        top: -50px;
        right: -80px;
    }
    .staff_list{
        margin-top: 135px;
    }
    .staff_list::before{
        height: 530px;
    }
    .staff_list .img{
        width: 310px;
    }
    .staff_list .txtwrap {
        width: 53%;
        margin-left: 6vw;
    }
    .staff_list .number {
        font-size: 170px;
        margin-left: 250px;
        letter-spacing: 14px;
    }
    .staff_list::after {
        font-size: 170px;
        bottom: 345px;
        left: -410px;
    }
    .staff_list .txtwrap div{
        padding: 45px 88px;
        height: 595px;
    }
    .staff_list .txtwrap div::after{
        width: 355px;
    }
    .staff_list .txtwrap .subtitle{
        font-size: 27px;
        line-height: 1.9;
    }
    .staff_list .txtwrap .name {
        margin-top: 28px;
        font-size: 16px;
        letter-spacing: 2px;
    }
    .staff_list .txtwrap .name span {
        font-size: 12px;
        margin-left: 12px;
        letter-spacing: 1px;
    }
    .staff_list .txtwrap .year {
        width: 175px;
        height: 30px;
        margin-top: 12px;
        padding: 5px 0;
        font-size: 12px;
    }
    .staff_list .txtwrap .line01 {
        margin-top: 28px;
    }
    .staff_list .txtwrap .txttitle {
        margin-top: 30px;
    }

    .staff02,
    .staff04{
        margin-top: 90px;
    }
    .staff02 .txtwrap,
    .staff04 .txtwrap{
        margin-left: 0;
    }
    .staff02 .number,
    .staff04 .number{
        margin-left: 120px;
        letter-spacing: 2px;
    }
    .staff03{
        margin-top: 100px;
    }
    .staff03 .number{
        margin-left: 235px;
        letter-spacing: 3px;
    }

    footer .footer_nav{
        margin-top: 0;
    }



}




@media screen and (max-width : 768px) {

    .pagettl_wrap figure{
        width: 80%;
        margin-left: auto;
    }
    .pagettl_wrap::before {
        width: 90%;
    }
    .pagettl_wrap .page_title{
        font-size: 17vw;
        text-align: left;
        position: absolute;
        top: 50%;
        left: 2%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .pagettl_wrap .page_title span{
        font-size: 3vw;
        margin-right: -145px;
    }

    .staff_wrap{
        padding-top: 100px;
    }
    .staff_list.flex{
        display: block;
        padding-top: 40px;
        margin-top: 60px;
    }
    .staff_wrap::before {
        top: 85px;
        font-size: 150px;
    }
    .staff_list .txtwrap{
        width: 80%;
        margin: 0 auto;
    }
    .staff_list .txtwrap div{
        padding: 40px;
        height: auto;
    }
    .staff_list .number{
        font-size: 130px;
        margin: 15vw auto;
        text-align: center;
    }
    .staff02 .txtwrap,
    .staff04 .txtwrap{
        margin: 0 auto;
    }
    .staff04 .txtwrap div::after{
        height: 1100px;
        bottom: -1010px;
    }
    .staff_list .img{
        margin: 0 auto;
    }

    .staff_list::before{
        width: 100%;
        height: 800px;
    }
    .staff_list .txtwrap div::after{
        content: none;
    }
    .staff_list::after{
        bottom: 600px;
    }
    .staff02,
    .staff04 {
        margin-top: 40px;
    }
    .staff03 {
        margin-top: 40px;
    }

}



@media screen and (max-width : 480px) {

    .pagettl_wrap::before {
        height: 70px;
        bottom: -30px;
    }
    .pagettl_wrap figure{
        width: 85%;
    }
    .pagettl_wrap .page_title span{
        margin-left: 35px;
        margin-right: -72px;
    }


    .staff_wrap {
        padding-bottom: 70px;
    }
    .staff_wrap::before {
        top: -25px;
        right: -40px;
        font-size: 80px;
        letter-spacing: 5px;
    }
    .staff_list .number{
        font-size: 90px;
        letter-spacing: 5px;
    }
    .staff_list .img {
        width: 90%;
    }
    .staff_list .txtwrap{
        width: 90%;
    }
    .staff_list .txtwrap div{
        padding: 30px 20px;
    }
    .staff_list .txtwrap .subtitle{
        font-size: 20px;
        line-height: 1.6;
    }
    .staff_list .txtwrap .name{
        margin-top: 10px;
    }
    .staff_list .txtwrap .line01 {
        margin-top: 20px;
    }
    .staff_list .txtwrap .txttitle {
        margin-top: 20px;
    }


}