section.hero {
    position: relative;
    min-height: 15rem;
    height: calc(50vh - 4rem);
    display: flex;
    align-items: center;
    background: url('/asset/image_kani_3.jfif') center/cover no-repeat;
    padding: 0;
}

.section_underline {
    width: 4rem;
    height: 0.25rem;
    background-color: #1e3a8a;
    margin: 0 auto;
}


/* ================================================= */
/* Hero */
/* ================================================= */
.hero_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.hero_container {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.hero_content {
    color: #fff;
}

.hero_title {
    margin-bottom: 1.5rem;
}

.hero_subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: #e5e7eb;
}


/* ================================================= */
/* Message */
/* ================================================= */
.message_header {
    text-align: center;
    margin-bottom: 4rem;
}

.message_title {
    font-size: 2.25rem;
    /* text-4xl */
    font-weight: bold;
    color: #4b5563;
    /* text-secondary相当 */
    margin-bottom: 1rem;
}


/* 左右レイアウト */
.message_flex {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    /* lg:gap-12 */
}


/* 左側画像 */
.message_image_wrapper {
    flex: 1;
}

.message_image {
    width: 100%;
    border-radius: 0.5rem;
    object-fit: cover;
    object-position: top;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

@media(min-width: 768px) {
    .message_flex {
        flex-direction: row;
        align-items: center;
    }
}

@media(max-width: 768px) {
    .message_image {
        max-width: 14rem;
        margin: 0 auto;
        display: block;
    }
}

/* 右側テキスト */
.message_content {
    flex: 2;
}

/* サブタイトル */
.message_subtitle {
    font-size: 1.5rem;
    /* text-2xl */
    font-weight: bold;
    color: #4b5563;
    /* text-secondary */
    margin-bottom: 1.5rem;
}

/* メッセージ本文 */
.message_texts p {
    color: #374151;
    /* text-gray-700 */
    line-height: 1.75rem;
    margin-bottom: 1rem;
}

/* 経歴ボックス */
.message_card {
    margin-top: 2rem;
    padding: 1.5rem;
    background-color: #FFFFFF;
    border-left: 4px solid #1e3a8a;
    /* border-primary */
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.message_card_title {
    font-size: 1.125rem;
    /* text-lg */
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 1rem;
}

.message_card_list .message_card_item {
    display: flex;
    margin-bottom: 0.75rem;
}

.career_year {
    width: 5rem;
    /* w-20相当 */
    font-weight: 500;
    color: #4b5563;
    flex-shrink: 0;
}

.message_card_note {
    margin-top: 1rem;
    padding: 1rem;
    background-color: #f3f4f6;
    /* bg-gray-50 */
    border-radius: 0.375rem;
}

.message_card_note p {
    font-size: 0.875rem;
    /* text-sm */
    color: #4b5563;
}

/* 署名 */
.message_signature {
    margin-top: 2rem;
}

.signature_title {
    font-size: 1.125rem;
    /* text-lg */
    font-weight: 600;
    color: #4b5563;
}

.signature_name {
    font-size: 1.25rem;
    font-weight: bold;
    color: #1e3a8a;
}

/* ================================================= */
/* History */
/* ================================================= */
.history_container {
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 16px;
}

/* ヘッダー */
.history_header {
    text-align: center;
    margin-bottom: 4rem;
}

.history_title {
    font-size: 2.25rem;
    font-weight: bold;
    color: #4b5563;
    margin-bottom: 1rem;
}


/* リスト */
.history_list {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

/* アイテム */
.history_item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (min-width: 768px) {
    .history_item {
        flex-direction: row;
        align-items: center;
    }
}

/* 画像 */
.history_image_wrapper {
    flex: 1;
}

.history_image {
    width: 100%;
    border-radius: 0.5rem;
    object-fit: cover;
    object-position: top;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

/* コンテンツ */
.history_content {
    flex: 2;

    display: flex;
    justify-content: space-between;

    background-color: #ffffff;
    border-radius: 1rem;
    padding: 1rem;
}

.history_content h3 {
    display: inline-block;
    color: #1e3a8a;
    border-radius: 0.5rem;
    margin: 0;
    font-weight: bold;
}

.history_content h4 {
    display: inline-block;
    color: #1e3a8a;
    border-radius: 0.5rem;
    margin: 0;
    font-weight: bold;
}

.history_content p {
    color: #374151;
    line-height: 1.75;
}


/* ================================================= */
/* Company */
/* ================================================= */
section.company {
    background-color: #f9fafb;
}

.company_container {
    max-width: 896px; /* max-w-4xl相当 */
    margin: 0 auto;
    padding: 0 16px;
}

/* ヘッダー */
.company_header {
    text-align: center;
    margin-bottom: 4rem;
}

.company_title {
    font-size: 2.25rem;
    font-weight: bold;
    color: #4b5563;
    margin-bottom: 1rem;
}

/* ダウンロード */
a.company_download {
    margin-top: 1.5rem;
    text-decoration: none;

    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--color-primary);
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    white-space: nowrap;
}

a.company_download:hover {
    transform: scale(1.01);
}

/* カード */
.company_card {
    background-color: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

/* テーブル風レイアウト */
.company_table {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.company_row {
    display: flex;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.company_row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.company_label {
    width: 35%;
    font-weight: 600;
    color: #4b5563;
    flex-shrink: 0;
}

.company_value {
    width: 65%;
    color: #374151;
}


/* ================================================= */
/* Access */
/* ================================================= */
.access_container {
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 16px;
}

/* ヘッダー */
.access_header {
    text-align: center;
    margin-bottom: 4rem;
}

.access_title {
    font-size: 2.25rem;
    font-weight: bold;
    color: #4b5563;
    margin-bottom: 1rem;
}

/* レイアウト */
.access_layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

@media (min-width: 768px) {
    .access_layout {
        grid-template-columns: 1fr 1fr;
    }
}

/* マップ */
.access_map_wrapper {
    background-color: #f3f4f6;
    border-radius: 0.75rem;
    overflow: hidden;
    padding: 1rem;
    /* height: 24rem; */
}

.access_map_link {
    display: block;
    width: 100%;
    height: 100%;
}

.access_map_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* 情報 */
.access_info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* 交通アクセス */
.access_subtitle {
    font-size: 1.5rem;
    font-weight: bold;
    color: #4b5563;
    margin-bottom: 1.5rem;
}

.access_transport_list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.access_transport_item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.access_icon {
    font-size: 1.5rem;
    color: #1e3a8a;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.access_transport_title {
    font-weight: 600;
    color: #374151;
}

.access_transport_text {
    color: #6b7280;
}

/* お問い合わせ */
.access_contact {
    background-color: #f9fafb;
    border-radius: 0.75rem;
    padding: 1.5rem;
}

.access_contact_title {
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 0.75rem;
}

.access_contact_texts {
    font-size: 0.875rem;
    color: #374151;
}

.access_contact_texts p {
    margin-bottom: 0.5rem;
}

.access_contact_label {
    font-weight: 600;
}

/* ================================================= */
/* Recruit */
/* ================================================= */

section.recruit {
    position: relative;
    padding: 96px 0;
    background-color: #1e3a8a;
    color: #ffffff;
    overflow: hidden;
}

/* 背景 */
.recruit_background {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.recruit_background_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    opacity: 0.2;
}

/* コンテンツ */
.recruit_container {
    position: relative;
    z-index: 10;
    max-width: 896px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}

/* タイトル */
.recruit_title {
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

/* テキスト */
.recruit_contents {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.recruit_lead {
    font-size: 1.25rem;
    line-height: 1.75;
}

.recruit_text {
    font-size: 1.125rem;
    line-height: 1.75;
    max-width: 768px;
    margin: 0 auto;
}

/* ボタン */
.recruit_action {
    margin-top: 3rem;
}

.recruit_button {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 0.75rem 2rem;
    border-radius: 9999px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    white-space: nowrap;
}

.recruit_button:hover {
    background-color: #ffffff;
    color: #1e3a8a;
}

