.p-message__cont{
    background: #fcfaf7;
    padding: 1rem 0 0;
    position: relative;
}
.p-message__cont-txtBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .6rem;
    width: min(100%, 11rem);
    margin: auto;
    padding: 0 2.5rem;
}
.p-message__cont-pic{
    width: 2.4rem;
    position: absolute;
    top: 0;
    left: 0
}
.p-message__cont-pic02{
    width: 2.4rem;
    position: absolute;
    top: 50%;
    right: 0;
}
.p-message__cont-pic--deco{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: auto;
}
.p-message__cont-txtBox--wrap{
    width: min(100% - 1rem, 13rem);
    margin: auto;
    padding: 2rem 0 0;
    position: relative;
    z-index: 1;
}
.p-message__cont-txtBox02{
    display: flex;
    padding: 1rem 0 2rem;
    gap: .6rem;
}
.p-message__cont-txtBox02 > div:first-child{
    position: relative;
    flex: 0 0 4.7rem;
}
.p-message__cont-txtBox02 > div:last-child{
    display: grid;
    gap: .2rem;
}
.p-message__cont-pic03{
    width: 2.2rem;
    position: absolute;
    top: 0;
    left: 0
}
.p-message__cont-pic04{
    width: 2.2rem;
    position: absolute;
    top: 0;
    right: 0;
}
.p-message__cont-sign--wrap{
    padding-top: clamp(100px, 10vw, 200px);
}
.p-message__cont-sign > li{
    background: url(../img/recruit/bg_grad.png) no-repeat top center / cover;
    position: relative;
    padding: .8rem .2rem .4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .2rem;
    text-align: left;
}
.p-message__cont-sign-txt{
    position: absolute;
    top: .2rem;
    left: .2rem;
    font-size: clamp(12px, 1vw, 14px);
}
.p-message__cont-sign-ttl{
    font-size: clamp(22px, 1.6vw, 28px);
}
.p-message__cont-sign-txt02{
    font-size: clamp(14px, 1.2vw, 16px);
}
.p-message__cont-fig{
    padding: 1rem 0;
    max-width: 7rem;
    margin: auto;
}
.p-story__cont{
    background: #fcfaf7;
    padding: 2rem 0 0;
    position: relative;
}
.p-story__cont--inner{
    position: relative;
    z-index: 1;
    display: grid;
    gap: .5rem;
    padding-bottom: 1rem;
}
.p-story__cont-pic--deco{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: auto;
}
.p-story__cont-ttl{
    display: flex;
    gap: .3rem;
    align-items: baseline;
}
.p-story__cont-txtBox{
    display: grid;
    gap: .3rem;
    grid-template-columns: 1fr 1fr;
    padding: .6rem 0;
    border-bottom: 1px solid #86ba00;
}
.p-story__cont-txtBox:last-child{
    border: none;
    padding-bottom: 0;
}
.p-member__cont-box{
    display: flex;
    width: 100%;
    height: 100%;
}
.p-member__cont-box > div{
    width: 50%;
    position: relative;
}
.p-member__cont-box > div:first-child{
    padding: 1rem .5rem 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background: #fff;
}
.p-member__cont-box > div:last-child{
    padding: 1.5rem 0;
    background: #fcfaf7;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.p-member__cont-box-txtWrap{
    display: grid;
    gap: .2rem;
}
.p-member__cont-box-num{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.p-member__cont-box-num span{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3e3a39;
    color: #fff;
    width: 50px;
    height: 50px;
    position: relative;
}
.p-member__cont-box-num span:first-child::after{
    content: '';
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.p-member__cont-box-pic{
    width: 4rem;
    position: relative;
    z-index: 1;
}
.p-member__cont-box-pic--deco{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
}
.p-member__cont-box-pic--deco img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p-member__cont{
    position: relative;
    z-index: 1;
    display: flex;
}
.p-member__cont .texts-container{
    width: 99.9%;
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}
.p-member__cont .texts-container > div{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: .8s !important;
}
.p-member__cont .texts-container > div:first-child, .p-member__cont .texts-container > div.active{
    visibility: visible;
    opacity: 1;
}
.p-member__cont .container{
    width: .1%;
    background: #fcfaf7;
}
.p-member__cont .container > div{
    height: 20vh;
}
.p-member__cont .container > div:last-child{
    height: 150vh;
}
.p-profile__cont{
    padding: 1rem 0 4rem;
    position: relative;
}
.p-profile__cont--inner{
    display: grid;
    gap: .5rem;
    position: relative;
    z-index: 1;
}
.p-profile__cont-table{
    width: 100%;
}
.p-profile__cont-table th{
    border-bottom: 1px solid #d9dada;
    padding: .3rem .2rem;
    text-align: left;
}
.p-profile__cont-table td{
    border-bottom: 1px solid #d9dada;
    padding: .3rem .2rem;
}
.p-profile__cont-pic--deco{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.p-history__cont{
    padding: 1rem 0;
}
.p-history__cont--inner{
    display: grid;
    gap: .5rem;
}
.p-history__cont-list--wrap{
    overflow-x: scroll;
}
.p-history__cont-list--wrap::-webkit-scrollbar{
    background-color: #d9dada;
    border-radius: 5px;
    height: 9px;
}
.p-history__cont-list--wrap::-webkit-scrollbar-thumb{
    background: #86ba00;
    border-radius: 5px;
    height: 9px;
}
.p-history__cont-list{
    display: flex;
    padding: 30px;
}
.p-history__cont-list-item{
    position: relative;
    flex: 0 0 300px;
    min-height: 340px;
    padding: 40px 20px;
    background: #fcfaf7;
    border-top: 1px solid #d9dada;
    border-bottom: 1px solid #d9dada;
    border-right: 1px solid #d9dada;
}
.p-history__cont-list-item:last-child{
    border-right: none;
}
.p-history__cont-list-item-year{
    position: absolute;
    top: -30px;
    left: -30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.p-history__cont-list-item-year::after{
    content: '';
    width: 15px;
    height: 15px;
    background: #86ba00;
    border-radius: 100%;
}
.p-history__cont-list-item-month{
    position: relative;
    margin-bottom: 10px;
}
.p-history__cont-list-item-month span{
    display: inline-block;
    padding-right: 10px;
    background: #fcfaf7;
    position: relative;
    z-index: 1;
}
.p-history__cont-list-item-month::after{
    content: '';
    width: 100%;
    height: 1px;
    background: #86ba00;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
@media only screen and (max-width: 1024px) {
    .p-message__cont-pic--deco{
        width: 40%;
    }
    .p-message__cont-txtBox--wrap{
        padding: 0 0 7rem;
        margin-bottom: 2rem;
    }
    .p-message__cont-txtBox{
        width: 100%;
        padding: 0;
    }
    .p-message__cont-pic{
        width: 3rem;
        bottom: 0;
        top: auto;
    }
    .p-message__cont-pic02{
        width: 3rem;
        top: auto;
        bottom: 0;
    }
    .p-message__cont-txtBox02{
        flex-direction: column;
    }
    .p-message__cont-pic03{
        width: 3rem;
    }
    .p-message__cont-pic04{
        width: 3rem;
    }
    .p-message__cont-txtBox02 > div:first-child{
        flex:  0 0 10rem;
    }
    .p-message__cont-txtBox02{
        padding-bottom: 0;
    }
    .p-message__cont-sign > li{
/*         aspect-ratio: 4 / 3; */
    }
    .p-story__cont--inner{
        gap: 0;
    }
    .p-story__cont-txtBox{
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
    .p-story__cont-pic--deco{
        width: 40%;
    }
    .p-member__cont--inner{
        background: none;
    }
    .p-member__cont-box-num{
        display: none;
    }
    .p-member__cont-box{
        flex-direction: column;
    }
    .p-member__cont-box > div{
        width: 100%;
    }
    .p-member__cont-box > div:first-child{
        padding: 1rem 0;
        gap: .5rem;
        width: min(100% - 1rem, 13rem);
        margin: 0 auto;
    }
    .p-member__cont-box > div:last-child{
        padding: 1rem 0;
    }
    .p-member__cont .texts-container{
        height: auto;
        position: relative;
        top: auto;
    }
    .p-member__cont .texts-container > div{
        visibility: visible;
        opacity: 1;
        position: relative;
        top: auto;
        bottom: auto;
    }
    .p-member__cont-box-pic{
        width: min(100% - 1rem, 10rem);
        aspect-ratio: 1;
    }
    .p-member__cont-box-pic img{
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .p-profile__cont-table th{
        border-bottom: 0;
        display: block;
        width: 100%;
        padding: .3rem 0 .1rem;
    }
    .p-profile__cont-table td{
        display: block;
        width: 100%;
        padding: 0 0 .3rem;
    }
    .p-history__cont-list-item{
        flex: 0 0 200px;
        min-height: 240px;
    }


}