@charset "UTF-8";

/* =========================================
   1. Variables & Root Settings
   ========================================= */
:root {
    --primary-color: #F2994A;
    --secondary-color: #56CCF2;
    --accent-color: #EB5757;
    --text-color: #444444;
    --bg-light: #FAFAFA;
    --white: #ffffff;
}

/* =========================================
   2. Reset & Base Styles
   ========================================= */
body {
    margin: 0;
    padding: 0;
}

#lp-content-wrapper {
    width: 100%;
    overflow-x: hidden;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: var(--text-color);
    line-height: 1.8;
    background-color: var(--bg-light);
    font-size: 16px;
}

#lp-content-wrapper.page-top {
    line-height: 1.6;
    background-color: var(--white);
}

#lp-content-wrapper *,
#lp-content-wrapper *::before,
#lp-content-wrapper *::after {
    box-sizing: border-box;
}

#lp-content-wrapper a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s;
}

#lp-content-wrapper a:hover {
    opacity: 0.8;
}

#lp-content-wrapper img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

/* =========================================
   3. Layout & Utilities
   ========================================= */
#lp-content-wrapper .lp-container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    transition: max-width 0.3s;
}

#lp-content-wrapper .lp-container-wide {
    max-width: 1200px;
}

.l-footer__contact__general {
    display: none !important;
}

@media (max-width: 768px) {
    .pc-only { display: none !important; }
}
@media (min-width: 769px) {
    .sp-only { display: none !important; }
}

/* =========================================
   4. Common Components (Standard)
   ========================================= */
.lp-section {
    padding: 60px 0;
}

.lp-section-title {
    font-size: 2.0rem;
    font-weight: bold;
    color: var(--text-color);
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

#lp-content-wrapper .lp-footer-nav {
    text-align: center;
    padding: 40px 0;
}

#lp-content-wrapper .lp-btn-back {
    display: inline-block;
    padding: 15px 50px;
    border: 2px solid #ccc;
    border-radius: 50px;
    color: #666;
    background: #fff;
    font-weight: bold;
    transition: all 0.3s;
}

#lp-content-wrapper .lp-btn-back:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

#lp-content-wrapper .lp-btn-back-large {
    display: inline-block;
    background-color: var(--white);
    color: var(--text-color);
    border: 2px solid #ddd;
    padding: 20px 60px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 1.3rem;
}
#lp-content-wrapper .lp-btn-back-large:hover {
    background-color: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
}

#lp-content-wrapper .lp-bottom-nav {
    text-align: center;
    margin-top: 80px;
}

/* =========================================
   5. Page Header Styles (Generic)
   ========================================= */
/* 他ページ用の標準ヘッダー */
#lp-content-wrapper .lp-page-header {
    margin-top: 100px;
    height: 200px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

#lp-content-wrapper .lp-page-header h1 {
    color: var(--white); 
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.1em;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    position: relative;
    z-index: 2;
    text-align: center;
    line-height: 1.2;
}

/* 高さのあるヘッダー（インタビュー一覧・教育など） */
#lp-content-wrapper .lp-page-header-tall {
    height: 400px;
    background-color: #333;
    position: relative;
    margin-top: 100px;
    overflow: hidden;
}
#lp-content-wrapper .lp-page-header-tall h1 {
    font-size: 3.5rem;
    letter-spacing: 0.05em;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 2;
    margin: 0;
}
#lp-content-wrapper .lp-page-header-tall::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    pointer-events: none;
}
#lp-content-wrapper .lp-header-title-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

/* インタビュー一覧用グリッド */
.lp-header-gallery {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    display: grid;
    z-index: 0;
}
.lp-header-gallery.col-2 { 
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: 1fr; 
}
.lp-header-gallery.col-4 { 
    grid-template-columns: repeat(4, 1fr); 
    grid-template-rows: 1fr; 
}
.lp-gallery-item {
    width: 100%; height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.lp-gallery-item.bg-top { background-position: top center; }


/* =========================================
   6. Page: Department List (部署紹介トップ専用)
   ========================================= */
/* 専用ヘッダーコンテナ */
#lp-content-wrapper .lp-page-header-dept-top {
    padding: 120px 0 100px;
    text-align: center;
    margin-top: 100px; 
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: transparent; 
}

/* 斜め背景のスタイル */
.lp-header-bg {
    position: absolute;
    top: 0;
    width: 120%;
    left: -10%;
    height: 100%;
    z-index: 0;
    display: flex;
}

