.p-table {
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.p-table,
.p-table__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.p-table__title {
    -webkit-align-items: center;
    align-items: center;
    background: #ebf6fd;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    color: #0075c1;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative
}

.p-table__title-text {
    font-weight: 700;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

.p-table__title-text span {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb
}

.p-table__arrow {
    border-left: 2px solid #65aede;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: relative
}

.p-table__arrow:after {
    background: url(/recruit/assets/images/people/index/arrow.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    display: none;
    position: absolute
}

.p-detail {
    background: #65aede;
    color: #fff;
    overflow: hidden;
    position: relative
}

.p-detail>dl {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative
}

.p-detail__bg {
    color: #7fc2ee;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 0
}

.p-detail__bg,
.p-detail__title {
    letter-spacing: .1em;
    white-space: nowrap
}

.p-detail__title {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-weight: 700;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

.p-detail__title>span>span {
    margin-top: -.25em;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb
}

.p-detail__text {
    letter-spacing: .05em;
    line-height: 2;
    margin-top: -.5em;
    text-align: justify
}

.p-index {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-align: end;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
    text-decoration: none
}

.p-index__bg {
    background: no-repeat 50%;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.p-index__name {
    position: relative
}

.p-index__name b,
.p-index__name span {
    display: block
}

.p-index__name b {
    letter-spacing: .1em;
    line-height: 1.2
}

.p-index__name span {
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1
}

.p-index__number {
    background: url(/recruit/assets/images/common/tri_1.svg) no-repeat;
    background-size: auto 100%;
    bottom: 0;
    line-height: 1;
    position: absolute;
    right: 0
}

.p-table.is-1 .p-table__title {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.p-table.is-1 .p-detail {
    margin-top: 0
}

.p-table.is-2 .p-table__arrow:after {
    display: block
}

.p-table.is-3 .p-table__title {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.p-table.is-3 .p-table__arrow:last-child:after {
    display: block
}

.p-table.is-3 .p-detail {
    margin-top: 0
}

.p-table.is-4 .p-table__arrow:first-child {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0
}

.p-table.is-4 .p-table__arrow:last-child:after,
.p-table.is-5 .p-table__arrow:last-child:after {
    display: block
}

.p-table.is-6 .p-table__title-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

@media only screen and (min-width:768px),
print {
    .p-table {
        margin: 0 auto;
        max-width: 1160px;
        width: 100%
    }

    .p-table__title {
        -webkit-flex-basis: 7.5rem;
        flex-basis: 7.5rem;
        width: 7.5rem
    }

    .p-table__title-text {
        font-size: 1.5rem;
        margin: 1.75rem 0
    }

    .p-table__arrow:after {
        height: .5rem;
        left: -webkit-calc(-.4375rem - 1px);
        left: calc(-.4375rem - 1px);
        width: .875rem
    }

    .p-detail {
        -webkit-flex-basis: 65rem;
        flex-basis: 65rem;
        margin-top: .375rem;
        min-height: 16.25rem;
        padding: 3.4375rem 5rem 2.5rem 6.25rem;
        width: 65rem
    }

    .p-detail__bg {
        bottom: .625rem;
        font-size: 5rem;
        left: 2.5rem
    }

    .p-detail__title {
        -webkit-flex-basis: 7.5rem;
        flex-basis: 7.5rem;
        font-size: 1.5rem;
        max-width: 7.5rem;
        padding-right: 3.125rem;
        width: 7.5rem
    }

    .p-detail__body {
        -webkit-flex-basis: 46.25rem;
        flex-basis: 46.25rem;
        width: 46.25rem
    }

    .p-detail__text {
        font-size: .875rem;
        margin-bottom: 1.875rem
    }

    .p-detail__index {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-align: start;
        -webkit-box-pack: start;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .p-index {
        height: 12.5rem;
        margin-bottom: 1.25rem;
        padding: 1.25rem;
        width: 22.5rem
    }

    .p-index:nth-child(odd) {
        margin-right: 1.25rem
    }

    .p-index__bg {
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease
    }

    .p-index:hover .p-index__bg {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .p-index__name b {
        font-size: 1.25rem
    }

    .p-index__name span {
        font-size: .75rem;
        margin-top: .5rem
    }

    .p-index__number {
        background-position: right -4.375rem bottom;
        font-size: 2.5rem;
        height: 4.375rem;
        padding-right: .8125rem;
        padding-top: 1.0625rem;
        -webkit-transition: background .5s ease;
        transition: background .5s ease
    }

    .p-index:hover .p-index__number {
        background-position: 100% 100%
    }

    .p-table.is-2 .p-table__arrow:after {
        top: 6.625rem
    }

    .p-table.is-2 .p-detail__bg {
        bottom: auto;
        top: 10rem
    }

    .p-table.is-3 .p-table__arrow:last-child {
        margin-bottom: -2.75rem
    }

    .p-table.is-3 .p-table__arrow:last-child:after {
        bottom: 1.125rem
    }

    .p-table.is-4 .p-table__title {
        margin-top: 2.75rem
    }

    .p-table.is-4 .p-table__arrow:first-child {
        -webkit-flex-basis: 1.25rem;
        flex-basis: 1.25rem;
        height: 1.25rem
    }

    .p-table.is-4 .p-table__arrow:last-child:after {
        bottom: 10.75rem
    }

    .p-table.is-4 .p-detail {
        margin-top: 2.75rem
    }

    .p-table.is-5 .p-table__arrow:last-child:after {
        bottom: 3.75rem
    }

    .p-table.is-6 .p-table__arrow:first-child {
        -webkit-box-flex: 0;
        -webkit-flex-basis: 2rem;
        flex-basis: 2rem;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        height: 2rem
    }

    .p-table.is-7 .p-detail,
    .p-table.is-7 .p-table__title,
    .p-table.is-8 .p-detail,
    .p-table.is-8 .p-table__title {
        margin-top: 2.5rem
    }
}

@media only screen and (max-width:767.9px) {
    .p-table__title {
        -webkit-flex-basis: 5rem;
        flex-basis: 5rem;
        width: 5rem
    }

    .p-table__title-text {
        font-size: 1.25rem;
        margin: 1.33333rem 0
    }

    .p-table.is-1 .p-table__title-text {
        -webkit-flex-basis: 10em;
        flex-basis: 10em
    }

    .p-table__arrow:after {
        height: .5rem;
        left: -webkit-calc(-.4375rem - 1px);
        left: calc(-.4375rem - 1px);
        width: .875rem
    }

    .p-detail {
        -webkit-flex-basis: -webkit-calc(100% - 5rem);
        flex-basis: calc(100% - 5rem);
        margin-top: .33333rem;
        padding: 3.33333rem 2.08333rem 2.29167rem 1.66667rem;
        width: -webkit-calc(100% - 5rem);
        width: calc(100% - 5rem)
    }

    .p-detail__bg {
        bottom: .66667rem;
        font-size: 4.16667rem;
        left: 1.5rem
    }

    .p-detail__title {
        -webkit-flex-basis: 4.58333rem;
        flex-basis: 4.58333rem;
        font-size: 1.25rem;
        max-width: 4.58333rem;
        padding-right: 1.75rem;
        width: 4.58333rem
    }

    .p-detail__body {
        -webkit-flex-basis: -webkit-calc(100% - 4.58333rem);
        flex-basis: calc(100% - 4.58333rem);
        width: -webkit-calc(100% - 4.58333rem);
        width: calc(100% - 4.58333rem)
    }

    .p-detail__text {
        font-size: 1rem;
        margin-bottom: 1rem
    }

    .p-index {
        height: 10rem;
        margin-bottom: 1.04167rem;
        padding: .83333rem;
        width: 18rem
    }

    .p-index__name b {
        font-size: 1.16667rem
    }

    .p-index__name span {
        font-size: .91667rem;
        margin-top: .33333rem
    }

    .p-index__number {
        background-position: 100% 100%;
        font-size: 2rem;
        height: 3.91667rem;
        padding-right: .83333rem;
        padding-top: 1.5rem
    }

    .p-table.is-2 .p-table__arrow:after {
        top: 11.41667rem
    }

    .p-table.is-3 .p-table__arrow:last-child {
        margin-bottom: -2.5rem
    }

    .p-table.is-3 .p-table__arrow:last-child:after {
        bottom: 1.08333rem
    }

    .p-table.is-4 .p-table__title {
        margin-top: 2.5rem
    }

    .p-table.is-4 .p-table__arrow:first-child {
        -webkit-flex-basis: 1.25rem;
        flex-basis: 1.25rem;
        height: 1.25rem
    }

    .p-table.is-4 .p-table__arrow:last-child:after {
        bottom: 22.16667rem
    }

    .p-table.is-4 .p-detail {
        margin-top: 2.5rem
    }

    .p-table.is-5 .p-table__arrow:last-child:after {
        bottom: 4.66667rem
    }

    .p-table.is-7 .p-detail,
    .p-table.is-7 .p-table__title,
    .p-table.is-8 .p-detail,
    .p-table.is-8 .p-table__title {
        margin-top: 2.5rem
    }
}