@charset "UTF-8";

/* ==========================================================================
   Interview Page Styles (SP)
   ========================================================================== */

/* Prevent horizontal scroll */
body {
    overflow-x: hidden;
}

main {
    overflow-x: hidden;
}

.container {
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

/* Hero */
.interview-hero {
    background: linear-gradient(179.39deg, rgb(0, 73, 129) 0.5824%, rgb(0, 104, 183) 59.443%, rgb(0, 73, 129) 98.683%);
    padding: 32px 20px;
    color: #FFF;
    margin-top: 0;
}

.interview-hero-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.hero-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 0;
}

.hero-label .divider {
    margin: 0 4px;
}

.hero-line {
    width: 61px;
    height: 1px;
    background-color: #FFF;
}

.hero-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    color: #FFF;
    width: 100%;
    margin: 0;
}

/* Intro */
.interview-intro {
    padding: 20px 0;
}

.intro-box {
    background-color: #E1F0FA;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.intro-top {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.intro-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    order: 1;
}

.intro-right {
    display: contents;
}

.intro-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    min-width: 0;
    order: 2;
}

.intro-text {
    width: 100%;
    order: 3;
    margin-top: 0;
}

.intro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.intro-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #303030;
    margin: 0;
    white-space: nowrap;
}

.intro-meta {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #303030;
}

.intro-meta p {
    margin: 0;
}

.intro-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #444A55;
    width: 100%;
    margin-top: 0;
}

.intro-text p {
    margin: 0;
}

/* Body Sections */
.interview-body-container {
    padding: 20px 0;
}

.interview-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 40px;
}

.section-layout-custom {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.interview-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.interview-content-wrapper-left {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.interview-text-top {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.interview-text-full {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.section-layout-full {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.section-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #303030;
    margin: 0;
}

.qa-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.answer {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #303030;
    margin: 0;
}

.question {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #444A55;
    margin: 0;
}

.interview-image-right,
.interview-image-left {
    width: 240px;
    border-radius: 12px;
    margin: 0 auto;
    flex-shrink: 0;
}

/* 2枚目（Section 2）と3枚目（Section 4）の画像に黒のborderを設定 */
.section-layout-custom-left .interview-image-left,
.interview-section:nth-of-type(4) .interview-image-right {
    border: 1px solid #000;
}

.interview-image-right img,
.interview-image-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interview-figure {
    margin: 0;
}

.interview-figure img {
    width: 100%;
    height: 168px;
    object-fit: cover;
    border-radius: 12px;
}

.interview-caption {
    font-size: 12px;
    line-height: 1.5;
    color: #444A55;
    margin-top: 4px;
    text-align: center;
}

/* Editor's Note */
.editor-note {
    margin-bottom: 40px;
}

.editor-note-box {
    background-color: #E1F0FA;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.editor-note-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    color: #303030;
    margin: 0;
}

.editor-note-content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.editor-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #444A55;
    margin: 0 0 16px 0;
}

.editor-sub {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #444A55;
    margin: 0;
}
