.member-interview__head {
    background-image: url(../images/member-interview/kv.jpg);
}
.member-anker__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.member-anker__list li {
    border: 2px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
    width: 32%;
}
.member-anker__list li:nth-child(-n+3) {
    margin-top: 0;
}
.member-anker__list li a {
    display: block;
    padding: 20px 10px 20px 25px;
    text-align: center;
    width: 100%;
}
.member-anker__list li .num {
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: "Noto Sans JP", serif;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    overflow: hidden;
    padding: 2px 0 0 5px;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
}
.member-anker__list li .num::before {
    background: #333;
    content: "";
    display: block;
    height: 200%;
    margin: auto;
    position: absolute;
    left: -50%;
    top: -50%;
    bottom: 0;
    transform: rotate(45deg);
    width: 100%;
    z-index: -1;
}
.member-anker__list li p {
    color: #333;
    font-family: "Noto Sans JP", serif;
    font-size: 18px;
    font-weight: 700;
}
.member-anker__list li p span {
    color: #333;
    font-family: "Noto Sans JP", serif;
    font-size: 12px;
    font-weight: 700;
    margin-left: 5px;
}



.member-anker__list,
.member-card__in {
    margin: 0 auto;
    width: 92%;
    max-width: 1100px;
}
.member-card {
    background: #fff;
    padding: 85px 0;
}
.member-card:nth-child(even) {
    background: #f2f2f2;
}
.member-card__flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.member-card:nth-child(even) .member-card__flex {
    flex-direction: row-reverse;
}
.member-card__left {
    width: 495px;
}
.member-card__right {
    background: #1955a6;
    padding: 35px 35px 65px;
    position: relative;
    width: calc(100% - (495px + 25px));
}

.member-left__top {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.member-number {
    overflow: hidden;
    padding-top: 45px;
    text-align: center;
    width: 25%;
}
.member-number::after {
    background: #333;
    content: "";
    display: block;
    height: 100%;
    margin: 25px auto 0;
    width: 2px;
}
.member-number p {
    color: #333;
    font-family: "Noto Sans JP", serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
}
.member-number p span {
    color: #333;
    display: block;
    font-family: "Noto Sans JP", serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 1em;
}
.member-image {
    width: 75%;
}
.member-photos {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 20px 0 0;
}
.member-photo {
    width: 49.5%;
}
.member-left__info {
    margin: 20px 0 0;
}
.member-dev {
    background: #333;
    color: #fff;
    font-family: "Noto Sans JP", serif;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
}
.member-name {
    border-left: 4px solid #333;
    margin: 20px 0 45px;
    padding: 5px 0 5px 15px;
}
.name-main {
    color: #333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: "Noto Sans JP", serif;
    font-size: 30px;
    font-weight: 700;
}
.name-sub {
    color: #333;
    font-family: "Noto Sans JP", serif;
    font-size: 14px;
    font-weight: 500;
    margin-left: 20px;
}
p.company-in {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0 0;
}
.join::before {
    content: "｜";
}
.member-msg {
    border: 2px solid #1955a6;
    padding: 35px 25px 25px;
    position: relative;
}
.member-msg__ttl {
    background: #fff;
    border: 5px solid #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: -20px;
    left: -7px;
    width: 95%;
}
.member-card:nth-child(even) .member-msg__ttl {
    background: #f2f2f2;
    border: 5px solid #f2f2f2;
}
.member-msg__ttl span {
    background: #1955a6;
    color: #fff;
    display: inline-block;
    font-family: "Noto Sans JP", serif;
    font-size: 18px;
    font-weight: 700;
    padding: 3px 20px;
}
.member-msg__ttl p {
    color: #1955a6;
    font-family: "Noto Sans JP", serif;
    font-size: 18px;
    font-weight: 700;
    margin-left: 12px;
}
.member-msg__cont p {
    color: #333;
    font-family: "Noto Sans JP", serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8em;
}

.member-qa {
    height: 955px;
    overflow-y: hidden;
    transition-duration: .3s;
}
.member-qa.active {
    height: 100%;
}
.member-qa__item:not(:last-child) {
    margin: 0 0 25px;
}
.member-qa__item dt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 12px;
}
.member-qa__item dt p {
    color: #fff;
    font-family: "Noto Sans JP", serif;
    font-size: 18px;
    font-weight: 700;
    margin-left: 20px;
}
.member-qa__item dt .member-qa__icon {
    background: #fff;
    border-radius: 50%;
    color: #1955a6;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans JP", serif;
    font-size: 18px;
    font-weight: 700;
    height: 35px;
    padding-bottom: 5px;
    width: 35px;
}

.member-qa__item dd {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.member-qa__item dd .member-qa__photo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 48px;
    width: 48px;
}
.member-card:nth-child(1) .member-qa__item dd .member-qa__photo {
    background-image: url(../images/member-interview/member01-4.png);
}
.member-card:nth-child(2) .member-qa__item dd .member-qa__photo {
    background-image: url(../images/member-interview/member02-4.png);
}
.member-card:nth-child(3) .member-qa__item dd .member-qa__photo {
    background-image: url(../images/member-interview/member03-4.png);
}
.member-card:nth-child(4) .member-qa__item dd .member-qa__photo {
    background-image: url(../images/member-interview/member04-4.png);
}
.member-card:nth-child(5) .member-qa__item dd .member-qa__photo {
    background-image: url(../images/member-interview/member05-4.png);
}
.member-card:nth-child(6) .member-qa__item dd .member-qa__photo {
    background-image: url(../images/member-interview/member06-4.png);
}