.lp-header-bg-item {
    flex: 1;
    height: 100%;
    position: relative;
    overflow: hidden;
    transform: skewX(-15deg);
    border-right: 1px solid rgba(255,255,255,0.3);
}
.lp-header-bg-item:last-child {
    border-right: none;
}
 
.lp-header-bg-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transform: skewX(15deg) scale(1.4); 
    filter: brightness(0.6); 
}

#lp-content-wrapper .lp-page-header-dept-top .lp-container {
    position: relative;
    z-index: 2;
}

#lp-content-wrapper .lp-page-header-dept-top h1 {
    color: var(--white); 
    font-size: 3.5rem; 
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-shadow: 0 4px 10px rgba(0,0,0,0.8);
}

/* 部署カードレイアウト */
#lp-content-wrapper .dept-section {
    padding: 50px 0;
}

#lp-content-wrapper .dept-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

#lp-content-wrapper .dept-card {
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    border-bottom: 3px solid transparent; 
    height: auto;
}

#lp-content-wrapper .dept-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(86, 204, 242, 0.2); 
    border-bottom-color: var(--primary-color); 
    opacity: 1;
}

#lp-content-wrapper .dept-img-box {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

#lp-content-wrapper .dept-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

#lp-content-wrapper .dept-card:hover .dept-img {
    transform: scale(1.05);
}

#lp-content-wrapper .dept-content {
    padding: 30px; 
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    min-width: 0;
}

#lp-content-wrapper .dept-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--text-color);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Helvetica Neue", sans-serif;
    white-space: nowrap;
}
 
#lp-content-wrapper .dept-title::after {
    content: "→";
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.8rem;
    transition: transform 0.3s;
    margin-left: 10px;
}
#lp-content-wrapper .dept-card:hover .dept-title::after {
    transform: translateX(5px);
}

#lp-content-wrapper .dept-desc {
    font-size: 1.4rem;
    color: #666;
    margin-bottom: 0; 
    line-height: 1.6;
    word-break: break-all;
}

@media (min-width: 768px) {
    #lp-content-wrapper .dept-card {
        flex-direction: row; 
        align-items: stretch;
        min-height: 220px; 
    }

    #lp-content-wrapper .dept-img-box {
        width: 35%; 
        height: auto; 
        min-height: 100%;
    }

    #lp-content-wrapper .dept-content {
        width: 65%; 
    }
}

/* =========================================
   【再修正】部署紹介TOP スマホ表示調整
   （画像を非表示にし、文字のみのシンプル表示へ変更）
   ========================================= */
@media (max-width: 768px) {
    /* 1. ヘッダーエリアのコンテナ設定 */
    #lp-content-wrapper .lp-page-header-dept-top {
        margin-top: 80px;           /* ナビゲーションバーの高さ分 */
        padding: 0;                 /* 余計なパディングを削除 */
        height: 150px;              /* 他のページのスマホヘッダーと同じ高さに合わせる */
        min-height: auto;           /* 最小設定を解除 */
        display: flex;
        align-items: center;        /* 上下中央揃え */
        justify-content: center;    /* 左右中央揃え */
        background-color: var(--primary-color); /* 背景を透明からオレンジ（テーマ色）に変更 */
    }

    /* 2. 背景画像（5人の並び）を非表示にする */
    #lp-content-wrapper .lp-page-header-dept-top .lp-header-bg {
        display: none !important;
    }

    /* 3. タイトル文字のスタイル調整 */
    #lp-content-wrapper .lp-page-header-dept-top h1 {
        font-size: 1.8rem;          /* 画面からはみ出ないサイズ感 */
        margin: 0;
        line-height: 1.2;
        width: auto;                /* 横幅指定を解除 */
        padding: 0 10px;
        color: var(--white);
        text-shadow: none;          /* 画像用の影を削除してフラットに */
        font-weight: bold;
    }
}

/* =========================================
   7. Page: Department Details
   ========================================= */
