/**
 * 採用情報ページスタイル
 * Recruit Page Styles
 * Version: 1.6.1
 */

/* ========================================
   ページバナー（スマホ用）
   ======================================== */

.recruit-page .page-banner {
    display: none;
}

.recruit-page .breadcrumb-wrapper {
    background-color: var(--color-white);
    padding: var(--spacing-md) 0;
    width: 100%;
    border-bottom: none;
}

.recruit-page .breadcrumb-wrapper .container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

/* ========================================
   MVヒーローセクション
   ======================================== */

.recruit-hero {
    position: relative;
    width: 100%;
    min-height: 550px;
    padding-top: 200px;
    background-color: #319dd9;
    overflow: hidden;
}

/* スマホ用MVコンテンツ（デフォルトで非表示） */
.recruit-hero-mobile {
    display: none;
}

.hero-content {
    position: relative;
    max-width: var(--container-max-width);
    margin: -50px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--spacing-3xl);
}

/* ========================================
   左側：見出しエリア
   ======================================== */

.hero-left {
    flex: 0 0 auto;
    max-width: 600px;
    z-index: 3;
    position: relative;
}

/* RECRUITバッジ */
.recruit-badge {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
}

.badge-bg {
    position: relative;
    width: 350px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: var(--spacing-md);
}

.badge-bg::after {
    content: '';
    position: absolute;
    bottom: 65px;
    left: 30px;
    width: 600px;
    height: 2px;
    background-color: var(--color-white);
}

.badge-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.badge-text {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    color: var(--color-white);
    font-size: 36px;
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.15em;
    z-index: 2;
}

/* 採用情報テキスト */
.badge-info {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.info-text {
    color: var(--color-white);
    font-size: 18px;
    font-weight: var(--font-weight-semibold);
    white-space: nowrap;
    margin-left: -100px;
}

.badge-dott {
    position: absolute;
    width: 70px;
    height: auto;
    z-index: 10;
}

.badge-dott.bottom {
    right: -150px;
}

.badge-dott img {
    width: 100%;
    height: auto;
}

/* 見出し */
.hero-title {
    color: var(--color-white);
    font-size: 48px;
    font-weight: var(--font-weight-bold);
    line-height: 1.8;
    margin: 0;
    padding-left: var(--spacing-lg);
}

.hero-title .title-line {
    display: block;
}

/* ========================================
   右側：スライド画像と装飾
   ======================================== */

.hero-right {
    flex: 0 0 auto;
    width: 500px;
    height: 500px;
    position: relative;
    z-index: 2;
}

/* 緑の円（背後） */
.circle-bg {
    position: absolute;
    right: 45px;
    width:170px;
    height: 170px;
    z-index: 1;
}

.circle-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* スライド画像 */
.hero-slider {
    position: relative;
    width: 450px;
    height: 450px;
    z-index: 2;
}

.hero-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    border-radius: 50px;
    overflow: hidden;
}

.hero-slider .slide.active {
    opacity: 1;
}

.hero-slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 人物イラスト（前面・左下） */
.person-illustration {
    position: absolute;
    bottom: 20px;
    left: -50px;
    width: 160px;
    z-index: 3;
}

.person-illustration img {
    width: 100%;
    height: auto;
    display: block;
}

/* 木々（前面・右下） */
.trees-decoration {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 250px;
    z-index: 3;
}

.trees-decoration img {
    width: 100%;
    height: auto;
    display: block;
}

/* ========================================
   パンくずナビゲーション
   ======================================== */

.recruit-page .breadcrumb-wrapper {
    background-color: var(--color-white);
    padding: var(--spacing-md) 0;
    width: 100%;
    border-bottom: none;
}

.recruit-page .breadcrumb-wrapper .container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

/* ========================================
   代表メッセージセクション
   ======================================== */

.chairman-message {
    background-color: #eaf6fd;
    padding: var(--spacing-4xl) 0;
}

.chairman-message .container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

.message-content {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-3xl);
    flex-direction: row;
    flex-wrap: nowrap;
}

/* 左側：代表画像 */
.chairman-image {
    flex: 0 0 auto;
    width: 310px;
}

.chairman-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* 右側：メッセージ */
.message-text {
    flex: 1;
    display: flex;
    gap: var(--spacing-2xl);
    flex-direction: row;
    flex-wrap: nowrap;
}

.message-main {
    flex: 1;
}

.chairman-message .section-label {
    color: #319dd9;
    font-size: 24px;
    font-weight: var(--font-weight-normal);
    margin: 0 0 var(--spacing-md) 0;
    letter-spacing: 0.1em;
    text-align: center;
}

.section-label {
    color: #319dd9;
    font-size: 24px;
    font-weight: var(--font-weight-normal);
    margin: 0 0 var(--spacing-md) 0;
    letter-spacing: 0.1em;
    text-align: left;
}

.message-title {
    font-size: 32px;
    font-weight: var(--font-weight-bold);
    line-height: 1.6;
    margin: 0 0 var(--spacing-lg) 0;
    text-align: center;
}

.title-highlight {
    color: #90b62b;
}

.title-main {
    color: var(--color-text);
}

.chairman-name {
    font-size: 16px;
    font-weight: var(--font-weight-semibold);
    color: var(--color-text);
    margin: 0 0 var(--spacing-xl) 0;
    text-align: right;
}

.message-body {
    margin-bottom: var(--spacing-2xl);
}

.message-body p {
    font-size: 16px;
    line-height: 1.9;
    color: var(--color-text);
    margin: 0;
}

/* PC用message-bodyを表示、スマホ用を非表示 */
.message-body-pc {
    display: block;
}

.message-body-mobile {
    display: none;
}

