/* 一覧ページ */

main section #interviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1380px;
    margin: 110px auto 0;
    padding-bottom: 60px;
}

main section #interviews::before, main section #interviews::after {
    content:"";
    display: block;
    width:460px;
}

main section #interviews::before { order: 1; }

/* 詳細ページ */

main #interview-section { padding: 0 10px; }

main .interview-flex {
    display: flex;
    max-width: 1370px;
    margin: 0 auto 100px;
}

main .interview-flex.flex1 {
    align-items: center;
}

main .interview-flex.flex1 > div:last-child { max-width: 765px; }

main .interview-flex .interview {
    width: 475px;
    height: 505px;
    margin: 0 65px 0;
}

main .interview-flex .interview .staff_img {
    width: 460px;
    height: 460px;
}

main .interview-flex .interview::after {
    width: 462px;
    height: 462px;
}

main .interview-flex .interview .staff_type {
    width: 187px;
}

main .interview-headline {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

main .interview-headline.letter-spacing {
    letter-spacing: 1px;
    text-align: left;
}

main .interview-headline span {
    background-color: #FFA22A;
    padding: 0 50px;
}

main .interview-headline.letter-spacing span {
    line-height: 65px;
    padding: 0;
}

main .interview-text1 { font-size: 30px; }

main .interview-flex.flex2, main .interview-flex.flex3 {
    justify-content: space-between;
    align-items: flex-start;
}

main .interview-flex.flex3 { flex-direction: row-reverse; }

main .interview-text2 {
    font-size: 26px;
    max-width: 630px;
}

main .interview-text2.left-text { margin-right: 10px; }
main .interview-text2.right-text { margin-left: 10px; }

main .interview-flex .shadow-img {
    max-width: 650px;
    /* margin-top: 20px; */
}

#comment {
    box-sizing: border-box;
    border: 1px solid #0B318F;
    font-size: 26px;
    width: calc(100% - 20px);
    max-width: 1370px;
    margin: 250px auto 0;
    position: relative;
    padding: 40px;
}

#comment h3 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    font-size: 40px;
    color: #0B318F;
    top: 0;
    margin: 0;
    padding: 0 30px;
}

main #schedule {
    margin-top: 200px;
    padding: 1px 10px 0;
}

/* main #schedule h2 {
    font-size: 56px;
    max-width: 1370px;
    margin: auto;
    background-image: url(../img/interviews/interview_h2.png);
    background-size: cover;
    background-position: center;
} */

main #schedule-flow {
    max-width: 1370px;
    margin: 65px auto 285px;
    position: relative;
}

main #schedule-flow::before {
    content: '';
    position: absolute;
    left: 73px;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 80px);
    border-right: 4px solid #B6D0FD;
}

main #schedule-flow > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 160px;
    margin: 30px 0;
    position: relative;
    z-index: 1;
}

main #schedule-flow > div .time {
    font-size: 30px;
    color: #fff;
    width: 150px;
    height: 150px;
    background-color: #274798;
    border-radius: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

main #schedule-flow > div .work {
    padding: 30px;
    background-color: #fff;
    border-radius: 30px;
    width: 1175px;
    box-sizing: border-box;
    max-width: 86%;
    position: relative;
    margin-left: 45px;
}

main #schedule-flow > div .work::before {
    content: '';
    background-image: url(../img/interviews/arrow.png);
    width: 68px;
    height: 78px;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    z-index: -1;
}

main #schedule-flow > div .work .work-text1 {
    font-size: 30px;
    color: #0B318F;
    text-align: center;
}

main #schedule-flow > div .work .work-text2 { font-size: 26px; }

main #interviews { margin-bottom: 200px; }

@media screen and (max-width: 768px) {
    main section #interviews {
        max-width: 695px;
        margin-top: 40px;
        padding-bottom: 20px;
    }

    main section #interviews::before, main section #interviews::after { width: 174px; }

    main .interview-flex {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px;
    }

    main .interview-headline {
        font-size: 20px;
        margin-top: 30px;
    }

    main .interview-headline.letter-spacing span { line-height: 30px; }

    main .interview-text1 { font-size: 17px; }

    main #schedule h2 { font-size: 20px; }

    main .interview-flex.flex2, main .interview-flex.flex3 { justify-content: center; }

    main .interview-text2 { font-size: 14px; }

    main .interview-text2.left-text, main .interview-text2.right-text { margin: 0 0 30px; }

    #comment {
        font-size: 14px;
        padding: 20px;
        margin-top: 100px;
    }

    #comment h3 {
        font-size: 20px;
        padding: 0 15px;
        width: 180px;
    }

    main #schedule{ margin-top: 75px; }

    main #schedule-flow, main #interviews { margin-bottom: 70px; }

    main #schedule-flow { margin-top: 50px; }

    main #schedule-flow::before {
        left: 37px;
        border-right: 2px solid #B6D0FD;
    }

    main #schedule-flow > div { min-height: 82px; }

    main #schedule-flow > div .time {
        font-size: 14px;
        width: 76px;
        height: 76px;
    }

    main #schedule-flow > div .work {
        padding: 15px;
        border-radius: 15px;
        margin-left: 25px;
    }

    main #schedule-flow > div .work::before {
        width: 34px;
        height: 39px;
        left: -15px;
    }

    main #schedule-flow > div .work .work-text1 { font-size: 15px; }
    main #schedule-flow > div .work .work-text2 { font-size: 14px; }
}