@charset "UTF-8";

/* ============================================
   1. Interview Index (一覧ページ)
   ============================================ */

.interview-index ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}

.interview-index ul li {
    width: 31.33%;
    position: relative;
    margin-bottom: 3%;
}

.interview-index ul li .bg {
    border-radius: 10px;
    overflow: hidden;
}

/* 記事リンクカード */
.interview-index ul li a .prof-txt {
    padding: 20px;
    position: relative;
}

/* 右下のプラスアイコン */
.interview-index ul li a .prof-txt:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-image: url(../img/common_img/plus-grad.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: 10px;
    bottom: 10px;
}

.interview-index ul li a .btn-desc {
    color: var(--main-color);
    font-size: min(1.3vw, 1rem);
    line-height: 1.6em;
    padding: 0 0 10px;
}

.interview-index ul li a .prof-txt p {
    line-height: 1.6em;
    font-size: min(1.5vw, 1rem);
}

.interview-index ul li a .prof-txt .job-type span {
    display: inline-block;
    background: var(--main-gradient);
    color: #FFF;
    white-space: nowrap;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: min(1.3vw, 0.8rem);
}

.interview-index ul li a .prof-txt .name {
    font-size: 20px;
    line-height: 1.6em;
    margin: 5px 0;
}

/* 説明文など */
.interview-index ul li a .prof-txt p:nth-child(3) {
    font-size: 14px;
    line-height: 1.6em;
    color: var(--main-color);
    min-height: 3em;
    padding-bottom: 10px;
}

.interview-index ul li a .prof-txt p:nth-child(4) {
    font-size: 14px;
    line-height: 1.6em;
    color: var(--main-color);
}

/* ============================================
   2. Talk Index (トークバナー)
   ============================================ */
.talk-index {
    padding: 80px 0;
    background: #F4F3E8;
}

.talk-bnr {
    width: 90%;
    margin: 0 auto;
    max-width: 500px;
}

.talk-bnr .bg {
    border-radius: 10px;
    overflow: hidden;
}

.talk-bnr .txt {
    padding: 20px;
    text-align: center;
    position: relative;
}

.talk-bnr .txt p {
    font-size: min(3vw, 1.1rem);
}

.talk-bnr .txt:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-image: url(../img/common_img/plus-grad.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: 10px;
    bottom: 10px;
}

/* ============================================
   3. Interview Page - Main & Profile (詳細)
   ============================================ */
.interview-main {
    padding-bottom: 80px;
    background: #F4F3E8;
    position: relative;
}

.interview-main .content-wrap {
    position: relative;
    top: 0;
    left: 0;
}

/* 浮いているプロフィールカード */
.interview-main .interview-profile {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 0px 8px rgba(0, 98, 177, 0.25);
    display: inline-block;
    position: absolute;
    top: 30px;
    transform: translateY(-100%);
    padding: 30px;
    min-width: 300px;
}

.interview-main .interview-profile .job-type span {
    display: inline-block;
    background: var(--main-gradient);
    color: #FFF;
    white-space: nowrap;
    padding: 0 8px;
    border-radius: 4px;
    font-size: min(1.3vw, 0.8rem);
}

.interview-main .interview-profile .name {
    font-size: 20px;
    line-height: 1.6em;
    margin: 5px 0;
}

.interview-main .interview-profile p:nth-child(3) {
    font-size: 14px;
    line-height: 1.6em;
    color: var(--main-color);
    min-height: 3em;
    padding-bottom: 10px;
}

.interview-main .interview-profile p:nth-child(4) {
    font-size: 14px;
    line-height: 1.6em;
    color: var(--main-color);
}

.interview-main .interview-profile p:nth-child(5) {
    font-size: 12px;
    line-height: 1.6em;
    padding: 10px 0 0;
}

/* ============================================
   4. Sections (詳細ページ：各セクション)
   ============================================ */
.interview section {
    padding: 50px 0;
}

.interview #section1 {
    background: #F4F3E8;
}

.interview #section8 {
    padding-top: 60px;
}

/* セクション見出し（吹き出しアイコン付き） */
.interview section .content-wrap > h2 {
    font-size: min(2vw, 1.5rem);
    font-weight: 500;
    color: var(--main-color);
    margin-bottom: 20px;
    padding-left: 75px;
    position: relative;
    min-height: 50px;
    line-height: 1.6em;
}