/* 3つのイラスト画像（右側に縦並び） */
.message-images {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
    justify-content: space-around;
}

.message-img {
    width: 240px;
}

.message-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* ========================================
   特徴セクション
   ======================================== */

.features-section {
    position: relative;
    padding: var(--spacing-4xl) 0;
    overflow: hidden;
}

.features-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.features-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.features-section .container {
    position: relative;
    z-index: 1;
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

.section-header {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-3xl);
    margin-bottom: var(--spacing-3xl);
}

.section-header-left {
    flex: 0 0 auto;
}

.section-header-right {
    flex: 1;
    padding-top: var(--spacing-sm);
}

.section-title {
    font-size: 36px;
    font-weight: var(--font-weight-bold);
    color: var(--color-text);
    margin: var(--spacing-md) 0 0;
}

.section-description {
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-text);
    margin: 0;
}

.features-content {
    display: flex;
    gap: var(--spacing-3xl);
    align-items: flex-start;
}

/* 左側：特徴カード */
.features-cards {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-lg);
}

.feature-card {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #319dd9;
    padding: var(--spacing-xl);
}

.card-title-ja {
    font-size: 20px;
    font-weight: var(--font-weight-bold);
    color: var(--color-text);
    margin: 0 0 var(--spacing-xs) 0;
    text-align: center;
}

.card-title-en {
    font-size: 14px;
    color: #319dd9;
    margin: 0 0 var(--spacing-md) 0;
    text-align: center;
}

.card-description {
    font-size: 14px;
    line-height: 1.8;
    color: var(--color-text);
    margin: 0;
}

/* 右側：人物画像 */
.features-images {
    flex: 0 0 auto;
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.feature-image {
    position: relative;
    width: 100%;
}

.feature-image.top {
    width: 350px;
    margin-left: auto;
    z-index: 1;
}

.feature-image.bottom {
    width: 350px;
    margin-right: auto;
    margin-top: -80px;
    z-index: 2;
}

.feature-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

/* ========================================
   先輩の声セクション
   ======================================== */

.voice-section {
    background-color: #319dd9;
    padding: var(--spacing-4xl) 0;
}

.voice-section .container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

.voice-content {
    display: flex;
    gap: var(--spacing-3xl);
    align-items: center;
}

/* 左側：テキスト */
.voice-left {
    flex: 0 0 auto;
    max-width: 450px;
    color: var(--color-white);
}

.voice-header {
    display: flex;
    align-items: baseline;
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
}

.voice-label {
    font-size: 24px;
    font-weight: var(--font-weight-normal);
    letter-spacing: 0.15em;
    margin: 0;
}

.voice-title {
    font-size: 36px;
    font-weight: var(--font-weight-bold);
    margin: 0;
}

.voice-subtitle {
    font-size: 30px;
    font-weight: var(--font-weight-semibold);
    line-height: 1.6;
    margin: 0 0 var(--spacing-xl) 0;
}

.voice-description {
    font-size: 15px;
    line-height: 1.9;
    margin: 0 0 var(--spacing-2xl) 0;
}

.btn-view-all {
    display: inline-block;
    padding: var(--spacing-sm) var(--spacing-lg);
    border: 2px solid var(--color-white);
    color: var(--color-white);
    font-size: 16px;
    font-weight: var(--font-weight-semibold);
    text-decoration: none;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
    float: right;
}

.btn-view-all:hover {
    background-color: var(--color-white);
    color: #319dd9;
}

/* 右側：スライダー */
.voice-right {
    flex: 1;
    position: relative;
}

.voice-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.voice-slide {
    display: none;
    gap: var(--spacing-lg);
    grid-template-columns: repeat(2, 1fr);
}

.voice-slide.active {
    display: grid;
}

.voice-card {
    background-color: var(--color-white);
    overflow: hidden;
}

.voice-card a {
    display: block;
    text-decoration: none;
    color: var(--color-text);
    position: relative;
}

.voice-thumbnail {
    width: 100%;
    aspect-ratio: 6/5;
    overflow: hidden;
    position: relative;
}

.voice-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.voice-card:hover .voice-thumbnail img {
    transform: scale(1.05);
}

/* 記事タイトルオーバーレイ（緑の帯・横書き・下部左寄せ） */
.voice-card-title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 4px;
    z-index: 2;
}

.voice-card-title-line {
    background-color: rgba(144, 182, 43, 0.85);
    color: var(--color-white);
    padding: 4px 8px;
    font-size: 14px;
    font-weight: var(--font-weight-semibold);
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    letter-spacing: 0.05em;
    line-height: 1.5;
    min-height: auto;
    display: block;
    text-align: left;
}

.voice-info {
    padding: 8px;
    text-align: center;
    background-color: var(--color-white);
}

.voice-card-info {
    font-size: 14px;
    color: var(--color-text);
    margin: 0;
    font-weight: var(--font-weight-semibold);
}

/* スライダーコントロール */
.voice-slider-controls {
    display: flex;
    gap: var(--spacing-md);
    justify-content: center;
    margin-top: var(--spacing-xl);
}