.page-dept-detail .lp-hero {
    background-size: cover;
    background-position: top center;
    color: #fff;
    padding: 150px 0;
    text-align: left;
    margin-bottom: 80px;
    margin-top: 80px;
    position: relative;
}
.lp-hero-bg-eigyo { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('saiyou_banner/dept_eigyou_top.jpg'); }
.lp-hero-bg-hoken { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('saiyou_banner/dept_hoken_top.jpg'); }
.lp-hero-bg-business { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('saiyou_banner/dept_business_top.jpg'); }
.lp-hero-bg-soumu { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('saiyou_banner/dept_soumu_top.jpg'); }
.lp-hero-bg-system { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('saiyou_banner/dept_system_top.jpg'); }

.page-dept-detail .lp-hero-title {
    font-size: 4.5rem;
    margin: 0 0 20px 0;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.1;
}
.page-dept-detail .lp-hero-catch {
    font-size: 2.4rem;
    font-weight: bold;
    display: inline-block;
    border-bottom: 3px solid var(--primary-color);
    padding-bottom: 10px;
    line-height: 1.4;
}

.page-dept-detail section {
    margin-bottom: 100px; 
}

.page-dept-detail .lp-section-title {
    font-size: 2.8rem;
    color: var(--primary-color);
    border-left: 8px solid var(--primary-color);
    padding-left: 20px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    justify-content: flex-start;
}
.page-dept-detail .lp-section-title span {
    font-size: 4rem;
    opacity: 0.1;
    margin-left: auto;
    font-family: sans-serif;
    font-weight: bold;
    color: #000;
    display: block;
}

.page-dept-detail .lp-job-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}
.page-dept-detail .lp-job-item {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    display: flex;
    align-items: flex-start;
    font-size: 1.7rem;
    line-height: 1.6;
}

.page-dept-detail .lp-reward-simple {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.page-dept-detail .lp-reward-text {
    font-size: 1.5rem;
    color: #555;
    line-height: 1.8;
    margin: 0;
    text-align: left;
    font-style: normal;
}

.page-dept-detail .lp-footer-nav {
    padding: 80px 0 100px;
}
.page-dept-detail .lp-btn-back {
    padding: 20px 60px;
    font-size: 1.3rem;
}

/* =========================================
   8. Top Page & Others
   ========================================= */
/* Top Page Hero */
#lp-content-wrapper .hero {
    width: 100%; height: 650px;
    background-color: #eefbff;
    position: relative; margin-bottom: 0; overflow: hidden;
    margin-top: 100px; /* ヘッダーの高さ分下げる */
}
#lp-content-wrapper .hero-slider,
#lp-content-wrapper .hero-slide {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}
#lp-content-wrapper .hero-slide {
    background-size: cover;
    background-position: top center;
    opacity: 0; transition: opacity 2s ease-in-out; z-index: 0;
}
#lp-content-wrapper .hero-slide.active { opacity: 1; z-index: 1; }
#lp-content-wrapper .hero::after {
    content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 50, 100, 0.1); z-index: 2; pointer-events: none;
}

/* Catchphrase & Message */
#lp-content-wrapper .catchphrase-banner {
    text-align: center; background-color: var(--white); padding: 80px 0 30px;
}
#lp-content-wrapper .catchphrase-banner h2 {
    font-size: 3.8rem; font-weight: 800; margin: 0 0 25px 0;
    line-height: 1.4; color: var(--primary-color);
}
#lp-content-wrapper .catchphrase-banner .catchphrase-sub {
    font-size: 2.4rem; font-weight: bold; color: var(--text-color);
    display: inline-block; margin-top: 10px; opacity: 0.95;
}
#lp-content-wrapper .section-message {
    padding: 60px 0; background-color: #fffaf5;
    text-align: center; border-bottom: 1px solid #ffead6;
}
#lp-content-wrapper .message-text {
    font-size: 1.8rem; line-height: 2.2; color: var(--text-color);
    display: inline-block; font-weight: 500; letter-spacing: 0.05em;
}

/* News */
#lp-content-wrapper .section-news { padding: 60px 0; background-color: var(--white); }
#lp-content-wrapper .news-wrapper {
    max-width: 100%; margin: 0 auto;
    border: 1px solid #e0e0e0; border-radius: 8px;
    padding: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.03); background: #fff;
}
#lp-content-wrapper .news-title {
    font-size: 1.8rem; color: var(--primary-color);
    margin: 0 0 15px; padding-bottom: 10px; border-bottom: 2px solid #f0f0f0;
    font-weight: bold; letter-spacing: 0.05em;
}
#lp-content-wrapper .news-scroll-area {
    height: 200px; overflow-y: auto;
    scrollbar-width: thin; scrollbar-color: #ccc #f9f9f9;
}
#lp-content-wrapper .news-item { border-bottom: 1px solid #eeeeee; transition: background-color 0.2s; }
#lp-content-wrapper .news-item:hover { background-color: #fafafa; }
#lp-content-wrapper .news-item a {
    display: flex; align-items: center; padding: 15px 10px;
    color: var(--text-color); flex-wrap: nowrap;
}
#lp-content-wrapper .news-meta {
    display: flex; align-items: center; min-width: 200px; flex-shrink: 0;
}
#lp-content-wrapper .news-date { font-size: 1.3rem; color: #888; margin-right: 15px; }

