/*
Theme Name: Yui Recruitment Theme
Description: ゆい訪問看護リハビリステーション葛飾 求人・採用サイト専用テーマ
Version: 1.0.0
Author: Your Name
*/
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=M+PLUS+1p&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Helvetica Neue', 'Arial', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
      font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ヘッダー */
.site-header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.site-header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 30px rgba(0,0,0,0.15);
}

.site-header.header-hidden {
    transform: translateY(-100%);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo,
.site-branding a {
    font-size: 16px;
    font-weight: bold;
    color: #e99a90;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo::before {
content: "";
  background: url(https://impex.tokyo/yui-katsushika/careers/wp-content/themes/yui-saiyo/images/logo.png)no-repeat;
    background-size: auto;
width: 300px;
  height: 40px;
  background-size: contain;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.nav-menu a {
    text-decoration: none;
    color: #666;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
    padding: 5px 0;
}

.nav-menu a:hover {
    color: #eb998f;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 50%;
   background: #eb998f;
    transition: all 0.3s ease;
}

.nav-menu a:hover::after {
    width: 100%;
    left: 0;
}

/* モバイルメニューボタン */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.hamburger-lines {
    display: block;
    height: 20px;
    width: 25px;
    position: relative;
}

.line {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 10px;
    background: #666;
    position: absolute;
    transition: all 0.3s ease;
}

.line1 { top: 0; }
.line2 { top: 50%; transform: translateY(-50%); }
.line3 { bottom: 0; }

/* モバイルメニューオーバーレイ */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF0F1;
    backdrop-filter: blur(10px);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-overlay.active .site-branding{
padding: 30px;
}

.mobile-menu-content {
display: flex;
  flex-direction: column;
  height: 100%;
  padding-left: 30px;
}

.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #eb998f;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
}

.mobile-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav-menu li {
    margin: 20px 0;
    position: relative;
}

.kaidan::after {
  content: "";
  width: 11px;
  height: 12px;
  border-left: 1px solid #eb998f;
  border-bottom: 1px solid #eb998f;
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
}

.mobile-nav-menu a {
color: #eb998f;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  transition: color 0.3s ease;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 8px;
}
.mobile-nav-menu .kaidan a {
padding-left: 25px;
  font-size: 16px;
  border: none;
}
.mobile-nav-menu a:hover {
    color: #e74c3c;
}

.screen-reader-text {
    position: absolute;
    left: -9999px;
}

/* パンくずナビゲーション */
.breadcrumb-navigation {
    background: #f8f9fa;
    padding: 15px 0;
    font-size: 14px;
   margin-top: 20px;
}

.breadcrumb-separator {
    margin: 0 10px;
    color: #666;
}

.breadcrumb-current {
    color: #b98d58;;
    font-weight: 500;
}

/* ============================================
   ヒーローセクション - 基本スタイル
============================================ */
.hero-new {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    background: #f9dcd1;
}

/* スライダー */
.hero-new .hero-slider {
position: absolute;
  top: 0;
  bottom: 0;
  left: 35%;
  right: -15px;
  width: 66.258vw;
  height: 63%;
  margin: auto;
  border-radius: 400px 0 0 400px;
  background-color: #e1e1e1;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}

.hero-new .hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    border-radius: 400px 0 0 400px;
}

.hero-new .hero-slide.active {
    opacity: 1;
}

.hero-new .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.5) 100%
    );*/
}

/* PC/モバイル切り替え */
.hero-new .hero-slider-pc {
    display: block;
}

.hero-new .hero-slider-mobile {
    display: none;
}

@media (max-width: 768px) {
    .hero-new .hero-slider-pc {
        display: none;
    }
    
    .hero-new .hero-slider-mobile {
        display: block;
    }
}

/* ============================================
   コンテンツエリア
============================================ */
.hero-content-new {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}

/* メッセージエリア */
.hero-message {
    margin-bottom: 60px;
}