.voice-prev,
.voice-next {
    width: 50px;
    height: 50px;
    border: 2px solid var(--color-white);
    border-radius: 50%;
    background-color: transparent;
    color: var(--color-white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.voice-prev:hover,
.voice-next:hover {
    background-color: var(--color-white);
}

.voice-prev:hover svg path,
.voice-next:hover svg path {
    stroke: #319dd9;
}

/* ========================================
   教育セクション
   ======================================== */

.education-section {
    background-color: #f5f5f5;
    padding: var(--spacing-4xl) 0;
}

.education-section .container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

/* セクションヘッダー */
.education-header {
    margin-bottom: var(--spacing-3xl);
}

.education-label {
    color: #319dd9;
    font-size: 24px;
    font-weight: var(--font-weight-normal);
    letter-spacing: 0.15em;
    margin: 0 0 var(--spacing-sm) 0;
}

.education-title {
    font-size: 36px;
    font-weight: var(--font-weight-bold);
    color: var(--color-text);
    margin: 0 0 var(--spacing-lg) 0;
}

.education-description {
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-text);
    margin: 0;
    max-width: 800px;
}

/* 新人研修セクション */
.training-section {
    margin-bottom: var(--spacing-3xl);
}

.training-content {
    display: flex;
    gap: var(--spacing-3xl);
    align-items: center;
}

.training-image {
    flex: 0 0 auto;
    width: 50%;
}

.training-image img {
    width: 100%;
    height: auto;
    display: block;
}

.training-text {
    flex: 1;
}

.training-label {
    color: #319dd9;
    font-size: 18px;
    font-weight: var(--font-weight-semibold);
    margin: 0 0 var(--spacing-md) 0;
}

.training-title {
    font-size: 28px;
    font-weight: var(--font-weight-bold);
    color: #319dd9;
    line-height: 1.6;
    margin: 0 0 var(--spacing-lg) 0;
}

.training-description {
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-text);
    margin: 0;
}

/* 4つの円形カード */
.education-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.education-card {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    padding: var(--spacing-xl) var(--spacing-md);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--color-white);
    position: relative;
    margin-left: -30px;
}

.education-card:first-child {
    margin-left: 0;
}

.education-card.green {
    background-color: #90b62b;
}

.education-card.blue {
    background-color: #319dd9;
}

.card-number {
    font-size: 40px;
    font-weight: var(--font-weight-bold);
    margin: 0 0 var(--spacing-sm) 0;
    line-height: 1;
}

.card-title {
    font-size: 16px;
    font-weight: var(--font-weight-bold);
    margin: 0 0 var(--spacing-sm) 0;
}

.card-text {
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
}

/* ========================================
   福利厚生セクション
   ======================================== */

.benefits-section {
    background-color: var(--color-white);
    padding: var(--spacing-4xl) 0;
}

.benefits-section .container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

/* アイコン */
.benefits-icon {
    text-align: center;
    margin-bottom: var(--spacing-3xl);
}

.benefits-icon img {
    width: 100px;
    height: auto;
}

/* コンテンツ */
.benefits-content {
    display: flex;
    gap: var(--spacing-3xl);
    align-items: center;
}

/* 左側：テキスト */
.benefits-left {
    flex: 1;
}

.benefits-label {
    color: #319dd9;
    font-size: 18px;
    font-weight: var(--font-weight-semibold);
    margin: 0 0 var(--spacing-md) 0;
}

.benefits-title {
    font-size: 28px;
    font-weight: var(--font-weight-bold);
    color: #319dd9;
    line-height: 1.6;
    margin: 0 0 var(--spacing-xl) 0;
}

.benefits-description {
    font-size: 15px;
    line-height: 1.8;
    color: var(--color-text);
}

.benefits-description p {
    margin: 0 0 var(--spacing-lg) 0;
}

.benefits-description p:last-child {
    margin-bottom: 0;
}

/* 右側：画像 */
.benefits-right {
    flex: 0 0 auto;
    width: 50%;
}

.benefits-right img {
    width: 100%;
    height: auto;
    display: block;
}

/* ========================================
   福利厚生アイコンセクション
   ======================================== */

.benefits-icons-section {
    background-color: #f5f5f5;
    padding: var(--spacing-4xl) 0;
}

.benefits-icons-section .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

.benefits-icons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.benefit-icon-item {
    padding: var(--spacing-xl) var(--spacing-md);
    text-align: center;
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefit-icon-item.green {
    background-color: #90b62b;
}

.benefit-icon-item.blue {
    background-color: #319dd9;
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--spacing-lg);
}

.icon-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.icon-title {
    font-size: 18px;
    font-weight: var(--font-weight-bold);
    margin: 0 0 var(--spacing-md) 0;
    line-height: 1.4;
}

.icon-description {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* ========================================
   奨学金支援セクション
   ======================================== */

.scholarship-section {
    background-color: var(--color-white);
    padding: var(--spacing-4xl) 0;
}

.scholarship-section .container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

/* 上部アイコン */
.scholarship-icon-top {
    text-align: center;
    margin-bottom: var(--spacing-3xl);
}

.scholarship-icon-top img {
    width: 100px;
    height: auto;
}

/* コンテンツ */
.scholarship-content {
    display: flex;
    gap: var(--spacing-3xl);
    align-items: center;
}

/* 左側：画像 */
.scholarship-left {
    flex: 0 0 auto;
    width: 50%;
}

.scholarship-left img {
    width: 100%;
    height: auto;
    display: block;
}

/* 右側：テキスト */
.scholarship-right {
    flex: 1;
}

.scholarship-label {
    color: #319dd9;
    font-size: 18px;
    font-weight: var(--font-weight-semibold);
    margin: 0 0 var(--spacing-md) 0;
}

.scholarship-title-wrapper {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-xl);
}

.scholarship-title {
    font-size: 28px;
    font-weight: var(--font-weight-bold);
    color: #319dd9;
    line-height: 1.6;
    margin: 0;
    flex: 1;
}

.scholarship-icon-orange {
    flex-shrink: 0;
    align-self: flex-start;
}

.scholarship-icon-orange img {
    width: 60px;
    height: auto;
}

.scholarship-description {
    font-size: 15px;
    line-height: 1.8;
    color: var(--color-text);
    margin-bottom: var(--spacing-xl);
}

