.interview-mv {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    
    background: #fffbf3;
    padding: 1em 0 5em;
    
    overflow: hidden;
}

.interview-mv-figure {
    position: relative;
    z-index: 4;
    
    width: 85vw;
    max-width: 1500px;
    flex-shrink: 0;
    overflow: hidden;
}

.interview-mv-figure-img {
    width: 100%;
    min-height: 700px;
    
    object-fit: cover;
    object-position: 70% top;
    
    display: block;
    
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.interview-mv-content {
    position: absolute;
    
    left: 10%;
    bottom: 10%;
    
    z-index: 10;
    
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

.interview-mv-content-heading {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.1em
}

.interview-mv-content-heading-txt {
    color: #222222;
    font-size: min(1.9vw, 40px);
    font-family: "游明朝", YuMincho, "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1;
    letter-spacing: .1em;
    border-radius: 10px;
    background: #fff;
    padding: .6em .1em .6em .6em;
    margin-bottom: .4em
}

.interview-mv-content-heading-txt b {
    color: #dc7c00
}

.interview-mv-content-prof {
    position: relative;
    z-index: 5;
    display: inline-flex;
    flex-direction: row;
    align-items: flex-end;
    background: #e5a52a;
    border-radius: 10px;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    padding: 2.2em 3em 2.2em 2em
}

.interview-mv-content-prof-pos {
    font-size: 17px;
    line-height: 1.7;
    font-weight: 600;
    letter-spacing: .1em
}

.interview-mv-content-prof-name {
    font-size: 25px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .1em;
    padding-left: 1em
}

.interview-mv-content::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3.8em;
    left: -10em;
    background: url(../../img/interview/bg_mv.png) no-repeat top left;
    width: 302px;
    height: 342px;
    max-width: 40vw;
    background-size: contain
}

.interview-mv::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../../img/interview/line_mv.png) no-repeat bottom left;
    width: 1907px;
    height: 134px;
    max-width: 270vw;
    background-size: contain
}

.interview-mv__ad {
    background-color: #fbf0ee
}

.interview-mv__ad .interview-mv-content-prof {
    background-color: #d84a4a
}

.interview-mv__ad .interview-mv-content-heading-txt b {
    color: #d84a4a
}

.interview-mv__ho {
    background-color: #f8fff8
}

.interview-mv__ho .interview-mv-content-prof {
    background-color: #3e9941
}

.interview-mv__ho .interview-mv-content-heading-txt b {
    color: #3e9941
}

.interview-article-div {
    background: #fff url(../../img/interview/bg_article.png) no-repeat top center;
    padding: 7.5em 0 5.7em
}

.interview-article-div *:last-child {
    margin-bottom: 0
}

.interview-article-div__even {
    background: #fffbf3 url(../../img/interview/bg_article_02.png) no-repeat top center
}

.interview-article-div__back {
    padding-bottom: 9em
}

.interview-article-heading {
    position: relative;
    color: #dc7c00;
    font-size: 35px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .1em;
    margin-bottom: .8em
}

.interview-article-heading span {
    position: relative;
    z-index: 3
}

.interview-article-heading__bg03::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -1.7em;
    right: -1.4em;
    background: url(../../img/interview/bg_article_03.png) no-repeat top right;
    width: 239px;
    height: 278px;
    max-width: 40vw;
    background-size: contain
}

.interview-article-heading__bg04::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -1.4em;
    right: -3em;
    background: url(../../img/interview/bg_article_04.png) no-repeat top right;
    width: 281px;
    height: 309px;
    max-width: 40vw;
    background-size: contain
}

.interview-article-subHeading {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #222222;
    font-size: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-weight: 600;
    line-height: 2.5;
    letter-spacing: .1em;
    margin-bottom: .5em
}

.interview-article-subHeading::before {
    content: "";
    display: inline-block;
    width: 2.5em;
    height: 1px;
    background: #222222;
    margin-right: 1em
}

.interview-article-txt {
    position: relative;
    z-index: 2;
    padding-left: 4.3em;
    margin-bottom: 5.7em
}

.interview-article-txt p {
    color: #222222;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: .1em
}

.interview-article-figure {
    text-align: center;
    margin-bottom: 5.5em
}

.interview-article-figure-img {
    border-radius: 20px;
    max-width: 100%;
    height: auto
}

.interview-article-back {
    text-align: center
}

.interview-article__ad .interview-article-div {
    background-image: url(../../img/interview/bg_article_ad.png)
}

.interview-article__ad .interview-article-div__even {
    background-color: #fbf0ee;
    background-image: url(../../img/interview/bg_article_02_ad.png)
}

.interview-article__ad .interview-article-heading {
    color: #df0515
}

.interview-article__ho .interview-article-div {
    background-image: url(../../img/interview/bg_article_ho.png)
}

.interview-article__ho .interview-article-div__even {
    background-color: #f8fff8;
    background-image: url(../../img/interview/bg_article_02_ho.png)
}

.interview-article__ho .interview-article-heading {
    color: #3e9941
}

.interview-archive {
    background: #faf6f6 url(../../img/interview/bg_archive_04.png) no-repeat top center;
    padding: 0 0 1px
}