.hero-title-large {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.3;
    color: #414141;
    margin: 0;
    letter-spacing: 0.05em;
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
  -webkit-text-stroke: 2px white;
  paint-order: stroke;
}

.title-line {
    display: block;
    animation: fadeInUp 1s ease-out;
    animation-fill-mode: both;
}

.title-line:nth-child(1) {
    animation-delay: 0.3s;
}

.title-line:nth-child(2) {
    animation-delay: 0.6s;
}

.title-line:nth-child(3) {
    animation-delay: 0.9s;
}

/* スクロールインジケーター */
.hero-scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 10%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    animation: fadeIn 1s ease-out 1.5s;
    animation-fill-mode: both;
}

.scroll-text {
    font-size: 12px;
    font-weight: 600;
    color: #919191;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.scroll-line {
    width: 1px;
    height: 50px;
    background: #919191;
    position: relative;
    overflow: hidden;
}

.scroll-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: rgba(255, 255, 255, 0.8);
    animation: scrollLineMove 2s ease-in-out infinite;
}

@keyframes scrollLineMove {
    0% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(50px);
    }
}

/* CTAボタン */
.hero-cta {
    animation: fadeInUp 1s ease-out 0.9s;
    animation-fill-mode: both;
}

.hero-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 20px 50px;
    background: white;
    color: #2c3e50;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hero-cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.hero-cta-button:hover::before {
    left: 100%;
}

.hero-cta-button:hover {
    background: #f8f9fa;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    color: #d32f2f;
}

.hero-cta-button i {
    transition: transform 0.3s ease;
}

.hero-cta-button:hover i {
    transform: translateX(5px);
}

/* ============================================
   ナビゲーション
============================================ */
.hero-new .hero-navigation {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    display: flex;
    gap: 12px;
}

.hero-new .hero-nav-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.hero-new .hero-nav-dot:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

.hero-new .hero-nav-dot.active {
    background: white;
    width: 30px;
    border-radius: 6px;
}

/* 前/次ボタン */
.hero-new .hero-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid white;
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
}

.hero-new .hero-nav-btn:hover {
    background: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%) scale(1.1);
}

.hero-new .hero-nav-prev {
    left: 30px;
}

.hero-new .hero-nav-next {
    right: 30px;
}

/* ============================================
   アニメーション
============================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* ============================================
   レスポンシブ対応
============================================ */
@media (max-width: 1200px) {
    .hero-title-large {
      font-size: 30px;
    text-align: left;
    }
}