.scholarship-description p {
    margin: 0;
}

.scholarship-button-wrapper {
    text-align: left;
}

.btn-scholarship {
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-xs);
    background-color: #319dd9;
    color: var(--color-white);
    padding: var(--spacing-xs) var(--spacing-xl);
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: var(--font-weight-semibold);
    transition: all 0.3s ease;
}

.btn-scholarship::after {
    content: '›';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 15px;
    border: 2px solid var(--color-white);
    border-radius: 50%;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 3px;
}

.btn-scholarship:hover {
    background-color: var(--color-white);
    color: #319dd9;
    transform: translateY(-2px);
}

.btn-scholarship:hover::after {
    border-color: #319dd9;
    color: #319dd9;
}

/* ========================================
   地域貢献セクション
   ======================================== */

.community-section {
    background-color: var(--color-white);
    padding: 0 0 var(--spacing-4xl);
}

.community-section .container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

/* 上部アイコン */
.community-icon-top {
    text-align: center;
    margin-bottom: var(--spacing-3xl);
}

.community-icon-top img {
    width: 100px;
    height: auto;
}

/* コンテンツ */
.community-content {
    display: flex;
    gap: var(--spacing-3xl);
    align-items: center;
}

/* 左側：テキスト */
.community-left {
    flex: 1;
}

.community-label {
    color: #319dd9;
    font-size: 18px;
    font-weight: var(--font-weight-semibold);
    margin: 0 0 var(--spacing-md) 0;
}

.community-title {
    font-size: 28px;
    font-weight: var(--font-weight-bold);
    color: #319dd9;
    line-height: 1.6;
    margin: 0 0 var(--spacing-xl) 0;
}

.community-description {
    font-size: 15px;
    line-height: 1.8;
    color: var(--color-text);
}

.community-description p {
    margin: 0 0 var(--spacing-lg) 0;
}

.community-description p:last-child {
    margin-bottom: 0;
}

/* 右側：画像 */
.community-right {
    flex: 0 0 auto;
    width: 50%;
}

.community-right img {
    width: 100%;
    height: auto;
    display: block;
}

/* ========================================
   職場風景スライダーセクション
   ======================================== */

.workplace-slider-section {
    background-color: var(--color-white);
    padding: var(--spacing-2xl) 0 0;
    overflow: hidden;
}

.workplace-slider-container {
    width: 100%;
    overflow: hidden;
}

.workplace-slider {
    display: flex;
    animation: slideShow 30s linear infinite;
}

.workplace-slide {
    flex: 0 0 auto;
    width: 300px;
    height: 200px;
}

.workplace-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@keyframes slideShow {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-300px * 6 - var(--spacing-md) * 6));
    }
}

/* スライダーを無限ループさせるために複製 */
.workplace-slider::after {
    content: '';
    display: flex;
}

/* ========================================
   レスポンシブデザイン
   ======================================== */