/* インフォメーション色分け */
#lp-content-wrapper .news-tag {
    font-size: 1.2rem; padding: 4px 10px; border-radius: 4px;
    color: #fff; background-color: #999; min-width: 80px; text-align: center;
}
#lp-content-wrapper .cat-event, 
#lp-content-wrapper .cat-recruit { 
    font-size: 1.4rem; /* 修正：ont-size -> font-size */
    background-color: var(--primary-color); 
}
#lp-content-wrapper .cat-info { background-color: var(--secondary-color); }

#lp-content-wrapper .news-body { font-size: 1.5rem; line-height: 1.4; flex-grow: 1; }

/* Banners */
#lp-content-wrapper .section-banners { padding: 80px 0; background-color: var(--bg-light); }
#lp-content-wrapper .banner-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px;
}
#lp-content-wrapper .banner-full { grid-column: 1 / -1; width: 100%; text-align: center; }
#lp-content-wrapper .banner-link {
    display: block; border-radius: 12px; overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: all 0.3s ease;
    background: var(--white); aspect-ratio: 3 / 2; position: relative;
}
#lp-content-wrapper .banner-short { aspect-ratio: 5 / 1; }
#lp-content-wrapper .banner-link:hover {
    transform: translateY(-5px); box-shadow: 0 10px 25px rgba(86, 204, 242, 0.3);
}
#lp-content-wrapper .banner-img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Slider in banner */
/* スライダーの親要素（.banner-link）への制約を追加 */
#lp-content-wrapper .banner-link.slider-container {
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; /* はみ出しをカット */
    display: block; /* Flexアイテムとしての挙動を安定化 */
}

/* スライダー全体を包むラッパー */
#lp-content-wrapper .slider-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.8s ease-in-out;
    will-change: transform; /* アニメーションを滑らかにする */
}

/* 個々のスライドアイテム */
#lp-content-wrapper .slide-item {
    flex: 0 0 100%; /* これが重要：伸び縮みを禁止し、幅を100%に固定 */
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

/* 画像本体の制御 */
#lp-content-wrapper .slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 縦横比を維持して切り抜く */
    display: block;
    max-width: 100%; /* 実機での画像膨張を防止 */
}

/* =========================================
   9. Interview / FAQ / Other components
   ========================================= */
/* Interview List Grid */
#lp-content-wrapper .lp-message-section { padding: 80px 0 20px; text-align: center; }
#lp-content-wrapper .lp-message-title {
    font-size: 2.2rem; font-weight: bold; color: var(--text-color); margin-bottom: 30px;
}
#lp-content-wrapper .lp-message-text {
    font-size: 1.1rem; line-height: 2.0; color: #666; max-width: 800px; margin: 0 auto;
}
#lp-content-wrapper .lp-staff-section { padding: 40px 0 80px; }
#lp-content-wrapper .lp-staff-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-bottom: 60px;
}
#lp-content-wrapper .lp-staff-card {
    background: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease; border-bottom: 3px solid transparent; cursor: pointer;
    display: flex; flex-direction: column; height: 100%; overflow: hidden;
}
#lp-content-wrapper .lp-staff-card:hover {
    transform: translateY(-5px); box-shadow: 0 20px 40px rgba(86, 204, 242, 0.15);
    border-bottom-color: var(--primary-color);
}
#lp-content-wrapper .lp-staff-img-box {
    width: 100%; aspect-ratio: 4 / 3; overflow: hidden;
}
#lp-content-wrapper .lp-staff-img {
    width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease;
}
#lp-content-wrapper .lp-staff-card:hover .lp-staff-img { transform: scale(1.08); }
#lp-content-wrapper .lp-staff-body {
    padding: 20px 25px 25px; flex-grow: 1; display: flex; flex-direction: column; text-align: left;
}
#lp-content-wrapper .lp-staff-header-group {
    display: flex; justify-content: space-between; align-items: flex-end;
    margin-bottom: 15px; border-bottom: 1px solid #eee; padding-bottom: 10px;
}
#lp-content-wrapper .lp-staff-dept { font-size: 1.3rem; color: var(--primary-color); font-weight: bold; }
#lp-content-wrapper .lp-staff-name { font-size: 1.8rem; font-weight: bold; font-family: "Helvetica Neue", sans-serif; }
#lp-content-wrapper .lp-staff-meta { margin-top: auto; display: flex; justify-content: space-between; align-items: center; }
#lp-content-wrapper .lp-staff-year {
    font-size: 0.9rem; color: #666; background-color: #f4f4f4; padding: 4px 12px; border-radius: 4px;
}
#lp-content-wrapper .lp-staff-arrow {
    color: var(--secondary-color); font-weight: bold; font-size: 1.0rem; opacity: 0.7; transition: all 0.3s;
}
#lp-content-wrapper .lp-staff-card:hover .lp-staff-arrow { opacity: 1; transform: translateX(5px); color: var(--primary-color); }