@media (max-width: 992px) {
    .hero-new {
        height: 80vh;
        min-height: 500px;
    }
    
    .hero-title-large {
        font-size: 48px;
    }
    
    .hero-cta-button {
        padding: 18px 40px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .hero-new {
        height: 70vh;
        min-height: 450px;
    }
    
    .hero-title-large {
        font-size: 36px;
    }
    
    .hero-message {
        margin-bottom: 40px;
    }
    
    .hero-scroll-indicator {
        bottom: -80px;
    }
    
    .scroll-line {
        height: 40px;
    }
    
    .hero-cta-button {
        padding: 15px 35px;
        font-size: 15px;
    }
    
    .hero-new .hero-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .hero-new .hero-nav-prev {
        left: 15px;
    }
    
    .hero-new .hero-nav-next {
        right: 15px;
    }
    
    .hero-new .hero-navigation {
        bottom: 30px;
    }
}

.sp480{
    display:none;
}
@media (max-width: 480px) {
    .sp480{
        display:block;
    }
    .pc480{
        display:none;
    }
    .hero-new .hero-slider {
width: 80vw;
    height: 100%;
    top: 50px;
    }
    .hero-new {
        height: 60vh;
        min-height: 400px;
    }
    
    .hero-title-large {
font-size: 20px;
    letter-spacing: 0.02em;
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
    -webkit-text-stroke: 2px white;
    text-stroke: 2px black;
    paint-order: stroke;
    line-height: 2;
    }
    
    .hero-message {
        position: absolute;
    top: 100px;
    }
    
    .hero-scroll-indicator {
        display: none;
    }
    
    .hero-cta-button {
        padding: 12px 30px;
        font-size: 14px;
        gap: 10px;
    }
    
    .hero-new .hero-nav-btn {
        display: none;
    }
}

.sasaeru{
    background: #eb998f;
  padding: 50px 0 10px;
}

.sasaeru h2{
    color: #fff;
 margin-bottom: 30px;
}
.sasaeru p{
color: #fff;
  font-weight: bold;
  line-height: 2;
  font-size: 15px;
}
@media (max-width: 480px) {
.sasaeru p {
font-size: 16px;
  text-align: left;
}
}
/* ============================================
   タッチデバイス対応
============================================ */
@media (hover: none) {
    .hero-cta-button:hover {
        transform: none;
    }
    
    .hero-new .hero-nav-btn:hover {
        transform: translateY(-50%);
    }
}

/* セクション共通スタイル */
.section {
    padding: 80px 0;
    position: relative;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}



.section-subtitle {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 60px;
    line-height: 1.7;
}

/* 特徴セクション */
.features {
    background: #f8f9fa;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.feature-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.feature-icon {
    font-size: 48px;
    color: #f3b696;
    margin-bottom: 20px;
}

.feature-card h3 {
    font-size: 24px;
    font-weight: bold;
    color: #666;
    margin-bottom: 15px;
}

.feature-card p {
    color: #666;
    line-height: 1.7;
}

/* インタビューセクション */
.interviews {
    background: linear-gradient(135deg, #f99185 0%, #dca19a 100%);
    color: white;
}
.interviews h2{
    color:#fff;
}

.interviews .section-title::after {
background:#fff;
}

.interviews .section-subtitle{
    color:#fff;
}
.interview-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.interview-card {
    color: #666;
    background: rgb(255, 255, 255);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
}

.interview-card:hover {
    transform: translateY(-5px);
}

.interview-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.interview-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(45deg, #d37695, #983868);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.interview-info h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.interview-role {
    opacity: 0.8;
    font-size: 14px;
}

.interview-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.interview-tag {
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    border: 1px solid #d37695;
  color: #d37695;
}

.interview-quote {
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
}

/* 採用情報セクション */
.recruitment {
    background: white;
}

.job-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.job-category {
    background: #f8f9fa;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
    border: 1px solid #e9ecef;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.job-category:hover {
    transform: translateY(-5px);
}

.job-header {
background: #f8f9fa;
  color: #d37695;
}

.job-header h3 {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.job-content {
    padding: 25px;
}

.job-details {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.job-details li {
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    gap: 10px;
}

.job-details li:last-child {
    border-bottom: none;
}

.job-details i {
    color: #d37695;
    width: 16px;
    flex-shrink: 0;
}

.apply-button {
    width: 100%;
    padding: 12px;
    background: #983868;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
    text-decoration: none;
    display: block;
    text-align: center;
}

.apply-button:hover {
    background: #983868;
    color: white;
    text-decoration: none;
}

/* 会社情報セクション */
.company-info {
    background: #f8f9fa;
}

.company-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-top: 60px;
}

.company-text h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.company-text p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.company-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.stat-item {
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.stat-number {
    font-size: 32px;
    font-weight: bold;
    color: #983868;
    display: block;
}

.stat-label {
    color: #666;
    font-size: 14px;
    margin-top: 5px;
}

.company-image {
    height: 400px;
    /*background: linear-gradient(135deg, #f99185 0%, #dca19a 100%);*/
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 48px;
    position: relative;
    overflow: hidden;
    background: url(https://impex.tokyo/yui-katsushika/careers/wp-content/themes/yui-saiyo/images/yui01.jpg)right center;
  background-size: cover;
}

.company-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"><circle cx="200" cy="200" r="100" fill="rgba(255,255,255,0.1)"/><circle cx="200" cy="200" r="60" fill="rgba(255,255,255,0.1)"/><circle cx="200" cy="200" r="20" fill="rgba(255,255,255,0.2)"/></svg>') center/contain no-repeat;*/
}

/* お問い合わせ  */
.toiawase{
    background: #e39d95;
    color: #e69c93;
}
.toiawase h2{
    color: white;
}

.toiawase .section-title::after {
  background: #fff;
}

.toiawase .section-subtitle{
color: rgba(255,255,255,0.9);
}
.toiawase-hako{
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    gap: 40px; 
    margin-top: 60px;
}
.toiawase-card{
    background: #fff;
    backdrop-filter: blur(10px); 
    padding: 40px; 
    border-radius: 15px; 
    text-align: center; 
    border: 1px solid rgba(255,255,255,0.2);
}
.toiawase-card i{
    font-size: 48px; 
    margin-bottom: 20px; 
    color: #e39d95;
}
.toiawase-card h3{
margin-bottom: 20px;
}
.toiawase-card p{
font-weight: bold; 
margin-bottom: 10px;
}
.toiawase-card a{
display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  background: rgba(255, 255, 255, 0.1);
  color: #e69c93;
  text-decoration: none;
  border-radius: 50px;
border: 2px solid #e39d95;
  backdrop-filter: blur(10px);
  font-weight: 600;
  transition: all 0.3s ease;
}
.toiawase-card a:hover{
background: #e69c93;
  color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}

.sho{
    font-size: 14px; opacity: 0.8;
}
.denwa{
    font-size: 24px;
  border: 1px solid #fff;
}
/*応募方法*/
.oubo{
text-align: center;
  margin-top: 60px;
 background: #e3ada7;
  padding: 20px;
  border-radius: 20px;
  border: 2px solid #fff;
}
.oubo-waku{
    display: flex; 
    justify-content: center; 
    flex-wrap: wrap; 
    gap: 30px; 
    margin-top: 30px;
}
.oubo h3{
    margin-bottom: 20px;
    color: #fff;
}
.oubo span{
    color:  #fff;
}
.suji{
width: 40px;
  height: 40px;
  background: #eeaca5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: 2px solid #ffffffc9;
  color: #fff;
}
.nagare-in{
    display: flex; 
    align-items: center; 
    gap: 15px;
    position:relative;
}
.nagare-in::after{
    content:'→';
    color: #fff;
    font-size: 24px;
}
.nagare-in:last-of-type::after{
    display:none;
    }
@media (max-width: 768px) {
.oubo-waku {
  flex-direction: column;
}
}
/* フッター */
.site-footer {
background: #f3b69638;
    color: white;
 padding: 60px 0 120px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h4 {
    font-size: 20px;
    margin-bottom: 20px;
   color: #e39d95;
}

.footer-section p,
.footer-section a {
    color: #666;
    text-decoration: none;
    line-height: 1.8;
}

.footer-section a:hover {
  color: #e29d95;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 8px;
}

.footer-contact-info p {
    margin-bottom: 10px;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: #983868;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social-link:hover {
    transform: scale(1.1);
    color: white;
}

.footer-navigation {
    border-top: 1px solid #34495e;
    padding-top: 30px;
    margin-bottom: 30px;
}

.footer-nav-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-nav-menu a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-nav-menu a:hover {
    color: white;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #34495e;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-legal-links {
    display: flex;
    gap: 15px;
    align-items: center;
}

.footer-legal-links .separator {
    color: #95a5a6;
}

.footer-legal-links a {
    color: #95a5a6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-legal-links a:hover {
   color: #e39d95;
}

.copyright {
    color: #95a5a6;
    margin: 0;
}

/* ページトップボタン */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #f3b696;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
   background: #ffbdb4;
    transform: translateY(-2px);
}

/* 固定お問い合わせボタン（モバイル） */
.fixed-contact-buttons {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 998;
}

.fixed-contact-button {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
    text-decoration: none;
    color: #983868;
    font-size: 12px;
    font-weight: bold;
    transition: background 0.3s ease;
}


.fixed-contact-button i {
    font-size: 18px;
    margin-bottom: 4px;
}

.fixed-contact-button span {
    font-size: 10px;
}

.fixed-contact-button:hover {
    color: white;
    text-decoration: none;
}

/* アニメーション効果 */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ローディング効果 */
.loading {
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* WordPress標準クラスのサポート */
.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 5px;
}

/* レスポンシブデザイン */

@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }
    
    .menu-toggle {
        display: block;
    }

    .company-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .company-stats {
        grid-template-columns: 1fr;
    }

    .interview-cards {
        grid-template-columns: 1fr;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
    
    .fixed-contact-buttons {
        display: flex;
    }
    
    .scroll-to-top {
        bottom: 90px;
    }
    
    body.mobile-menu-open {
        overflow: hidden;
    }
}


@media (max-width: 480px) {
   #features .features-grid,#fukuri .features-grid{
  display: flex;
  width: calc(560px * 3 + 40px);
  margin-top: 0;
    }
  .interview-cards{
  display: flex;
  width: calc(280px * 3 + 40px);
  margin-top: 0;
    }

    .job-categories {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 28px;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .section {
        padding: 60px 0;
    }
    
    .feature-card,
    .interview-card,
    .job-category {
        padding: 25px 20px;
    }
    .fg-scroll{
        display: block;
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
    }
#features .container,#interviews .container,#fukuri .container{
     display: block;
  overflow: hidden;
  backface-visibility: hidden;
}

}



/* インタビューページ用CSS（シンプル版） - style.cssに追加 */

/* === index.phpのインタビューカード（シンプル版） === */
.interview-card .interview-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px;
    text-decoration: none;
    color: inherit;
    height: 100%;
    transition: all 0.3s ease;
}

.interview-card:hover .interview-card-inner {
    transform: translateY(-5px);
}

/* アイコン画像のスタイル */
.interview-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.interview-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.interview-card:hover .interview-icon {
    transform: scale(1.05);
}

.avatar-initial {
    font-size: 32px;
    font-weight: bold;
}

/* インタビュー情報 */
.interview-simple-info {
    flex-grow: 1;
    margin-bottom: 20px;
}

.interview-position {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.interview-age-gender {
    font-size: 14px;
    margin-bottom: 15px;
}

.interview-catch {
    font-size: 16px;
    font-style: italic;
    line-height: 1.5;
    margin: 0;
}

/* 続きを読むボタン */


.interview-read-more i {
    transition: transform 0.3s ease;
}

.interview-card:hover .interview-read-more i {
    transform: translateX(3px);
}

/* もっと見るボタン */
.interview-more {
    text-align: center;
    margin-top: 60px;
}

.more-interviews-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    font-weight: 600;
    transition: all 0.3s ease;
}

.more-interviews-button:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #e29e95;
    transform: translateY(-2px);
    text-decoration: none;
}