.interview section .content-wrap > h2:before {
    content: "";
    display: block;
    position: absolute;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../img/people_img/interview-bubble.svg');
    width: 64px;
    height: 48px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* 画像スタイル共通 */
.interview #section2 .img,
.interview .insert-img,
.interview #section6 .img {
    border-radius: 20px;
    overflow: hidden;
}

/* Flexbox レイアウト */
.interview section .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.interview section .flexbox > div {
    width: 48%;
}

/* Section 6 (青グラデーション背景) */
.interview #section6 {
    background: var(--main-gradient);
    padding: 80px 0;
}

.interview #section6 h2,
.interview #section6 p {
    color: #FFF;
}

.interview #section6 h2 {
    font-size: min(2vw, 1.5rem);
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.interview #section6 h2 > span {
    display: block;
}

.interview #section6 h2 > span span {
    display: inline-block;
    color: var(--main-color);
    font-size: 14px;
    background: #FFF;
    border-radius: 8px;
    padding: 0 20px;
    margin-bottom: 10px;
}

.interview #section6 .flexbox .txt {
    width: 63%;
    order: 2;
}

.interview #section6 .flexbox .img {
    width: 32%;
    order: 1;
}

/* Section 7 & Schedule */
.interview #section7 {
    padding: 80px 0 100px;
}

.interview-schedule .scroll-box {
    margin-bottom: 80px;
}


/* ============================================
   5. SP (max-width: 834px)
   ============================================ */
@media screen and (max-width: 834px) {
    
    /* --- Interview Index --- */
    .interview-index ul {
        max-width: 600px;
        margin: 0 auto 80px;
    }

    .interview-index ul li {
        width: 48%;
    }

    .interview-index ul li a .btn-desc {
        font-size: min(1.3vw, 0.9rem);
    }

    .interview-index ul li a .prof-txt {
        padding: 10px 5px;
    }

    .interview-index ul li a .prof-txt .job-type span {
        padding: 4px 8px;
        font-size: min(2.2vw, 0.8rem);
    }

    .interview-index ul li a .prof-txt .name {
        font-size: 16px;
        margin: 2px 0;
    }

    .interview-index ul li a .prof-txt p:nth-child(3),
    .interview-index ul li a .prof-txt p:nth-child(4) {
        font-size: min(2.6vw, 0.7rem);
    }

    .interview-index ul li a .prof-txt p:nth-child(3) {
        padding-bottom: 5px;
    }

    /* --- Talk Index --- */
    .talk-index {
        padding: 50px 0;
    }

    .talk-bnr .txt {
        padding: 10px;
    }

    .talk-bnr .txt p {
        font-size: min(4vw, 1.1rem);
    }

    /* --- Interview Main & Profile --- */
    .interview-main {
        padding-bottom: 10px;
    }

    .interview-main .main-visual img {
        min-height: 300px;
        object-fit: cover;
    }

    .interview-main .interview-profile {
        position: relative;
        top: -30px;
        transform: translateY(0);
        padding: 20px;
        width: 100%;
        max-width: 400px;
    }

    .interview-main .interview-profile .job-type span {
        font-size: min(3vw, 0.8rem);
    }

    /* --- Content Sections --- */
    .interview section {
        padding: 30px 0;
    }

    .interview section .content-wrap > h2 {
        font-size: min(4.6vw, 1.1rem);
        margin-bottom: 10px;
        padding-left: 50px;
        min-height: 30px;
    }

    .interview section .content-wrap > h2:before {
        width: 40px;
        height: 30px;
        left: 0;
        top: 0;
        transform: translateY(0);
    }

    .interview section .flexbox > div {
        width: 100%;
    }
    
    .interview #section2 .flexbox .img {
        margin: 20px auto 0;
    }

    /* Section 6 (Mobile) */
    .interview #section6 {
        padding: 40px 0;
    }

    .interview #section6 h2 {
        font-size: min(4.6vw, 1.1rem);
        margin-bottom: 10px;
    }

    .interview #section6 h2 > span span {
        padding: 5px 15px;
        line-height: 1.6em;
    }

    .interview #section6 .flexbox .txt {
        width: 100%;
        order: 1;
    }

    .interview #section6 .flexbox .img {
        width: 100%;
        order: 2;
        max-width: 200px;
        margin: 20px auto 0;
    }

    /* Section 7 & Schedule (Mobile) */
    .interview-schedule .scroll-box {
        margin-bottom: 40px;
    }

    .interview #section7 {
        padding: 40px 0 60px;
    }
}