.member-qa__item dd p {
    background: #fff;
    border-radius: 12px;
    color: #333;
    font-family: "Noto Sans JP", serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8em;
    padding: 12px;
    position: relative;
    width: calc(100% - 70px);
}
.member-qa__item dd p::before {
    background: url(../images/member-interview/icon-fukidashi.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 9px;
    position: absolute;
    left: -15px;
    bottom: 8px;
    width: 23px;
}
.member-qa__more {
    background: #1955a6;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    margin: auto;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    text-align: center;
    width: 236px;
    z-index: 10;
}
.member-qa__more::after {
    background: url(../images/member-interview/icon-arrow-d-w.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 4px;
    margin: auto;
    position: absolute;
    right: 10px;
    bottom: 0;
    top: 0;
    width: 8px;
}
.member-qa__more.active::after {
    transform: rotate(-180deg);
}

.member-card.open .member-qa__more {
    display: none;
}

.member-card__timeline {
    margin: 45px 0 0;
    text-align: center;
}
.member-timeline__head {
    margin: 0 0 65px;
}
.member-timeline__ttl {
    color: #333;
    font-family: "Noto Sans JP", serif;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 25px;
    padding: 0 0 25px;
    position: relative;
}
.member-timeline__ttl::after {
    background: #333;
    content: "";
    display: block;
    height: 3px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
}
.member-timeline__subttl {
    color: #333;
    font-family: "Noto Sans JP", serif;
    font-size: 24px;
    font-weight: 700;
}
.member-timeline__body {
    background: #fff;
    border: 2px solid #213e84;
    padding: 85px 20px 25px;
    position: relative;
}
.member-timeline__body::before,
.member-timeline__body::after {
    background: #213e84;
    content: "";
    height: 25px;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 10px;
    transition-duration: .3s;
    width: 2px;
}
.member-timeline__body::before {
    transform: rotate(-90deg);
}
.member-card__timeline.active .member-timeline__body::after {
    transform: rotate(90deg);
}
.member-timeline__btn {
    height: 67px;
    margin: auto;
    position: absolute;
    top: -35px;
    right: 0;
    left: 0;
    width: 67px;
    z-index: 1;
}
.spbr {
    display: none;
}
@media screen and (max-width: 968px) {
    .kv-text h1 {
        font-size: 30px;
    }
    .kv-text h1::after {
        width: 80px;
    }
    .kv-text p {
        font-size: 20px;
    }

    .member-anker__list li {
        margin-top: 15px;
        width: 49%;
    }
    .member-anker__list li:nth-child(-n+3) {
        margin-top: 15px;
    }
    .member-anker__list li:nth-child(-n+2) {
        margin-top: 0;
    }
    .member-anker__list li a {
        padding: 20px 10px 20px 25px;
    }
    .member-anker__list li .num {
        font-size: 14px;
        height: 50px;
        padding: 2px 0 0 5px;
        width: 50px;
    }
    .member-anker__list li .num::before {
        height: 200%;
    }
    .member-anker__list li p {
        font-size: 16px;
    }

    .member-card__left {
        width: 400px;
    }
    .member-card__right {
        padding: 20px 20px 45px;
        width: calc(100% - (400px + 20px));
    }
    .member-number p {
        font-size: 10px;
    }
    .member-number p span {
        font-size: 60px;
    }
    .member-dev {
        font-size: 11px;
        padding: 5px;
    }
    .member-msg {
        padding: 25px 15px 15px;
    }
    .member-msg__ttl p {
        font-size: 14px;
        margin-left: 8px;
    }
    .member-msg__ttl span {
        font-size: 14px;
        padding: 2px 20px;
    }
    .member-msg__cont p {
        font-size: 14px;
    }
    .member-qa__item dt p {
        font-size: 15px;
        margin-left: 12px;
    }
    .member-timeline__ttl {
        font-size: 30px;
    }
    .member-timeline__ttl::after {
        width: 80px;
    }
    .member-timeline__subttl {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .kv-head {
        background-position: left top;
    }
    .kv-text h1 {
        font-size: 26px;
    }
    .kv-text h1::after {
        width: 60px;
    }
    .kv-text p {
        font-size: 18px;
    }
    .member-anker__list li:first-child {
        margin-top: 0;
    }
    .member-anker__list li a {
        padding: 20px 10px 20px 25px;
    }
    .member-anker__list li .num {
        font-size: 14px;
        height: 50px;
        padding: 2px 0 0 5px;
        width: 50px;
    }
    .member-anker__list li .num::before {
        height: 200%;
    }
    .member-anker__list li p {
        font-size: 14px;
    }
    .member-anker__list li span {
        display: block;
    }

    .member-card__left {
        margin: 0 0 25px;
        width: 100%;
    }
    .member-card__right {
        padding: 20px 20px 45px;
        width: 100%;
    }
    .member-timeline__head {
        margin: 0 0 45px;
    }
    .member-timeline__ttl {
        font-size: 26px;
    }
    .member-timeline__ttl::after {
        width: 60px;
    }
    .member-timeline__subttl {
        font-size: 18px;
    }
    .member-timeline__btn {
        height: 45px;
        top: -25px;
        width: 45px;
    }
    .member-timeline__body::before,
    .member-timeline__body::after {
        height: 20px;
    }
    .spbr {
        display: block;
    }
    /* .member-timeline__cont {
        overflow-x: auto;
    }
    .member-timeline__cont img {
        display: block;
        width: 1000px;
        max-width: none;
    } */
}
@media screen and (max-width: 468px) {
    .member-msg__ttl {
        top: -25%;
    }
}

.page-top-floating {
    display: table;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 56px;
    height: 56px;
    text-align: center;
    transform: translateY(72px);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 999;
}
.page-top-floating.is-show {
    visibility: visible;
    transform: translateY(0);
    bottom: 145px;
}
.page-top-floating i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1.6rem;
}