.more-interviews-button i {
    transition: transform 0.3s ease;
}

.more-interviews-button:hover i {
    transform: translateX(5px);
}


.job-category {
    position: relative;
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.job-category:hover {
    transform: translateY(-5px);
}

.job-image {
    width: 100%;
    overflow: hidden;
}
.job-image img {
width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.job-category:hover .job-image img {
    transform: scale(1.05);
}

.job-description {
    padding: 15px 20px;
    background-color: #f8f9fa;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.job-header {
    padding: 20px 20px 10px 20px;
    text-align: left;
}

.job-content {
    padding: 0 20px 20px 20px;
}
.s30 a {
background: #983868;
  padding: 3px 8px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 768px) {
    .job-image {
        height: 150px;
    }
    
    .job-description {
        padding: 10px 15px;
        font-size: 13px;
    }
    
    .job-header {
        padding: 15px 15px 10px 15px;
    }
    
    .job-content {
        padding: 0 15px 15px 15px;
    }
}/**
 * 新しい採用情報セクション スタイル
 */

/* ============================================
   採用情報セクション - 基本スタイル
============================================ */
.recruitment-new {
    background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
    padding: 80px 0;
}

.recruitment-new .section-title {
    color: #2c3e50;
    margin-bottom: 15px;
}

.recruitment-new .section-subtitle {
    color: #666;
    margin-bottom: 60px;
    font-size: 18px;
}

/* ============================================
   職種カテゴリグリッド
============================================ */
.job-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 60px;
}

.job-category-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    position: relative;
}

