.shinoken.interview .tab-title-list {
    display: flex;
    justify-content: center;
}

.shinoken.interview .tab-title-list-items {
    background: #999ba1;
    height: 60px;
    line-height: 60px;
    max-width: 448px;
    width: 21.2%;
    margin: 0 5px;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    font-size: 1.375rem;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.2s linear 0s;
    overflow: hidden;
}

.shinoken.interview .tab-title-list-items span {
    position: relative;
    overflow: hidden;
}

.shinoken.interview .tab-title-list-items span::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #e4b06e;
    width: 0;
    transition: width 0.2s ease-out;
}

.shinoken.interview .tab-title-list-items:hover, .shinoken.interview .tab-title-list-items.active {
    background: #fff;
    color: #000;
}

.shinoken.interview .tab-title-list-items:hover span::after, .shinoken.interview .tab-title-list-items.active span::after {
    bottom: -5px;
    left: 50%;
    height: 2px;
    transform: translateX(-50%);
    width: 100%;
}

.shinoken.interview .tab-body {
    background-color: #fff;
}

.shinoken.interview .tab-content-box {
    margin: 0 auto;
}

.shinoken.interview .tab-content-list {
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto 120px;
    padding: 120px 0 .1px;
    display: none;
}

.shinoken.interview .tab-content-list.active {
    display: block;
}

.shinoken.interview .tab-content-item {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 80px;
    color: #fff;
    padding: 30px 40px 35px;
    display: flex;
    position: relative;
    background: #000515;
}

.shinoken.interview .tab-content-item .tab-content-item-image {
    right: -30px;
    bottom: -30px;
}

.shinoken.interview .tab-content-item-image {
    width: 34.1%;
    position: absolute;
}

.shinoken.interview .tab-content-item-image img {
    width: 100%;
}

.shinoken.interview .tab-content-item-text {
    width: 540px;
    margin-top: 10px;
}

.shinoken.interview .tab-content-item-title {
    font-weight: normal;
    font-size: 28px;
    font-size: 1.75rem;
    padding-left: 30px;
    border-left: 1px solid #e4b06e;
    margin-bottom: 60px;
}
.shinoken.interview .tab-content-item-title.less-margin{
    margin-bottom: 30px;
}

.shinoken.interview .tab-content-item-name {
    margin-bottom: 14px;
    font-size: 18px;
    font-size: 1.125rem;
}

.shinoken.interview .tab-content-item-desc {
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
}

.shinoken.interview .tab-content-item .btn-read-more {
    float: right;
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .shinoken.interview .tab-title-list {
        padding: 0 12px;
    }

    .shinoken.interview .tab-title-list-items {
        font-size: 15px;
        height: 32px;
        line-height: 32px;
        width: 50%;
        padding: 0;
    }
    .shinoken.interview .line-break {
        flex-basis: 100%;
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .shinoken.interview .tab {
        margin: 30px 0 90px;
    }
    .shinoken.interview .tab-content-list{
        max-width: 100%;
        padding: 30px 30px 30px 15px;
    }
    .shinoken.interview .tab-content-item {
        padding: 10px 15px 15px;
        height: auto;
        margin-bottom: 39px;
        margin-right: 15px;
    }
    .shinoken.interview .tab-content-item .tab-content-item-image {
        right: -15px;
        bottom: -30px;
        top: unset;
    }
    .shinoken.interview .tab-content-item-title {
        font-size: 19px;
        padding: 0 0 11px 0;
        border-left: 0;
        border-bottom: 1px solid #e4b06e;
        margin-bottom: 20px;
    }
    .shinoken.interview .tab-content-item-name {
        font-size: 13px;
    }
    .shinoken.interview .tab-content-item-text {
        width: 100%;
        position: relative;
    }
    .shinoken.interview .tab-content-item-desc {
        display: block;
        width: 50%;
        font-size: 10px;
        margin-bottom: 12px;
    }
    .shinoken.interview .tab-content-item-image {
        width: 55%;
        top: 3px;
        max-width: 145px;
    }
    .shinoken.interview .tab-content-item-image img {
        width: 100%;
    }
    .shinoken.interview .tab-content-item .bottom {
        position: relative;
        width: 100%;
    }
    .shinoken.interview .tab-content-item .btn-read-more {
        float: none;
        margin-top: 0;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .shinoken.interview .tab-content-item-text {
        width: 67.6%;
    }
}