@media (max-width: 768px) {
    #lp-content-wrapper .lp-staff-grid { grid-template-columns: 1fr; }
}

/* ------------------------------------------------
   ▼▼▼ インタビュー詳細ページ (Layout & Fixes) ▼▼▼
   ------------------------------------------------ */
.lp-profile-header { background-color: var(--white); padding: 80px 0 60px; border-bottom: 1px solid #eee; margin-bottom: 60px; }
.lp-profile-flex { display: flex; justify-content: center; align-items: center; gap: 80px; max-width: 1000px; margin: 0 auto; }

/* PC表示で文字エリアの幅を画像エリア（350px）と統一 */
.lp-profile-info-col { 
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    padding-top: 10px; width: 350px; flex-shrink: 0;
}

/* ギザギザバッジ */
.lp-jagged-badge-wrapper { position: relative; width: 110px; height: 110px; margin-bottom: 25px; display: flex; justify-content: center; align-items: center; }
.lp-jagged-badge-wrapper.lg { width: 140px; height: 140px; }
.lp-jagged-badge {
    width: 100%; height: 100%; background: var(--secondary-color); color: var(--white);
    display: flex; justify-content: center; align-items: center; font-weight: bold; font-size: 1.8rem;
    clip-path: polygon(50% 0%, 61% 10%, 75% 6%, 80% 20%, 93% 25%, 90% 39%, 98% 50%, 90% 61%, 93% 75%, 80% 80%, 75% 94%, 61% 90%, 50% 100%, 39% 90%, 25% 94%, 20% 80%, 7% 75%, 10% 61%, 2% 50%, 10% 39%, 7% 25%, 20% 20%, 25% 6%, 39% 10%);
    transform: rotate(-10deg); filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.15));
}
.lp-jagged-badge-wrapper.lg .lp-jagged-badge { font-size: 1.6rem; }
.lp-jagged-badge span { transform: rotate(10deg); white-space: nowrap; }

