@charset "UTF-8";

.fv {
    width: 100%;
    height: fit-content;
    aspect-ratio: 398 / 768;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0 0 84.38px;
    gap: 202px;
}

.sp-fv {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 29% 100%;
    gap: 100px;
}

.content-ttl {
    color: #FFFFFF;
    text-align: center;

    h2 {
        font-size: 71px;
    }

    h3 {
        font-size: 15px;
        margin: 0
        ;
    }
}

.scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.scroll b {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 4.8px;
}

.scroll .arrow span {
    display: block;
    width: 13px;
    height: 13px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    transform: rotate(45deg);
    line-height: 0;
}

.iv-list-box {
    max-width: 800px;
    margin: 0 auto 96px;
}

.iv-list-img{
    float: left;
    width: 40%;
}

.iv-list-img>img{
    font-family: 'object-fit: contain; object-position: center;' /* IE・Edge対応; */
}

.iv-name{
    font-size: 16px;
    margin-top: 12px;
    color: #2B2B2B;
    padding: 0;
    line-height: 32px;
}

.interview-flex {
    padding: 0px 17px;
}

@media screen and (max-width: 992px) {
    .iv-list-box a:hover{
        text-decoration: none;
    }
}
@media screen and (max-width: 768px) {
    .iv-list-box{
        text-align: right;
        margin-top: 90px;
    }
    .iv-tbr{
        position: static;
        max-width: 400px;
        margin: 0;
        width: 100%;
        text-align: left;
    }
    .iv-list-img{
        width: 100%;
    }
}

@media screen and (max-width: 376px) {
    .iv-title,
    .iv-tbr {
        width: 95%;
    }
}

@media only screen and (min-width:992px) {
    .fv {
        width: 100%;
        height: fit-content;
        aspect-ratio: 1920 / 500;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding: 0;
        gap: 0;
        margin-bottom: 273px;
    }

    .content-ttl {
        color: #FFFFFF;
        text-align: center;
        padding: 0px 13% 11% 0;

        h2 {
            font-size: 150px;
        }

        h3 {
            font-size: 18px;
            margin: 0;
        }
    }

    .interview-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 0px 7%;
        width: 70%;
        margin: 0 auto;
        padding: 0;
        max-width: 1347px;
    }

    .interview-flex .iv-list-box {
        display: flex;
        flex-direction: column;
        width: 28%;
        margin: 0 0 90px;
    }

    .interview-flex .iv-list-box a {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .interview-flex .iv-list-box a .iv-list-img {
        width: 100%;
        height: fit-content;
    }

    .iv-name {
        font-size: 14px;
    }
}

/* =======================================================
    @ interview詳細ページ
========================================================== */
.ivindex-box {
    width: 80%;
    max-width: 1060px;
    margin: 0 auto 200px;
    display: flex;
    justify-content: center;
    gap: 100px;
}
.ivindex-box:nth-last-of-type(1) {
    margin: 0 auto;
}
.ivindex-box article {
    padding: 0 17px;
}
.ivindex-ttl {
    color: #2B2B2B;
    font-size: 18px;
    font-weight: bold;
    margin: 50px 0 40px;
}
.ivindex-tbl{
    width: 60%;
}
.ivindex-tbl,
.ivindex-tbl2{
    font-size: 14px;
    color: #000;
    line-height: 22px;
    margin-bottom: 2em;
}
.ivindex-img-box{
    margin: 0;
}
.ivindex-img-box>img{
    font-family: 'object-fit: contain; object-position: center;' /* IE・Edge対応; */
}
@media screen and (max-width: 992px) {
    .ivindex-tbl {
        width: 56%;
    }
}
@media screen and (max-width: 768px) {
    .ivindex-box {
        width: 100%;
        margin: 0 auto 150px;
        flex-direction: column;
        justify-content: unset;
        gap: 0;
    }

    .ivindex-box:nth-last-of-type(1) {
        margin: 0 auto 35px;
    }

    .ivindex-tbl{
        width:100%;
        margin-bottom: 20px;
        float: none;
    }
    .ivindex-img-box{
        float: none;
        width: 100%;
        height: auto;
        margin:0 ;
    }
}

@media only screen and (min-width:992px) {
    .pc-fv {
        width: 100%;
        height: fit-content;
        aspect-ratio: 1920 / 900;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        padding: 0;
        gap: 0;
        margin-bottom: 220px;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .pc-fv h3  {
        font-size: 20px;
    }

    .scroll.index-scroll {
        width: 100%;
        display: flex!important;
        transform: translateY(-300px);
    }

    .ivindex-box {
        align-items: flex-start;
    }

    .ivindex-box article {
        padding: 0;
        width: 100%;
    }

    .ivindex-ttl {
        font-size: 24px;
    }

    .ivindex-tbl,
    .ivindex-tbl2{
        font-size: 16px;
        color: #000;
        line-height: 24px;
        margin: 0;
        width: 100%;
    }

    .ivindex-box:nth-of-type(3),
    .ivindex-box:nth-of-type(5) {
        flex-direction: row-reverse;
    }
}

/* ---------------------------------------------------------
    @ 時間軸
----------------------------------------------------------- */
.timeline-block{
    width :75%;
    margin: 0 auto;
}
.timeline-timelogo{
    float: left;
}

.timeline-tital{
    color: #000;
    padding: 0px 0 3px 1.5em;
    margin: 0;
    float: left;
    border-bottom: 2px solid #cccccc;
    width: calc(100% - 65px);
    margin-top: 0;
    font-size: 20px;
}
#cd-timeline {
    max-width: 740px;
    margin: 0 auto;
}
.cd-timeline-time{
    float: left;
    width: 110px;
    text-align: right;
    font-size: 14px;
    position: relative;
    margin-right: 18px;
}
.cd-timeline-time::after{
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #cccccc;
    right: -25px;
    top: 5px;
}
.cd-timeline-content{
    float: left;
    font-size: 14px;
    line-height: 22px;
    width: 82%;
    position: relative;
    padding: 0 0 2em 22px;
}
.cd-timeline-content::before{
    content: '';
    position: absolute;
    left: -1px;
    height: 100%;
    top: 6px;
    width: 2px;
    background: #cccccc;
}
.cd-timeline-box:last-child>.cd-timeline-content::before {
    display: none;
}
@media screen and (max-width: 992px) {
    .timeline-block{
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
#cd-timeline{
    padding: 5%;
}
.cd-timeline-time{
    width: 45px;
}
.cd-timeline-content{
    width: 87%;
}
}
@media screen and (max-width: 538px) {
.cd-timeline-content{
    width: 83%;
}

}
@media screen and (max-width: 411px) {
.cd-timeline-content{
    width: 80%;
}
}
@media screen and (max-width: 349px) {
.cd-timeline-content{
    width: 78%;
}
}

@media only screen and (max-width:991px) {
    @media only screen and (min-height:932px) {
        .fv {
            gap: 200px;
        }
        .sp-fv {
            gap: 100px;
        }
    }

    @media only screen and (min-height:1000px) {
        .fv {
            gap: 300px;
        }
        .sp-fv {
            gap: 200px;
        }
    }
}