/* タブレット */
@media (max-width: 1023px) {
    .recruit-hero {
        min-height: 450px;
    }
    
    .hero-content {
        gap: var(--spacing-lg);
        padding: var(--spacing-2xl) var(--spacing-md);
    }
    
    .hero-left {
        padding-top: var(--spacing-lg);
    }
    
    .recruit-badge {
        margin-bottom: var(--spacing-2xl);
    }
    
    .badge-bg {
        width: 240px;
        height: 85px;
    }
    
    .badge-text {
        font-size: 28px;
        left: 28%;
    }
    
    .badge-bg::after {
        font-size: 16px;
        right: -70px;
    }
    
    .badge-bg::before {
        width: 300px;
        right: -400px;
    }
    
    .badge-dott {
        width: 65px;
    }
    
    .badge-dott.top {
        left: 170px;
    }
    
    .badge-dott.bottom {
        right: -120px;
    }
    
    .hero-title {
        font-size: 38px;
    }
    
    .hero-right {
        width: 400px;
        height: 400px;
    }
    
    .circle-bg {
        top: -40px;
        right: -60px;
        width: 280px;
        height: 280px;
    }
    
    .hero-slider {
        width: 360px;
        height: 360px;
    }
    
    .person-illustration {
        width: 160px;
        left: -60px;
        bottom: 15px;
    }
    
    .trees-decoration {
        width: 140px;
    }
    
    /* 代表メッセージ */
    .chairman-message {
        padding: var(--spacing-3xl) 0;
    }
    
    .message-content {
        gap: var(--spacing-2xl);
        flex-direction: row;
        flex-wrap: nowrap;
    }
    
    .chairman-image {
        width: 280px;
    }
    
    .message-text {
        gap: var(--spacing-lg);
        flex-direction: row;
        flex-wrap: nowrap;
    }
    
    .message-title {
        font-size: 28px;
    }
    
    .message-img {
        width: 150px;
    }
    
    /* 特徴セクション */
    .features-section {
        padding: var(--spacing-3xl) 0;
    }
    
    .section-header {
        gap: var(--spacing-2xl);
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .section-description {
        font-size: 15px;
    }
    
    .features-content {
        gap: var(--spacing-2xl);
    }
    
    .features-cards {
        gap: var(--spacing-md);
    }
    
    .feature-card {
        padding: var(--spacing-lg);
    }
    
    .card-title-ja {
        font-size: 18px;
    }
    
    .card-description {
        font-size: 13px;
    }
    
    .features-images {
        width: 320px;
    }
    
    .feature-image.top,
    .feature-image.bottom {
        width: 280px;
    }
    
    /* 先輩の声セクション */
    .voice-section {
        padding: var(--spacing-3xl) 0;
    }
    
    .voice-content {
        gap: var(--spacing-2xl);
    }
    
    .voice-left {
        max-width: 380px;
    }
    
    .voice-label {
        font-size: 20px;
    }
    
    .voice-title {
        font-size: 30px;
    }
    
    .voice-subtitle {
        font-size: 20px;
    }
    
    .voice-description {
        font-size: 14px;
    }
    
    .voice-slide {
        gap: var(--spacing-md);
    }
}

/* モバイル */
@media (max-width: 767px) {
    /* ページバナーを表示 */
    .recruit-page .page-banner {
        display: block;
        position: relative;
        text-align: center;
        padding: 15px 0;
        background-color: transparent;
        border: none;
    }
    
    .recruit-page .banner-bg {
        display: inline-block;
        background-image: url('../images/bg_title.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        padding: var(--spacing-md) var(--spacing-xl);
        position: relative;
        min-width: 300px;
        min-height: 100px;
    }
    
    .recruit-page .banner-title {
        color: var(--color-white);
        font-size: 24px;
        font-weight: var(--font-weight-bold);
        margin: 0 0 var(--spacing-xs);
        line-height: 1;
    }
    
    .recruit-page .banner-subtitle {
        color: var(--color-white);
        font-size: var(--font-size-xs);
        margin: 0;
        opacity: 0.95;
        letter-spacing: 0.05em;
    }
    
    /* PC用ヒーローコンテンツを非表示 */
    .hero-content {
        display: none;
    }
    
    /* スマホ用MVコンテンツを表示 */
    .recruit-hero {
        min-height: 700px;
        padding: 0 var(--spacing-xs) var(--spacing-xs);
        background-color: #319dd9;
        position: relative;
        border-top: none;
    }
    
    .recruit-hero-mobile {
        display: block;
        position: relative;
    }
    
    /* 緑の楕円背景 - 非表示 */
    .hero-mobile-bg {
        display: none;
    }
    
    /* RECRUITバッジ - 非表示 */
    .hero-mobile-badge {
        display: none;
    }
    
    /* 黄色いドット装飾（右上） - 非表示 */
    .hero-mobile-dots {
        display: none;
    }
    
    /* 見出し */
    .hero-mobile-title {
        font-size: 26px;
        font-weight: var(--font-weight-bold);
        color: var(--color-white);
        text-align: left;
        line-height: 1.6;
        position: relative;
        z-index: 3;
        margin: -6px 0 8px;
        padding: 0 var(--spacing-md);
    }
    
    /* 画像スライダー */
    .hero-mobile-slider {
        position: relative;
        width: 95%;
        margin: 0 auto;
        z-index: 3;
        min-height: 400px;
    }
    
    .hero-mobile-slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 1s ease-in-out;
        z-index: 2;
    }
    
    .hero-mobile-slide.active {
        opacity: 1;
    }
    
    .hero-mobile-slide img {
        width: 100%;
        height: auto;
        display: block;
    }
    
    /* 人物イラスト（スライダーの左下に配置） */
    .hero-mobile-person {
        position: absolute;
        bottom: -40px;
        left: -10px;
        width: 120px;
        z-index: 4;
    }
    
    .hero-mobile-person img {
        width: 100%;
        height: auto;
    }
    
    /* 緑の円装飾（スライダーの右上背後に重なる） */
    .hero-mobile-circle {
        position: absolute;
        top: -10px;
        right: -10px;
        width: 100px;
        height: 100px;
        background-color: #90b62b;
        border-radius: 50%;
        z-index: 1;
    }
    
    .hero-left {
        background-color: #90b62b;
        border-radius: 50%;
        z-index: 0;
    }
    
    .hero-left {
        bottom: 10px;
    }
    
    .trees-decoration {
        width: 100px;
    }
    
    /* 代表メッセージ */
    .chairman-message {
        padding: var(--spacing-2xl) 0;
    }
    
    .message-content {
        display: grid;
        grid-template-columns: 120px 1fr;
        grid-template-rows: auto auto;
        gap: var(--spacing-md);
    }
    
    .chairman-image {
        grid-column: 1;
        grid-row: 1;
        width: 120px;
    }
    
    .message-text {
        grid-column: 2;
        grid-row: 1;
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    
    .message-main {
        width: 100%;
    }
    
    .chairman-message .section-label {
        font-size: 18px;
        text-align: left;
        margin-bottom: var(--spacing-xs);
    }
    
    .message-title {
        font-size: 20px;
        text-align: left;
        margin-bottom: var(--spacing-md);
        line-height: 1.4;
    }
    
    .chairman-name {
        font-size: 14px;
        text-align: right;
        margin-bottom: 0;
    }
    
    /* PC用message-bodyを非表示、スマホ用を表示 */
    .message-body-pc {
        display: none;
    }
    
    .message-body-mobile {
        display: block;
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        margin-top: var(--spacing-md);
    }
    
    .message-body-mobile p {
        font-size: 14px;
        line-height: 1.8;
    }
    
    .message-images {
        display: none;
    }
    
    /* 特徴セクション */
    .features-section {
        padding: var(--spacing-2xl) 0;
        background-color: var(--color-white);
    }
    
    .features-bg {
        display: none;
    }
    
    .section-header {
        flex-direction: column;
        gap: var(--spacing-md);
        align-items: flex-start;
        margin-bottom: var(--spacing-xl);
        position: relative;
    }
    
    .section-header-left {
        width: 100%;
    }
    
    .section-header-right {
        display: block;
        width: 100%;
        padding-top: 0;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .section-description {
        font-size: 14px;
        line-height: 1.8;
    }
    
    .features-content {
        flex-direction: column;
        gap: var(--spacing-xl);
    }
    
    .features-cards {
        grid-template-columns: 1fr;
        gap: var(--spacing-md);
    }
    
    .feature-card {
        padding: var(--spacing-md);
    }
    
    .card-title-ja {
        font-size: 18px;
    }
    
    .card-description {
        font-size: 14px;
    }
    
    .features-images {
        position: absolute;
        top: 0;
        right: 0;
        width: 180px;
        flex-direction: column;
        gap: 0;
    }
    
    .feature-image.top {
        display: block;
        width: 140px;
        margin: 0 0 10px 0;
        position: absolute;
        top: -20px;
    }
    
    .feature-image.bottom {
        display: none;
    }
    
    /* 先輩の声セクション */
    .voice-section {
        padding: var(--spacing-2xl) 0;
    }
    
    .voice-content {
        flex-direction: column;
        gap: var(--spacing-xl);
    }
    
    .voice-left {
        max-width: 100%;
    }
    
    .voice-header {
        flex-direction: column;
        gap: var(--spacing-xs);
        align-items: flex-start;
    }
    
    .voice-label {
        font-size: 18px;
    }
    
    .voice-title {
        font-size: 24px;
    }
    
    .voice-subtitle {
        font-size: 18px;
    }
    
    .voice-description {
        font-size: 14px;
    }
    
    .btn-view-all {
        display: block;
        text-align: center;
        margin: 0 auto;
        width: 70%;
        float: none;
    }
    
    .voice-slide {
        grid-template-columns: 1fr;
        gap: var(--spacing-md);
    }
    
    .voice-prev,
    .voice-next {
        width: 45px;
        height: 45px;
    }
    
    /* 教育セクション */
    .education-section {
        padding: var(--spacing-3xl) 0;
    }
    
    .education-title {
        font-size: 32px;
    }
    
    .education-description {
        font-size: 15px;
    }
    
    .training-content {
        gap: var(--spacing-2xl);
    }
    
    .training-title {
        font-size: 24px;
    }
    
    .training-description {
        font-size: 15px;
    }
    
    .education-cards {
        flex-wrap: wrap;
        gap: var(--spacing-lg);
    }
    
    .education-card {
        width: 220px;
        height: 220px;
        margin-left: 0;
    }
    
    .card-number {
        font-size: 40px;
    }
    
    .card-title {
        font-size: 16px;
    }
    
    .card-text {
        font-size: 12px;
    }
    
    /* 福利厚生セクション */
    .benefits-section {
        padding: var(--spacing-3xl) 0;
    }
    
    .benefits-icon img {
        width: 80px;
    }
    
    .benefits-content {
        gap: var(--spacing-2xl);
    }
    
    .benefits-title {
        font-size: 24px;
    }
    
    .benefits-description {
        font-size: 14px;
    }
}

/* モバイル */
@media (max-width: 767px) {
    .voice-slide {
        grid-template-columns: 1fr;
        gap: var(--spacing-md);
    }
    
    /* 教育セクション */
    .education-section {
        padding: var(--spacing-2xl) 0;
    }
    
    .education-title {
        font-size: 28px;
    }
    
    .education-description {
        font-size: 14px;
    }
    
    .training-content {
        flex-direction: column-reverse;
        gap: var(--spacing-xl);
    }
    
    .training-image {
        width: 100%;
    }
    
    .training-title {
        font-size: 22px;
    }
    
    .training-description {
        font-size: 14px;
    }
    
    .education-cards {
        flex-direction: column;
        gap: 5px;
        align-items: center;
    }
    
    .education-card {
        width: 280px;
        height: 280px;
        max-width: 100%;
        margin: 0;
    }
    
    .card-number {
        font-size: 36px;
    }
    
    .card-title {
        font-size: 16px;
    }
    
    .card-text {
        font-size: 13px;
    }
    
    /* 福利厚生セクション */
    .benefits-section {
        padding: var(--spacing-2xl) 0;
    }
    
    .benefits-icon img {
        width: 70px;
    }
    
    .benefits-content {
        flex-direction: column;
        gap: var(--spacing-xl);
    }
    
    .benefits-right {
        width: 100%;
    }
    
    .benefits-title {
        font-size: 22px;
    }
    
    .benefits-description {
        font-size: 14px;
    }
}

/* タブレット - 福利厚生アイコンセクション */
@media (max-width: 1023px) {
    .benefits-icons-section {
        padding: var(--spacing-3xl) 0;
    }
    
    .benefits-icons-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .benefit-icon-item {
        padding: var(--spacing-xl) var(--spacing-lg);
    }
    
    .icon-wrapper {
        width: 70px;
        height: 70px;
    }
    
    .icon-title {
        font-size: 17px;
    }
    
    .icon-description {
        font-size: 13px;
    }
    
    /* 奨学金支援セクション */
    .scholarship-section {
        padding: var(--spacing-3xl) 0;
    }
    
    .scholarship-icon-top img {
        width: 80px;
    }
    
    .scholarship-content {
        gap: var(--spacing-2xl);
    }
    
    .scholarship-icon-orange img {
        width: 50px;
    }
    
    .scholarship-title {
        font-size: 24px;
    }
    
    .scholarship-description {
        font-size: 14px;
    }
    
    .btn-scholarship {
        font-size: 14px;
        padding: var(--spacing-sm) var(--spacing-lg);
    }
}

/* モバイル - 福利厚生アイコンセクション */
@media (max-width: 767px) {
    .benefits-icons-section {
        padding: var(--spacing-2xl) 0;
    }
    
    .benefits-icons-grid {
        grid-template-columns: 1fr;
        width: 70%;
        margin: 0 auto;
    }
    
    .benefit-icon-item {
        padding: var(--spacing-xl) var(--spacing-md);
    }
    
    .icon-wrapper {
        width: 60px;
        height: 60px;
    }
    
    .icon-title {
        font-size: 16px;
    }
    
    .icon-description {
        font-size: 13px;
    }
    
    /* 奨学金支援セクション */
    .scholarship-section {
        padding: var(--spacing-2xl) 0;
    }
    
    .scholarship-icon-top img {
        width: 70px;
    }
    
    .scholarship-content {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    
    .scholarship-left {
        width: 100%;
        order: 4;
        margin-bottom: var(--spacing-lg);
    }
    
    .scholarship-right {
        display: contents;
    }
    
    .scholarship-label {
        order: 1;
    }
    
    .scholarship-title-wrapper {
        order: 2;
    }
    
    .scholarship-description {
        order: 3;
        margin-bottom: var(--spacing-xl);
    }
    
    .scholarship-button-wrapper {
        order: 5;
    }
    
    .scholarship-title-wrapper {
        flex-direction: column;
        gap: var(--spacing-sm);
    }
    
    .scholarship-icon-orange img {
        width: 50px;
    }
    
    .scholarship-title {
        font-size: 22px;
    }
    
    .scholarship-description {
        font-size: 14px;
    }
    
    .btn-scholarship {
        font-size: 14px;
    }
}

/* タブレット - 地域貢献セクション */
@media (max-width: 1023px) {
    .community-section {
        padding: var(--spacing-3xl) 0;
    }
    
    .community-icon-top img {
        width: 80px;
    }
    
    .community-content {
        gap: var(--spacing-2xl);
    }
    
    .community-title {
        font-size: 24px;
    }
    
    .community-description {
        font-size: 14px;
    }
}

/* モバイル - 地域貢献セクション */
@media (max-width: 767px) {
    .community-section {
        padding: var(--spacing-2xl) 0;
    }
    
    .community-icon-top img {
        width: 70px;
    }
    
    .community-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: var(--spacing-xl);
    }
    
    .community-right {
        width: 100%;
    }
    
    .community-title {
        font-size: 22px;
    }
    
    .community-description {
        font-size: 14px;
    }
}

/* ========================================
   募集要項セクション
   ======================================== */

.recruitment-section {
    background-color: #eaf6fd;
    padding: var(--spacing-4xl) 0;
}

.recruitment-section .container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

.recruitment-content {
    display: flex;
    gap: 0;
    align-items: stretch;
    position: relative;
    justify-content: center;
}

/* 左側アイコン */
.recruitment-icon-left {
    position: absolute;
    left: 50px;
    bottom: 0;
    width: 180px;
    z-index: 3;
}

.recruitment-icon-left img {
    width: 100%;
    height: auto;
}

/* 中央：テキストコンテンツ */
.recruitment-main {
    flex: 1;
    max-width: 800px;
    background-color: var(--color-white);
    padding: var(--spacing-3xl);
    border-radius: 40px;
    position: relative;
    z-index: 2;
}

.recruitment-title {
    font-size: 36px;
    font-weight: var(--font-weight-bold);
    color: #319dd9;
    text-align: center;
    margin: 0 0 var(--spacing-lg) 0;
}

.recruitment-subtitle {
    font-size: 18px;
    font-weight: var(--font-weight-semibold);
    color: var(--color-text);
    text-align: center;
    margin: 0 0 var(--spacing-xl) 0;
}

.recruitment-intro {
    text-align: center;
    margin-bottom: var(--spacing-2xl);
    padding-bottom: var(--spacing-xl);
    border-bottom: 1px solid #e0e0e0;
}

.recruitment-intro p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--color-text);
    margin: 0;
}

.recruitment-details {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xs);
    max-width: 500px;
    margin: 0 auto;
}