/* テキストエリア */
.lp-profile-meta-text { text-align: center; }
.lp-profile-job { font-size: 1.2rem; color: #888; margin-bottom: 5px; display: block; }

/* 年数のサイズ (1.5rem) */
.lp-profile-year {
    font-size: 1.5rem; margin: 0 0 10px 0; color: var(--white);
    background: var(--primary-color); padding: 5px 20px; border-radius: 50px; display: inline-block; font-weight: bold;
}

/* イニシャルのサイズ (4.5rem) */
.lp-profile-initial { 
    font-size: 4.5rem; color: var(--text-color); font-family: "Helvetica Neue", sans-serif; 
    font-weight: bold; line-height: 1; margin: 0; letter-spacing: 0.05em; 
}

/* 写真エリア（サイズ 350px） */
.lp-profile-photo-col { flex-shrink: 0; }
.lp-square-photo-box {
    width: 350px;
    height: 350px;
    background: transparent; 
    position: relative;
}
.lp-square-photo {
    width: 100%;
    height: 100% !important; 
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

/* インタビュー詳細 コンテンツ */
.lp-content-section { background: var(--white); padding: 60px 80px; border-radius: 20px; margin-bottom: 80px; box-shadow: 0 5px 15px rgba(0,0,0,0.03); }
.lp-qa-mark { display: inline-block; font-family: "Arial Black", "Impact", sans-serif; font-weight: 900; line-height: 1; text-shadow: 2px 2px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 4px 4px 0 rgba(0,0,0,0.15); transform: rotate(-5deg); margin-right: 10px; }
.lp-qa-mark.q { color: var(--primary-color); font-size: 3.5rem; vertical-align: middle; margin-top: -8px; }
.lp-qa-mark.a { color: var(--secondary-color); font-size: 2.8rem; float: left; margin-right: 15px; margin-top: -5px; }
.lp-content-section h2 { font-size: 2.0rem; color: var(--text-color); margin-top: 60px; margin-bottom: 20px; border-left: none; padding-left: 0; line-height: 1.4; display: flex; align-items: center; }
.lp-content-section h2:first-of-type { margin-top: 0; }
.lp-content-section p { margin-bottom: 40px; text-align: justify; font-size: 1.5rem; line-height: 1.8; clear: both; min-height: 60px; }

/* QAフレックスレイアウト（PC） */
.lp-qa-content-flex { display: flex; align-items: flex-start; gap: 40px; margin-bottom: 40px; }
.lp-qa-content-flex .lp-qa-text-col { flex: 1; }
.lp-qa-content-flex .lp-qa-text-col p { margin-bottom: 0; }
.lp-qa-content-flex .lp-qa-photo-col { flex-shrink: 0; width: 300px; }

.lp-schedule-list { list-style: none; padding: 40px; background: var(--bg-light); border-radius: 15px; margin-top: 30px; }
.lp-schedule-item { display: flex; margin-bottom: 25px; align-items: flex-start; border-bottom: 1px dashed #ddd; padding-bottom: 15px; }
.lp-schedule-item:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0; }
.lp-schedule-time { width: 100px; font-weight: bold; color: var(--secondary-color); font-size: 1.6rem; flex-shrink: 0; font-family: "Helvetica Neue", sans-serif; }
.lp-schedule-desc { flex-grow: 1; font-size: 1.5rem; }

/* Table & Flow */
.lp-recruit-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.05); margin-bottom: 40px; }
.lp-recruit-table th, .lp-recruit-table td { padding: 20px; border-bottom: 1px solid #eee; text-align: left; vertical-align: top; }
.lp-recruit-table th { width: 25%; background-color: #f9f9f9; font-weight: bold; color: var(--primary-color); white-space: nowrap; }
.lp-recruit-table td { width: 75%; }
.lp-recruit-table tr:last-child th, .lp-recruit-table tr:last-child td { border-bottom: none; }
.lp-salary-note { font-size: 1.5rem; color: #666; margin-top: 5px; display: block; line-height: 1.5; }
.lp-list-item { margin-bottom: 5px; display: block; }
.lp-sub-title { font-size: 1.3rem; border-left: 5px solid var(--secondary-color); padding-left: 15px; margin-bottom: 20px; font-weight: bold; }
.lp-flow-container { display: flex; flex-direction: column; align-items: center; gap: 20px; max-width: 600px; margin: 0 auto 40px; }
.lp-flow-step { background: #fff; width: 100%; padding: 20px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); text-align: center; position: relative; border-left: 5px solid var(--primary-color); }
.lp-flow-arrow { color: var(--secondary-color); font-size: 1.5rem; font-weight: bold; }
.lp-schedule-list-inline { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; }
.lp-schedule-item-inline { background: #fff; padding: 15px 25px; border-radius: 50px; border: 2px solid var(--secondary-color); color: var(--secondary-color); font-weight: bold; }
.lp-schedule-note { text-align: center; margin-top: 30px; }

/* FAQ */
.lp-faq-list { width: 100%; max-width: 800px; margin: 0 auto; }
.lp-faq-item { margin-bottom: 20px; background: #fff; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); overflow: hidden; }
.lp-faq-question { padding: 20px 50px 20px 20px; cursor: pointer; position: relative; font-weight: bold; display: flex; align-items: flex-start; transition: background-color 0.3s; }
.lp-faq-question:hover { background-color: #fffaf5; }
.lp-faq-icon-q { color: var(--primary-color); font-size: 1.2em; margin-right: 15px; font-weight: 900; line-height: 1.4; flex-shrink: 0; }
.lp-faq-toggle-icon { position: absolute; right: 20px; top: 25px; width: 20px; height: 20px; }
.lp-faq-toggle-icon::before, .lp-faq-toggle-icon::after { content: ''; position: absolute; background-color: #ccc; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: transform 0.3s; }
.lp-faq-toggle-icon::before { width: 100%; height: 2px; }
.lp-faq-toggle-icon::after { width: 2px; height: 100%; }
.lp-faq-question.is-open .lp-faq-toggle-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.lp-faq-question.is-open .lp-faq-toggle-icon::before, .lp-faq-question.is-open .lp-faq-toggle-icon::after { background-color: var(--primary-color); }
.lp-faq-answer { display: none; padding: 20px 20px 30px 55px; border-top: 1px solid #eee; line-height: 1.8; color: #555; }

/* Support Education */
.lp-support-list { list-style: none; padding: 0; margin: 0 0 60px; }
.lp-support-item { background: #fff; padding: 40px; border-radius: 12px; margin-bottom: 40px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); border-left: 5px solid var(--primary-color); }
.lp-support-item h3 { font-size: 1.5rem; color: var(--primary-color); margin-bottom: 20px; font-weight: bold; border-bottom: 1px solid #eee; padding-bottom: 10px; }
.lp-support-item p { font-size: 1.1rem; margin: 0 0 20px; color: #555; }
.lp-support-img-in-list { width: 100%; margin-top: 20px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.lp-support-img-in-list img { width: 100%; height: auto; display: block; transition: transform 0.5s ease; }
.lp-support-img-in-list:hover img { transform: scale(1.03); }

/* =========================================
   Responsive General (SP: max-width 768px)
   ========================================= */
@media (max-width: 768px) {
    /* ------------------------------------------------
       1. ヘッダーエリアの共通調整
       ------------------------------------------------ */
    /* 標準ヘッダー */
    #lp-content-wrapper .lp-page-header { 
        height: 150px; 
        margin-top: 80px; 
    }
    
    /* 文字サイズの調整（共通） */
    #lp-content-wrapper .lp-page-header h1, 
    #lp-content-wrapper .lp-page-header-tall h1 { 
        font-size: 1.8rem; 
        text-shadow: none; /* 影を削除 */
        margin: 0;
    }

    /* ------------------------------------------------
       2. インタビュー一覧ヘッダー（修正：シンプル化）
       ------------------------------------------------ */
    #lp-content-wrapper .lp-page-header-tall { 
        height: 150px !important; /* 高さを半分に強制 */
        margin-top: 80px; 
        background-color: var(--primary-color); /* 背景オレンジ */
    }
    
    /* 黒いフィルターを削除 */
    #lp-content-wrapper .lp-page-header-tall::before { 
        display: none !important; 
    }
    
    /* 背景写真グリッドを非表示 */
    .lp-header-gallery, 
    .lp-header-gallery.col-2, 
    .lp-header-gallery.col-4 { 
        display: none !important; 
    }

    /* ------------------------------------------------
       3. 各セクションのSP調整（Top, News, Banner等）
       ------------------------------------------------ */
    #lp-content-wrapper .hero { 
        height: 300px; 
        margin-top: 80px; /* SP版ヘッダーの高さ分下げる */
    }
    #lp-content-wrapper .catchphrase-banner { 
        padding: 60px 0 20px; 
    }
    #lp-content-wrapper .catchphrase-banner h2 { 
        font-size: 3.0rem; 
    }
    #lp-content-wrapper .section-message { 
        padding: 40px 20px; 
    }
    #lp-content-wrapper .news-item a { 
        flex-direction: column; 
        align-items: flex-start; 
        padding: 12px 5px; 
    }
    #lp-content-wrapper .banner-grid { 
        grid-template-columns: 1fr; 
    }
    
    /* スタッフ一覧グリッド（1列に） */
    #lp-content-wrapper .lp-staff-grid { 
        grid-template-columns: 1fr; 
    }

    /* ------------------------------------------------
       4. インタビュー詳細ページ SP調整
       ------------------------------------------------ */
    #lp-content-wrapper .lp-profile-flex { 
        flex-direction: column-reverse; 
        gap: 30px; 
    }
    #lp-content-wrapper .lp-profile-info-col { 
        flex-direction: row; 
        gap: 20px; 
        width: 100%; 
        justify-content: center; 
        padding-top: 0;
    }
    #lp-content-wrapper .lp-jagged-badge-wrapper { 
        width: 80px; 
        height: 80px; 
    }
    #lp-content-wrapper .lp-jagged-badge-wrapper.lg { 
        width: 100px; 
        height: 100px; 
    }
    #lp-content-wrapper .lp-jagged-badge { 
        font-size: 1.3rem; 
    }
    
    /* 文字サイズ調整 */
    #lp-content-wrapper .lp-profile-year { 
        font-size: 1.5rem; 
    }
    #lp-content-wrapper .lp-profile-initial { 
        font-size: 3.5rem; 
    }
    
    /* 写真サイズ調整 */
    #lp-content-wrapper .lp-square-photo-box { 
        width: 280px; 
        height: 280px; 
    }
    
    /* コンテンツエリア */
    #lp-content-wrapper .lp-content-section { 
        padding: 40px 20px; 
    }
    #lp-content-wrapper .lp-qa-mark.q { 
        font-size: 2.8rem; 
    }
    #lp-content-wrapper .lp-qa-mark.a { 
        font-size: 2.2rem; 
    }
    #lp-content-wrapper .lp-content-section h2 { 
        font-size: 1.6rem; 
    }
    
    /* QA画像（SPで縦並び） */
    #lp-content-wrapper .lp-qa-content-flex { 
        flex-direction: column; 
        gap: 20px; 
    }
    #lp-content-wrapper .lp-qa-content-flex .lp-qa-photo-col { 
        width: 100%; 
        text-align: center; 
    }

    /* スケジュール（縦積みレイアウト） */
    #lp-content-wrapper .lp-schedule-item { 
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    #lp-content-wrapper .lp-schedule-time {
        width: 100%;
        text-align: left;
        border-left: 4px solid var(--secondary-color);
        padding-left: 10px;
        line-height: 1;
        margin-bottom: 5px;
    }
    #lp-content-wrapper .lp-schedule-desc {
        padding-left: 0;
    }
    
    /* ------------------------------------------------
       5. 募集要項・FAQ SP調整
       ------------------------------------------------ */
    /* 募集要項テーブル */
    .lp-recruit-table th, 
    .lp-recruit-table td { 
        display: block; 
        width: 100%; 
    }
    .lp-recruit-table th { 
        background: #f0f0f0; 
        padding-bottom: 10px; 
    }
    .lp-recruit-table td { 
        padding-top: 10px; 
    }

    /* FAQ（募集要項のデザインに合わせる） */
    .lp-faq-item {
        margin-bottom: 20px;
        border-radius: 8px;
        overflow: hidden; 
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }
    .lp-faq-question {
        background-color: #f0f0f0; /* グレー背景 */
        padding: 15px 45px 15px 20px;
        font-size: 1.8rem;
        font-weight: bold;
        color: var(--text-color);
        transition: background-color 0.2s;
    }
    .lp-faq-question:hover, 
    .lp-faq-question:active {
        background-color: #e6e6e6; 
    }
    #lp-content-wrapper .lp-faq-icon-q { 
        color: var(--primary-color); 
        font-size: 2.8rem; 
        margin-right: 15px; 
        font-weight: 900; 
        line-height: 1.4; 
        flex-shrink: 0; 
    }
    .lp-faq-answer {
        background-color: #fff; 
        padding: 20px;
        border-top: 1px solid #fff; 
    }

    /* ------------------------------------------------
       6. 部署詳細・部署一覧 SP調整
       ------------------------------------------------ */
    /* 部署詳細 */
    .page-dept-detail .lp-hero-title { 
        font-size: 3.5rem; 
    }
    .page-dept-detail .lp-hero-catch { 
        font-size: 1.6rem; 
    }
    .page-dept-detail .lp-hero { 
        margin-top: 60px; 
        padding: 60px 0; 
    }

/* ▼▼▼ 追加：スマホでセクションタイトルの英語背景（WORK等）を非表示にする ▼▼▼ */
    .page-dept-detail .lp-section-title span {
        display: none;
    }
    
    /* 部署一覧TOP（シンプル版） */
    #lp-content-wrapper .lp-page-header-dept-top { 
        margin-top: 80px; 
        padding: 80px 0 60px; 
    }
    #lp-content-wrapper .lp-page-header-dept-top h1 { 
        font-size: 2.4rem; 
    }
}