@charset "UTF-8";

/* Header Transparent Override for SP */
.header-transparent {
    position: sticky !important; /* 標準的なSPヘッダーの挙動 */
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #FFF !important; /* 白背景 */
    box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
}

/* .header-transparent override if needed */
/* Logo image is handled in HTML */

/* Main Background */
main {
    background-color: #FFF;
}

/* ヒーローセクション */
.hero-flow {
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, #004981 0%, #0068B7 60%, #004981 100%);
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin-bottom: 0;
}

.hero-bg-overlay {
    display: none;
}

.hero-flow-inner {
    width: 100%;
    padding: 32px 20px;
    margin-top: 0; /* ヘッダー分オフセット解除 */
    box-sizing: border-box;
}

.hero-flow-content {
    max-width: 100%;
}

.hero-subtitle {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1;
}

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

.hero-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.2;
}

.hero-desc {
    font-size: 12px;
    line-height: 1.7;
    opacity: 0.9;
}

/* Flow Overview Section */
.section-flow-overview {
    padding: 40px 0 24px 0;
    background-color: #FFF;
}

.section-flow-overview .container {
    padding: 0 20px;
}

.section-header {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.section-label {
    display: none; /* スマホ版では非表示 */
}

.header-line {
    width: 16px;
    height: 4px;
    background-color: #0068B7;
    border-radius: 4px;
    display: block;
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: calc(0.5em + 4px); /* 1行目の文字の横に来るように調整（line-heightの約半分 + 4px） */
}

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

.section-intro {
    font-size: 13px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 24px;
}

/* PC版の画像をスマホ版で非表示 */
.flow-chart-image-wrapper {
    display: none;
}

.flow-chart-image {
    width: 100%;
    height: auto;
    display: block;
}

/* SP用フロー図（拡大機能付き） */
.flow-chart-image-wrapper-sp {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.flow-chart-image-sp {
    width: 100%;
    height: auto;
    display: block;
}

.zoom-button {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    pointer-events: auto;
    cursor: pointer;
}

.zoom-button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Zoom Modal */
.zoom-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000; /* 背景黒 */
    align-items: center;
    justify-content: center;
}

.zoom-modal.active {
    display: flex;
}

.zoom-modal-content {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    padding: 60px 20px 20px;
    box-sizing: border-box;
}

.zoomed-image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: calc(100vh - 80px);
    object-fit: contain;
    background-color: #FFF;
    padding: 20px;
    box-sizing: border-box;
}

.close-zoom {
    position: fixed;
    top: 20px;
    right: 30px;
    font-size: 40px;
    font-weight: 100;
    cursor: pointer;
    z-index: 1001;
    font-family: "Helvetica Neue", Arial, sans-serif;
    line-height: 1;
    color: #FFF;
}

/* Job Descriptions Section */
.section-job-descriptions {
    padding: 0 0 40px 0;
    background-color: #FFF;
}

.section-job-descriptions .container {
    padding: 0 20px;
}

.job-description-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    background-color: #CDD8DE;
    border: 1px solid #CDD8DE;
    border-radius: 12px;
    overflow: hidden;
}

.job-card {
    background-color: #FFF;
    border: none;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.job-card-shared {
    background-color: #FFF;
    border: none;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.job-card-header {
    background-color: #E1F0FA;
    padding: 8px 16px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.job-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #002D6F;
    line-height: normal;
    margin: 0;
}

.job-card-title-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.job-card-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Requirements section specific padding */
.section-requirements .job-card-content {
    padding: 16px;
}

.job-card-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    background-color: transparent;
}

.job-content-block {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #FFF;
    border: none;
}

.job-content-block:not(:first-child) {
    padding-top: 0;
}

/* Shared card content blocks */
.job-card-shared .job-content-block {
    padding: 16px;
}

.job-card-shared .job-content-block:not(:first-child) {
    padding-top: 0;
}

/* Requirements section specific padding for shared cards */
.section-requirements .job-card-shared .job-content-block {
    padding: 24px;
}

.section-requirements .job-card-shared .job-content-block:not(:first-child) {
    padding-top: 0;
}

.step-badge {
    background-color: #0068B7;
    border-radius: 8px;
    padding: 4px 12px;
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    width: fit-content;
}

.step-label {
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    line-height: 1.5;
}

.step-num {
    font-family: 'SF Pro', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #3D9DE4;
    display: flex;
    align-items: flex-end;
    gap: 2px;
    line-height: 1;
}

.step-num span {
    font-size: 12px;
}

.job-card-text {
    font-size: 12px;
    line-height: 1.7;
    color: #303030;
    margin: 0;
}

.job-card-note {
    font-size: 12px;
    line-height: 1.7;
    color: #303030;
    margin: 0;
}

.job-card-note.mt-16 {
    margin-top: 16px;
}

.job-card-text-wrapper {
    display: flex;
    flex-direction: column;
}

/* Requirements Section */
.section-requirements {
    padding: 0 0 40px 0;
}

.section-requirements .container {
    padding: 0 20px;
}

.requirements-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    background-color: #CDD8DE;
    border: 1px solid #CDD8DE;
    border-radius: 12px;
    overflow: hidden;
}

.requirements-items {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
    color: #303030;
}

.requirements-items li {
    margin-bottom: 4px;
}

.requirements-items li:last-child {
    margin-bottom: 0;
}

.job-card-lead {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.7;
    color: #303030;
    margin: 0 0 12px 0;
}

.requirements-block {
    margin-top: 16px;
}

.requirements-title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 12px 0;
}

/* Other Jobs Section */
.section-other-jobs {
    padding: 0 0 40px 0;
    background-color: #FFF;
}

.section-other-jobs .container {
    padding: 0 20px;
}

.other-jobs-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    background-color: #CDD8DE;
    border: 1px solid #CDD8DE;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 32px;
}

/* Other jobs section specific padding */
.section-other-jobs .job-card-content {
    padding: 16px;
}

.job-tags-container {
    margin-top: 32px;
}

.job-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.job-tag {
    background-color: #E1F0FA;
    color: #002D6F;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
}

/* コンタクトCTA (Recruit CTA) */
.section-recruit-cta {
    background-color: #002D6F;
    padding: 32px 20px;
    text-align: center;
}

.cta-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.cta-content {
    color: #FFF;
    opacity: 0.9;
    font-size: 12px;
    line-height: 1.4;
}

.cta-copy, .cta-sub {
    margin: 0;
}

.btn-cta {
    background-color: #FFF;
    color: #002D6F;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    line-height: 28px;
}

.icon-placeholder-sm {
    /* 簡易矢印 */
    display: none; 
}
.icon-arrow-circle {
    width: 16px;
    height: 16px;
    background: url('../../../images/arrow_right_blue.svg') no-repeat center center / contain;
    display: block;
}