.detail-item {
    display: flex;
    margin: 0;
}

.detail-item dt {
    flex: 0 0 auto;
    width: 90px;
    font-weight: var(--font-weight-semibold);
    color: var(--color-text);
    font-size: 15px;
}

.detail-item dd {
    flex: 1;
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: var(--color-text);
}

/* 右側アイコン */
.recruitment-icon-right {
    position: absolute;
    right: 50px;
    top: 0;
    width: 180px;
    z-index: 3;
}

.recruitment-icon-right img {
    width: 100%;
    height: auto;
}

/* タブレット - 募集要項セクション */
@media (max-width: 1023px) {
    .recruitment-section {
        padding: var(--spacing-3xl) 0;
    }
    
    .recruitment-content {
        gap: 0;
    }
    
    .recruitment-icon-left,
    .recruitment-icon-right {
        width: 150px;
    }
    
    .recruitment-main {
        padding: var(--spacing-2xl);
        border-radius: 15px;
    }
    
    .recruitment-title {
        font-size: 32px;
    }
    
    .recruitment-subtitle {
        font-size: 16px;
    }
    
    .detail-item dt {
        width: 120px;
        font-size: 14px;
    }
    
    .detail-item dd {
        font-size: 14px;
    }
}

/* モバイル - 募集要項セクション */
@media (max-width: 767px) {
    .recruitment-section {
        padding: var(--spacing-2xl) 0;
    }
    
    .recruitment-content {
        flex-direction: column;
        gap: 0;
        position: relative;
        padding-top: 60px;
    }
    
    .recruitment-icon-left {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        margin: 0;
        padding: 0;
    }
    
    .recruitment-icon-right {
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        margin: 0;
        padding: 0;
    }
    
    .recruitment-main {
        padding: var(--spacing-xs);
        border-radius: 15px;
    }
    
    .recruitment-title {
        font-size: 28px;
    }
    
    .recruitment-subtitle {
        font-size: 15px;
    }
    
    .recruitment-intro {
        text-align: left;
        margin-bottom: 0;
    }
    
    .recruitment-intro p {
        font-size: 14px;
    }
    
    .recruitment-details {
        padding: 6px 12px;
    }
    
    .detail-item {
        flex-direction: column;
        gap: var(--spacing-xs);
    }
    
    .detail-item dt {
        width: 100%;
        font-size: 14px;
    }
    
    .detail-item dd {
        font-size: 14px;
    }
}

