@charset "UTF-8";

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

/* Header styles handled in common.css */

.container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 40px;
}

/* --------------------------------------------------------------------------
   Hero Section
   -------------------------------------------------------------------------- */
.interview-hero {
    position: relative;
    width: 100%;
    /* Gradient from Figma */
    background: linear-gradient(179.804deg, rgb(0, 73, 129) 0.5824%, rgb(0, 104, 183) 59.443%, rgb(0, 73, 129) 98.683%);
    padding: 40px 0;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.hero-label {
    font-family: "Hiragino Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 43.2px;
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 0;
}

.hero-label .divider {
    font-family: "Hiragino Sans", sans-serif;
    font-weight: 100;
    margin: 0 0.5em;
}

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

.hero-title {
    font-family: "Hiragino Sans", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    margin-top: 0;
    margin-bottom: 0;
    width: 624px;
    text-align: left;
}

/* --------------------------------------------------------------------------
   Intro Section
   -------------------------------------------------------------------------- */
.interview-intro {
    padding: 40px 0 80px;
    position: relative;
    z-index: 10;
}

.intro-box {
    background-color: #E1F0FA;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.intro-top {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
}

.intro-img {
    width: 192px;
    height: 144px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

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

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

.intro-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.intro-name {
    font-size: 24px;
    font-weight: 700;
    color: #303030;
    margin: 0;
}

.intro-meta {
    font-size: 14px;
    color: #303030;
    line-height: 1.7;
}

.intro-meta p {
    margin: 0;
}

.intro-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.intro-text p {
    font-size: 16px;
    line-height: 1.75;
    color: #444A55;
    margin: 0;
}

/* --------------------------------------------------------------------------
   Interview Body
   -------------------------------------------------------------------------- */
.interview-body-container {
    padding-bottom: 80px;
}

.interview-section {
    margin-bottom: 80px;
    display: flex;
    gap: 64px;
    align-items: flex-start;
}

/* Standard Layout Variants (Flex) */
.section-layout-right {
    flex-direction: row;
}

.section-layout-left {
    flex-direction: row; /* Image Left, Content Right */
}

.section-layout-full {
    flex-direction: column;
}

/* Custom Wrapping Layouts */
/* Layout Custom (Text Left, Image Right -> Wrapping) */
.section-layout-custom {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.interview-content-wrapper {
    display: flex;
    gap: 64px;
    align-items: flex-start;
    margin-bottom: 32px;
}

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

.interview-image-right {
    width: 400px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
}

.interview-image-right img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* Layout Custom Left (Image Left, Text Right -> Wrapping) */
.section-layout-custom-left {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.interview-content-wrapper-left {
    display: flex;
    gap: 64px;
    align-items: flex-start;
    margin-bottom: 32px;
}

.interview-image-left {
    width: 400px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
}

.interview-image-left img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.interview-figure {
    margin: 0;
}

.interview-figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.interview-caption {
    font-size: 12px;
    line-height: 1.75;
    color: #444A55;
    margin-top: 8px;
    text-align: center;
    padding: 0 20px;
}

.interview-text-full {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* Common Section Elements */
.section-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.section-image {
    width: 400px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
}

/* Specific image width for Section 2 (Standard Layout fallback/reference) */
.section-layout-left .section-image {
    width: 393px;
}

.section-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    color: #303030;
    margin: 0;
}

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

.answer {
    font-size: 20px;
    line-height: 1.6;
    color: #303030;
    font-weight: 500;
    margin: 0;
}

.question {
    font-size: 16px;
    line-height: 1.75;
    color: #444A55;
    margin: 0;
}

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

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

.editor-note-title {
    font-size: 20px;
    font-weight: 700;
    color: #303030;
    margin: 0;
}

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

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

.editor-sub {
    font-size: 14px;
    line-height: 1.75;
    color: #444A55;
    margin: 0;
}

/* --------------------------------------------------------------------------
   Contact Section
   -------------------------------------------------------------------------- */
.section-contact {
    background-color: #002D6F;
    padding: 64px 40px 80px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.contact-container {
    width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.contact-text {
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    opacity: 0.9;
}

.btn-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 480px;
    height: 80px;
    background-color: #FFF;
    border-radius: 70px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    color: #002D6F;
    transition: opacity 0.3s;
}

.btn-contact:hover {
    opacity: 0.9;
}

.arrow-icon {
    width: 16px;
    height: 16px;
}