.job-category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.job-category-card:hover::before {
    transform: scaleX(1);
}

.job-category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
   border-color: #ffa476;
}

.job-category-card.no-jobs {
    opacity: 0.7;
}

.job-category-card.no-jobs:hover {
    transform: translateY(-4px);
    opacity: 0.85;
}

.category-link {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px;
    text-decoration: none;
    color: inherit;
    position: relative;
}

/* アイコン */
.category-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: #ffa476;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.job-category-card:hover .category-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* コンテンツ */
.category-content {
    flex: 1;
}

.category-name {
    font-size: 22px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.job-category-card:hover .category-name {
    color: #ffa476;
}

.category-description {
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 12px;
    line-height: 1.5;
}

/* 求人件数 */
.job-count {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}

.count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
      background: #ffa476;
    color: white;
    border-radius: 20px;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.count-text {
    font-size: 14px;
    font-weight: 600;
    color: #34495e;
}

.job-count.no-count .count-text {
    color: #95a5a6;
    font-style: italic;
}

/* 矢印 */
.category-arrow {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #7f8c8d;
    transition: all 0.3s ease;
}

.job-category-card:hover .category-arrow {
    background: #ffa476;
    color: white;
    transform: translateX(5px);
}

/* ============================================
   すべての求人を見るボタン
============================================ */
.view-all-jobs {
    text-align: center;
    margin-bottom: 80px;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 40px;
   background: #ffa476;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
    transition: all 0.3s ease;
}

.view-all-btn:hover {
   background: linear-gradient(135deg, #ffa476 0%, #f96d27 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}

/* ============================================
   採用の流れ
============================================ */
.recruitment-flow {
    background: white;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.flow-title {
    text-align: center;
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.flow-title i {
   color: #983868;
}

.flow-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.flow-step {
    flex: 1;
    min-width: 150px;
    text-align: center;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.flow-step:hover {
    transform: translateY(-5px);
    border-color: #983868;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.2);
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #983868;
    color: white;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(52, 152, 219, 0.3);
}

.step-content h4 {
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 8px;
    font-weight: bold;
}

.step-content p {
    font-size: 14px;
    color: #7f8c8d;
}

.flow-arrow {
    flex-shrink: 0;
    font-size: 24px;
    color: #bdc3c7;
}

/* ============================================
   レスポンシブ対応
============================================ */
@media (max-width: 1200px) {
    .job-category-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 992px) {
    .recruitment-new {
        padding: 60px 0;
    }
    
    

    .flow-step {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .job-category-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .category-link {
        padding: 25px 20px;
    }
    
    .category-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }
    
    .category-name {
        font-size: 20px;
    }
    
    .recruitment-flow {
        padding: 40px 25px;
    }
    
    .flow-title {
        font-size: 24px;
    }
    
    .view-all-btn {
        padding: 15px 30px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .recruitment-new {
        padding: 50px 0;
    }
    
    .recruitment-new .section-subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }
    
    .category-link {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    
    .category-icon {
        width: 80px;
        height: 80px;
        font-size: 36px;
    }
    
    .category-arrow {
        display: none;
    }
    
    .job-count {
        justify-content: center;
    }
    
    .recruitment-flow {
        padding: 30px 20px;
    }
    
    .flow-title {
        font-size: 20px;
        flex-direction: column;
    }
    
    .step-number {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    
    .step-content h4 {
        font-size: 16px;
    }
    .recruitment-flow{
     display: block;
  overflow: hidden;
  backface-visibility: hidden;
}
          .flow-steps{
  display: flex;
  width: calc(280px * 3 + 40px);
  margin-top: 0;
    }
}

/* ============================================
   アニメーション
============================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.job-category-card {
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
}

.job-category-card:nth-child(1) { animation-delay: 0.1s; }
.job-category-card:nth-child(2) { animation-delay: 0.2s; }
.job-category-card:nth-child(3) { animation-delay: 0.3s; }
.job-category-card:nth-child(4) { animation-delay: 0.4s; }
.job-category-card:nth-child(5) { animation-delay: 0.5s; }
.job-category-card:nth-child(6) { animation-delay: 0.6s; }

/* ============================================
   旧スタイルの無効化（必要に応じて）
============================================ */
.recruitment-new .job-categories {
    display: none;
}


/* ============================================
   トップページ カルタセクション
============================================ */
.karuta-section {
    background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
    padding: 80px 0;
}

.karuta-section .section-title {
    color: #ff5a4a;
    margin-bottom: 15px;
}

.karuta-section .section-subtitle {
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 1.8;
}

/* カルタグリッド */
.karuta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.karuta-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 3px solid #ff5a4a;
}

.karuta-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(211, 47, 47, 0.2);
}

.karuta-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.karuta-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.karuta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    object-position: left top;
}

.karuta-card:hover .karuta-image img {
    transform: scale(1.1);
}

.karuta-content {
    padding: 25px;
    background: white;
}

.karuta-letter {
    display: inline-block;
    font-size: 48px;
    font-weight: bold;
    color: #ff5a4a;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 3px solid #ff5a4a;
}

.karuta-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    min-height: 80px;
}

.no-karuta {
    text-align: center;
    padding: 60px 20px;
    color: #666;
    grid-column: 1 / -1;
}
.view-more-btn{
    display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 40px;
  background: #ff5a4a;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
  transition: all 0.3s ease;
}
.view-more-btn:hover {
   background: linear-gradient(135deg, #ff5a4a 0%, #ff8a80 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}

.view-more-section{
    text-align: center;
}
/* ============================================
   レスポンシブ対応
============================================ */
@media (max-width: 992px) {
    .karuta-content-wrapper {
        grid-template-columns: 1fr;
    }
    
    .karuta-sidebar {
        order: 2;
    }
    
    .karuta-main-content {
        order: 1;
    }
}

@media (max-width: 768px) {
    .karuta-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }
    
    .karuta-archive-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .karuta-section {
        padding: 60px 0;
    }
    
    .archive-karuta .archive-hero {
        padding: 60px 0;
    }
    
    .archive-karuta .archive-title {
        font-size: 32px;
    }
    
    .karuta-hero-letter {
        font-size: 80px;
        width: 120px;
        height: 120px;
        line-height: 120px;
    }
    
    .karuta-hero-title {
        font-size: 24px;
    }
    
    .karuta-main-content {
        padding: 30px 20px;
    }
    
    .nav-links {
        flex-direction: column;
    }
    
    .nav-index {
        max-width: 100%;
    }
    
    .archive-cta h2 {
        font-size: 28px;
    }
    
    .archive-cta p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
.karuta-grid{
  display: flex;
  width: calc(560px * 3 + 40px);
  margin-top: 0;
    }

#karuta .container{
     display: block;
  overflow: hidden;
  backface-visibility: hidden;
}

    
    .karuta-letter {
        font-size: 36px;
        width: 55px;
        height: 55px;
        line-height: 55px;
    }
    
    .karuta-archive-letter {
        font-size: 42px;
        width: 65px;
        height: 65px;
        line-height: 65px;
    }
    
    .karuta-hero-letter {
        font-size: 60px;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    
    .karuta-hero-title {
        font-size: 20px;
    }
}