.interview-archive-box {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.interview-archive-box__rev {
    flex-direction: row-reverse
}

.interview-archive-box::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -9.2em;
    right: -4.7em;
    z-index: -1;
    background: url(../../img/interview/bg_archive.png) no-repeat top right;
    width: 298px;
    height: 307px;
    max-width: 40vw;
    background-size: contain
}

.interview-archive-box__yellow::before {
    top: -6em;
    right: auto;
    left: -13.6em;
    background-image: url(../../img/interview/bg_archive_02.png);
    width: 282px;
    height: 329px
}

.interview-archive-box__green::before {
    top: -3em;
    right: -15.2em;
    background-image: url(../../img/interview/bg_archive_03.png);
    width: 408px;
    height: 253px
}

.interview-archive-div {
    position: relative;
    padding-bottom: 6.1em;
    margin-bottom: 9.4em
}

.interview-archive-div::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 86%;
    height: 300px;
    background: #fde9e9;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.interview-archive-div__yellow::before {
    left: auto;
    right: 0;
    background-color: #faeed8
}

.interview-archive-div__green::before {
    background-color: #dff0e3
}

.interview-archive-title {
    display: flex;
    justify-content: flex-end
}

.interview-archive-title-heading {
    color: #e05050;
    font-size: 35px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: .1em;
    writing-mode: vertical-rl;
    background: url(../../img/interview/line_heading.png) repeat-y top left;
    padding-left: .7em
}

.interview-archive-title__yellow .interview-archive-title-heading {
    color: #dc7c00;
    background-image: url(../../img/interview/line_heading_yellow.png)
}

.interview-archive-title__green .interview-archive-title-heading {
    color: #3e9941;
    background-image: url(../../img/interview/line_heading_green.png)
}

@media screen and (max-width: 768px) {
    .interview-mv {
        padding: 2em 0 3em;
    }

    .interview-mv-figure {
        width: 100%;
        max-width: none;
    }

    .interview-mv-figure-img {
        max-width: 100%;
        min-height: 60vw;
        
        object-fit: cover
        object-position: 60% top;
        
        display: block;
    }

    .interview-mv-content {
        left: 1.2em;
        bottom: 1.5em;
    }

    .interview-mv-content-heading {
        margin-bottom: 0em
    }

    .interview-mv-content-heading-txt {
        font-size: 16px;
        padding: .6em .1em .6em .6em;
        margin-bottom: .4em
    }

    .interview-mv-content-prof {
        padding: 1em 1.2em;
    }

    .interview-mv-content-prof-pos {
        font-size: min(2.60417vw, 13px)
    }

    .interview-mv-content-prof-name {
        font-size: min(3.64583vw, 18.2px);
        padding-left: .5em
    }

    .interview-mv::after {
        bottom: -7vw;
        left: -40vw
    }

    .interview-article {
        background-size: 200% auto
    }

    .interview-article-div {
        padding: 3.5em 0 2em;
        background-size: 200% auto
    }

    .interview-article-div *:last-child {
        margin-bottom: 0
    }

    .interview-article-div__back {
        padding-bottom: 4.2em
    }

    .interview-article-heading {
        font-size: min(5.20833vw, 26px);
        margin-bottom: .8em
    }

    .interview-article-heading__bg03::before {
        display: none
    }

    .interview-article-heading__bg04::before {
        display: none
    }

    .interview-article-subHeading {
        font-size: min(4.42708vw, 22.1px);
        line-height: 1.6;
        margin-bottom: .5em
    }

    .interview-article-subHeading::before {
        width: 2em;
        margin-right: .6em
    }

    .interview-article-txt {
        padding-left: 0em;
        margin-bottom: 3em
    }

    .interview-article-txt p {
        font-size: min(3.90625vw, 19.5px)
    }

    .interview-article-figure {
        margin-bottom: 3.1em
    }

    .interview-archive {
        padding: 0 0 4px
    }

    .interview-archive-box-right {
        width: 5em
    }

    .interview-archive-div {
        padding-bottom: 2.9em;
        margin-bottom: 3em
    }

    .interview-archive-div::before {
        width: 95vw
    }

    .interview-archive-title-heading {
        font-size: min(5.20833vw, 26px);
        padding-left: .7em
    }

    .interview-archive-title__yellow {
        justify-content: flex-start
    }
}

@media screen and (max-width: 1100px) and (min-width: 769px) {
    .interview-archive-div {
        padding-bottom: 4em;
        margin-bottom: 6em
    }

    .interview-archive-box-right {
        width: 6em
    }

    .interview-archive-title__yellow {
        justify-content: flex-start
    }
}

@media screen and (max-width: 1100px) and (min-width: 769px) {
    .interview-mv-content {
        left: 1.5em;
        top: auto;
        bottom: 2em
    }

    .interview-mv-content-heading-txt {
        font-size: 24px
    }

    .interview-mv-content-prof {
        padding: 1.5em 2em 1.5em 1.5em
    }

    .interview-mv-content-prof-pos {
        font-size: 15px
    }

    .interview-mv-content-prof-name {
        font-size: 23px
    }

    .interview-mv-figure {
        padding-left: 3em
    }

    .interview-mv-figure-img {
        max-width: 100%;
        min-height: 600px;
        object-fit: cover;
        object-position: top left
    }
}