/* ========================================
   採用エントリーフォームセクション
   Recruitment Entry Form Section
   ======================================== */

.recruitment-form-section {
    background-color: var(--color-white);
    padding: var(--spacing-4xl) 0;
}

.recruitment-form-section .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

.recruitment-form-content {
    text-align: center;
}

/* メールアイコン */
.recruitment-form-icon {
    color: var(--color-primary-blue);
    margin-bottom: var(--spacing-md);
}

.recruitment-form-icon svg {
    width: 45px;
    height: 45px;
}

/* タイトル */
.recruitment-form-title {
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-semibold);
    color: #319dd9;
    margin: 0 0 var(--spacing-md);
    text-align: center;
}

/* イントロテキスト */
.recruitment-form-intro {
    text-align: center;
    margin-bottom: var(--spacing-xl);
    color: var(--color-text-secondary);
    font-size: var(--font-size-sm);
    line-height: 1.8;
}

/* フォームラッパー */
.recruitment-form-wrapper {
    text-align: left;
}

.recruitment-form-wrapper .wpcf7-form {
    padding: var(--spacing-xl);
    background-color: var(--color-white);
    border-radius: var(--border-radius-md);
}

.recruitment-form-wrapper .wpcf7-form p {
    text-align: center;
}

.recruitment-form-wrapper .wpcf7-form p:has(.wpcf7-submit) {
    text-align: center !important;
}

.recruitment-form-wrapper .wpcf7-form-control-wrap {
    display: block;
}

.recruitment-form-wrapper input[type="text"],
.recruitment-form-wrapper input[type="email"],
.recruitment-form-wrapper input[type="tel"],
.recruitment-form-wrapper textarea {
    width: 100%;
    padding: var(--spacing-sm) var(--spacing-md);
    border: 1px solid var(--color-border-light);
    border-radius: var(--border-radius-sm);
    font-size: var(--font-size-base);
    font-family: inherit;
    transition: border-color var(--transition-base);
}

.recruitment-form-wrapper input[type="text"]:focus,
.recruitment-form-wrapper input[type="email"]:focus,
.recruitment-form-wrapper input[type="tel"]:focus,
.recruitment-form-wrapper textarea:focus {
    outline: none;
    border-color: var(--color-primary-blue);
}

.recruitment-form-wrapper textarea {
    min-height: 200px;
    resize: vertical;
}

.recruitment-form-wrapper .wpcf7-submit {
    background-color: var(--color-primary-blue);
    color: var(--color-white);
    padding: var(--spacing-sm) var(--spacing-2xl);
    border: none;
    border-radius: 50px;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    cursor: pointer;
    transition: all var(--transition-base);
    display: block;
    margin: var(--spacing-xl) auto 0;
}

.recruitment-form-wrapper .wpcf7-submit:hover {
    background-color: var(--color-white);
    color: var(--color-primary-blue);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74, 173, 229, 0.3);
}

.recruitment-form-wrapper .wpcf7-not-valid-tip {
    color: #d32f2f;
    font-size: var(--font-size-sm);
    margin-top: var(--spacing-xs);
}

.recruitment-form-wrapper .wpcf7-response-output {
    margin: var(--spacing-lg) 0 0;
    padding: var(--spacing-md);
    border-radius: var(--border-radius-sm);
    text-align: center;
}

.recruitment-form-wrapper .wpcf7-mail-sent-ok {
    background-color: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #4caf50;
}

.recruitment-form-wrapper .wpcf7-validation-errors,
.recruitment-form-wrapper .wpcf7-mail-sent-ng {
    background-color: #ffebee;
    color: #c62828;
    border: 1px solid #f44336;
}

/* タブレット - 採用エントリーフォームセクション */
@media (max-width: 1023px) {
    .recruitment-form-section {
        padding: var(--spacing-3xl) 0;
    }
    
    .recruitment-form-title {
        font-size: var(--font-size-base);
    }
}

/* モバイル - 採用エントリーフォームセクション */
@media (max-width: 767px) {
    .recruitment-form-section {
        padding: var(--spacing-2xl) 0;
    }
    
    .recruitment-form-icon svg {
        width: 36px;
        height: 36px;
    }
    
    .recruitment-form-intro {
        margin-bottom: var(--spacing-lg);
        font-size: var(--font-size-sm);
    }
    
    .recruitment-form-wrapper .wpcf7-form {
        padding: var(--spacing-md);
    }
}

span.require{
    border: 1px solid red;
    padding: 1px 2px;
    color: red;
    border-radius: 3px;
    font-size: 12px;
}
span.nini{
    border: 1px solid rgb(49, 136, 207);
    padding: 1px 2px;
    color: rgb(49, 136, 207);
    border-radius: 3px;
    font-size: 12px;
}
.wpcf7 p{
    text-align: left!important;
}
.wpcf7 input:not(.wpcf7-submit){
    border: ipx solid #ccc!important;
    border-radius: 5px;
    padding: 4px!important;
}
.recruitment-form-wrapper textarea{
    padding: 4px!important;
}
.wpcf7-form-control-wrap{
    text-align: center !important;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: #ccc!important;  
    font-size: 0.9em!important;
    opacity: 1!important;
}
