* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.8;
    color: #333;
    background-color: #fefefe;
}

        header {
            position: fixed;
            top: 1.5rem;
            right: 1.5rem;
            z-index: 100;
        }

        .cursor-pointer {
            cursor: pointer;
        }

        /* メニューアニメーション */
        @keyframes pulseMenu {
            0% { opacity: 1; }
            25%, 75% { opacity: 0.5; }
            50% { opacity: 0; }
            100% { opacity: 0.5; }
        }

        .animate-pulseMenu {
            animation: pulseMenu 20s ease-in-out infinite;
        }

        /* モバイルメニューのスタイル */
        #menu {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background-color: #a8a09e;
            z-index: 1000;
            display: none;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 1rem;
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
        }

        #menu.show {
            display: flex;
            opacity: 1;
        }

        #menu .close-button {
            position: absolute;
            top: 2.5rem;
            right: 2.5rem;
            background: none;
            border: none;
            color: white;
            font-size: 2rem;
            cursor: pointer;
            padding: 1rem;
            z-index: 1001;
        }

        #menu ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1rem;
        }

        #menu li {
            width: fit-content;
        }

        #menu a {
            display: block;
            padding: 0.75rem 1rem;
            color: white;
            text-decoration: none;
            font-size: 1.1rem;
            transition: opacity 0.3s ease;
        }

        #menu a:hover {
            opacity: 0.8;
        }

        /* フレックスボックスユーティリティ */
        .flex {
            display: flex;
        }

        .flex-col {
            flex-direction: column;
        }

        .items-center {
            align-items: center;
        }

  .w-\[60px\] {
    width: 60px;
}

.w-full {
    width: 100%;
}

        .text-\[\#f2cfa1\] {
            color: #f2cfa1;
        }


.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    background-color: #fefefe; /* コンテンツ部分は白背景のまま */
}

.hero-section .container {
    padding: 0;
    max-width: none;
}

.hero-section {
    text-align: center;
    padding: 0;
    background-color: #f8f8f8;
    position: relative;
    width: 100%; 
    margin-left: 0;       /* calc(-50vw + 50%) → 削除または0 */
}

.hero-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh; /* 画面の高さいっぱいに */
    padding-bottom: 0; /* padding-bottomを削除 */
    min-height: 0; /* min-heightをリセット */
    overflow: hidden; /* はみ出し部分を隠す */
}

.hero-image {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.hero-brand {
    position: absolute;
    right: 40%;
    top: 20%;
    text-align: center;
    color: white;
    z-index: 2;
}

.hero-title {
    font-size: 1.5vw; /* 34pxから3.5vwに変更 */
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 2;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    min-font-size: 16px; /* 最小サイズを設定 */
    max-font-size: 34px; /* 最大サイズを設定 */
}



.hero-vision {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.intro-section {
    margin: 40px 50px 40px 320px;
}

.intro-content {
    font-size: 17.6px;
    color: #000;
    line-height: 2;
    margin: 0 0 0 60px; /* Mission、Storyと同じ左マージン */
    text-align: left;
}

.section {
    padding: 0;
    text-align: center;
    background-color: #9F9275; /* ロゴの背景色を追加 */
}

.section-content {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 0px;
}

.section-content:nth-child(even) {
    flex-direction: row-reverse;
}

.section-image {
    width: 100%;
    margin: 0; /* 余白が背景とのずれを生む場合は削除 */
    padding: 0;
}

.section-image img {
    width: 100%;
    height: auto;          /* 高さを固定せず、画像比率を維持 */
    object-fit: contain;   /* 元画像を切らずに全体表示 */
    background-color: #fff; /* 白背景に明示的に */
    display: block;
}

.owner-image {
    width: 100%;
    margin: 30px 0;
}

.owner-image img {
    width: 400px;
    height: 300px; /* 必要であればheightも自動調整 */
    object-fit: cover; /* 高さを固定するなら併用可能 */
    display: block;
}

.section-text {
    padding: 50px 0px 0;
    text-align: left;
    flex: none;
    
}

.section-text h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: left;
    color: #000;
    font-weight: normal;
    white-space: nowrap;
    margin-left: 60px;
}

.mission-story-section {
    display: flex;
    align-items: flex-start;
    gap: 60px; /* 40pxから20pxに変更 */
    margin: 40px 100px;
}


.mission-story-title {
    flex-shrink: 0;
    width: 100px; /* 150pxから120pxに変更 */
    font-size: 24px;
    font-weight: normal;
    color: #000;
}

.mission-story-content {
    flex: 1;
    font-size: 17.6px;
    color: #000;
    line-height: 2;
    margin: 0;
}

.section-text span {
  padding:0 30px;
}

.section-text h3 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: left;
    color: #000;
    font-weight: normal;
    white-space: nowrap;
}

.section-text p {
    font-size: 17.6px;
    color: #000;
    line-height: 2;
    margin: 0 0 15px 60px;
    max-width: 100%; 
    text-align: left;
}

.section-info-button {
    margin: 50px;
}

.section-info-btn {
    display: inline-flex;
    align-items: center;
    padding: 16px 150px;
    border: 2px solid #333;
    background-color: transparent;
    color: #333;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: normal;
    transition: all 0.3s ease;
    position: relative;
}

.section-info-btn:after {
    content: '>';
    margin-left: 10px;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.section-info-btn:hover {
    background-color: #333;
    color: #fff;
}

.section-info-btn:hover:after {
    transform: translateX(5px);
}

.service-list {
    margin: 60px auto 0 auto; /* 上60px、左右自動で中央揃え */
    max-width: 800px;
    padding: 0 60px;
}

        .service-item {
            margin-bottom: 40px;
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
        }

        .service-number {
            font-size: 20px;
            font-weight: normal;
            margin-right: 10px;
            margin-top: 20px;
            min-width: 40px;
        }

        .service-title-container {
            margin-right: 20px;
            min-width: 300px;
            flex: 1 0 300px;
        }

        h3.service-title {
            font-size: 18px;
            font-weight: normal;
            margin-bottom: 5px;
            letter-spacing: 0.5px;
        }

        .service-subtitle {
            font-size: 17.6px;
            font-weight: normal;
            margin-bottom: 10px;
        }

        .service-separator {
            width: 90%;
            height: 1px;
            background-color: #666;
            margin-bottom: 10px;
        }

.flex1-image,
.flex2-image {
         width: 50%;
  flex: 1; /* フレックスアイテムとして等幅に */
}

.flex1-image img,
.flex2-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.center-image {
display: flex;  
}

.center-image img {
  display: block;        /* インライン扱いをやめて行間の線を消す */
  border: none;          /* 念のため枠線もリセット */
}

.image-container {
    position: relative;
    width: 100%;
    margin-bottom: 10px; /* 画像とキャプションの間の余白 */
}

.image-caption {
    position: static; /* absoluteから変更 */
    bottom: auto;
    left: auto;
    color: #333;
    background: none;
    padding: 8px 0;
    margin-bottom: 100px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

    .vision-list {
            margin: 60px auto 0 auto; /* 上60px、左右自動で中央揃え */
            max-width: 800px;
            padding: 0 60px;
        }

        .vision-item {
            margin-bottom: 40px;
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
        }

        .vision-number {
           font-size: 20px;
            font-weight: normal;
            margin: 0px 40px;
            min-width: 40px;
        }

        .vision-title-container {
            margin-right: 20px;
            min-width: 300px;
            flex: 1 0 300px;
        }


        .vision-p {
            font-size: 17.6px;
            font-weight: normal;
            margin-bottom: 10px;
        }

      
.vision-section {
     display: flex;
    align-items: flex-start;
    gap: 60px; /* 40pxから20pxに変更 */
    margin: 40px 100px 10px 100px; 
}

.vision-title {
     flex-shrink: 0;
    width: 100px;
    font-size: 24px;
    font-weight: normal;
    color: #000;
    margin-left: 60px !important; /* 左マージンを追加して右に移動 */
}

.vision-content {
    font-size: 20px !important;
    color: #000;
    line-height: 2;
    margin: 0 0 0 20px !important; 
    text-align: left;
}

.vision-detail {
     display: flex;
    align-items: flex-start;
    gap: 60px; /* 40pxから20pxに変更 */
    margin: -20px 100px 80px 100px;
}


.vision-title-detail {
   flex-shrink: 0;
    width: 100px; /* 150pxから120pxに変更 */
    font-size: 24px;
    font-weight: normal;
    color: #000;
}
.vision-content-detail {
    flex: 1;
    font-size: 17.6px;
    color: #000;
    line-height: 2;
    margin: 0;
    text-align: left;
}

/* プロフィールセクション */
.profile-section {
    background-color: #fff;
    padding: 80px 0px 0;
}

.profile-section .center-image {
    margin-top: 60px;
}

.profile-section-header {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 40px;
    color: #333;
    text-align: center;
}

.profile-container {
    max-width: 1000px; /* 1200pxから1000pxに変更 */
    margin: 0 auto 30px auto;
    padding: 0 60px 0 60px; /* 右側パディングを0にして画像を右端に */
    display: flex;
    gap: 40px; /* ギャップを小さく */
    align-items: flex-start;
    overflow: hidden; /* はみ出し防止 */
}

.profile-content {
    flex: 1;
    max-width: 550px; /* テキスト部分の最大幅を制限 */
}

.profile-name {
    font-size: 22px;
    margin-bottom: 10px;
    color: #333;
}


.profile-company {
    margin-bottom: 30px;
}

.company-name,
.company-role {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.profile-description {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
}

.profile-image {
    flex-shrink: 0;
    width: 400px; /* 400pxから480pxに拡大 */
    margin-right: -60px; /* 右側にはみ出すように負のマージン */
    position: relative;
}

.profile-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.profile-note {
    margin-top: 20px;
  margin-bottom: 50px;
}

.note-icon {
    width: auto;
    height: 50px;
    transition: opacity 0.3s ease;
}

.profile-note a:hover .note-icon {
    opacity: 0.8;
}

.profile-yuka-button {
  margin-bottom: 10px;
}



.profile-yuka-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border: 2px solid #333;
    background-color: transparent;
    color: #333;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: normal;
    transition: all 0.3s ease;
    position: relative;
}

.profile-yuka-btn:after {
    margin-left: 10px;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.profile-yuka-btn:hover {
    background-color: #333;
    color: #fff;
}

.profile-yuka-btn:hover:after {
    transform: translateX(5px);
}


.gallery-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.contact-info-section {
  background-color: #fefefe;
  padding: 50px 80px;
  border-top: 1px solid #e0e0e0;
  min-height: auto;
  display: flex; /* フレックス化 */
  flex-direction: column; /* 既存構造に合わせ縦積み */ 
  justify-content: center; /* 縦方向センター */
} 
.contact-info-section h3{ 
  font-size:20px;
}
.contact-info-section p{
  font-size:17.6px;
  margin-left:0px;
} 
.contact-info-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1000px;
  /* margin: 0 auto;  ← これが中央寄せの原因なので外す */
  margin: 0;                  /* ← 左寄せ */
  gap: 100px;                  /* 距離を詰める（お好みで 16–40px） */
  padding-left: 0;
}
.contact-info-title { 
  flex-shrink: 0;
  width: 120px;               /* ご希望に合わせ調整 */
  font-size: 24px;
  font-weight: normal;
  color: #000;
  text-align: left;           /* 左寄せ */
  margin: 0;
  padding-left: 0;  
}

.contact-info-details-wrapper {
  flex: 1;
  font-size: 17.6px;
  color: #000;
  line-height: 2.5;
  margin: 0;
  text-align:left;
}
.contact-info-details-wrapper div {
  margin-bottom: 8px;         /* 行間を少し広めに */
}

.contact-info-company,
.contact-info-address,
.contact-info-representative,
.contact-info-hours,
.contact-info-Establishment,
.contact-info-details,
.contact-info-contact,
.contact-info-management,
.contact-info-sns {
  font-size: 16px;
  margin-bottom: 8px; 
  margin-left: 20px; 
  color: #333; 
  line-height: 1.6;
  margin-left: 0;
  line-height: 1.8;
} 

.contact-info-sns {
  font-size: 16px;
  margin-bottom: 8px; 
  margin-left: 20px; 
  color: #333; 
  line-height: 1.6;
  margin-left: 0;
  line-height: 1.8;
  display: flex;
  align-items: center;
  gap: 8px; /* リンク間の間隔 */
}

.contact-info-sns a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info-sns a:hover {
  color: #666;
}

.sns-separator {
  margin: 0 0px;
  color: #666;
}

.cta-section {
  margin-top: 10px;
  text-align: center;
}
.cta-section h3 {
  font-size: 20px;
  margin-bottom: 15px; 
  color: #333;
  margin-left: 20px;
  text-align: center;
} 
.cta-section p { 
  font-size: 16px; 
  margin-bottom: 20px; 
  color: #333; 
  margin-left: 20px; 
  text-align: center;
} 
.contact-info-button {
  margin: 0 20px;         /* 上下マージンをなくす */
  padding-bottom: 40px; 
}
  
.contact-info-btn {
  display: inline-flex; 
  align-items: center; 
  padding: 16px 40px; 
  border: 2px solid #333; 
  background-color: transparent; 
  color: #333; 
  text-decoration: none;
  border-radius: 50px; 
  font-size: 16px; 
  font-weight: normal;
  transition: all 0.3s ease;
  position: relative;
}
.contact-info-btn:after {
  content: '>';
  margin-left: 10px;
  font-size: 18px;
  transition: transform 0.3s ease;
}
.contact-info-btn:hover { 
  background-color: #333;
  color: #fff;
} 
.contact-info-btn:hover:after {
  transform: translateX(5px);
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

/* デスクトップ用テキスト */
.desktop-text {
    display: block;
}

/* モバイル用テキスト（初期状態では非表示） */
.mobile-text {
    display: none;
}


.footer {
    background-color: #1a1a2e;
    color: #ffffff;
    padding: 60px 40px;
    max-width: 100%;
    margin: 0 auto;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: flex-start;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0px 100px 0 200px;
    align-items: flex-start;
}

.contact-email {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
    width: fit-content;
}

.contact-email .mail-icon {
    width: 40px;
    height: 40px;
}

.contact-email span {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}

.navigation {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.nav-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}

.nav-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #cccccc;
}

.contact-phone {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 20px;
}

.phone-icon {
    width:40px;
    height: 60px;
}

.phone-info {
    display: flex;
    flex-direction: column;
}

.phone-info .phone-label {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 5px;
}

.phone-info .phone-hours {
    font-size: 12px;
    color: #cccccc;
    margin-bottom: 5px;
}

.phone-info .phone-number {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin: 0 150px;
}

.logo-section {
    text-align: center;
}

.logo-main {
    margin-bottom: 5px;
}

.logo-main img {
    width: auto;
}

.logo-sub {
    font-size: 14px;
    letter-spacing: 4px;
    color: #ffffff;
    font-weight: 300;
}

.social-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.note-logo img {
    max-height: auto;
    width: 120px;
}

.social-icons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-icon img {
    width: 32px;
    height: 32px;
}


/* モバイル対応 */
@media (max-width: 768px) {
  
  body {
        overflow-x: hidden;  /* メディアクエリ内に追加 */
    }
  
  
  
    /* Contact Info Section */
    .contact-info-section {
        padding: 40px 20px;
    }
    
    .contact-info-title {
        font-size: 20px;
        margin-bottom: 15px;
        margin-left: 0;
    }

    .contact-info-company,
    .contact-info-address,
    .contact-info-representative,
    .contact-info-hours,
    .contact-info-Establishment,
    .contact-info-details,
    .contact-info-contact,
    .contact-info-manegement,
    .contact-info-sns {
        font-size: 14px;
        margin-left: 0;
    }

    .cta-section h3 {
        margin-left: 0;
    }

    .cta-section p {
        margin-left: 0;
    }

    .contact-info-button {
        margin: 0;
    }

    .contact-info-btn {
        padding: 14px 35px;
        font-size: 15px;
    }

    /* Header */
    .header {
        padding: 0 1rem;
    }

    .logo img {
        height: 40px;
        width: auto;
    }
    
    .logo {
        font-size: 1.2rem;
    }
    
    .online-shop-btn {
        font-size: 0;
        padding: 0.6rem;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        gap: 0;
    }
    
    .shop-icon {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    /* Hero Section */
    .hero-container {
        height: 0;
        padding-bottom: 65%;
        min-height: 380px;
    }
  
    .hero-vision img {
        width: 250px;
        height: auto;
    }

    .hero-brand {
        right: 50%; 
        top: 20%;  
        transform: translate(50%, -50%); 
        z-index: 2;
      width: 95%;  /* 幅をさらに広げる */
        padding: 0 10px;
    }

    .hero-title {
        font-size: 17.6px; 
        text-align: center;
    }

    .hero-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0;
        z-index: 1;
    }

    .hero-vision {
        bottom: 25px;
        z-index: 2;
    }

    .hero-vision h3 {
        font-size: 17.6px;
    }

    .hero-vision p {
        font-size: 16px;
    }

    /* Section Content */
    .section-content {
        flex-direction: column !important;
        gap: 30px;
    }

    .owner-image {
        display: flex;
        justify-content: center;
    }

    .owner-image img {
        width: 100%;
        display: block;
        margin: 10px;
        padding: 10px;
    }

    .section-image {
       width: 100%;
        margin: 30px 0 10px 0;
        padding: 0;
    }

    .section-image img {
        height: auto;
        width: 100%;
        margin-left: 0;
        object-fit: cover;
    }

    .section-text {
        padding: 5px 0px 15px 0px;
        flex: none; 
    }

    .section {
        padding: 0;
        width: 100%;
        max-width: 100%; 
    }

    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100%;
        width: 100%;
      overflow-x: hidden;
    }

    .section-text h2 {
        font-size: 20px;
        margin-top: 10px;
        background-color: #fefefe;
        padding-top: 10px;
        margin-left: 20px;
    }

    .section-text p {
        font-size: 16px;
        margin: 0 0 15px 20px;
        max-width: 100%;
        text-align: left;
    }
  
    .section-info-btn {
        display: inline-flex;
        align-items: center;
        padding: 16px 80px;
        border: 2px solid #333;
        background-color: transparent;
        color: #333;
        text-decoration: none;
        border-radius: 50px;
        font-size: 16px;
        font-weight: normal;
        transition: all 0.3s ease;
        position: relative;
    }
  
    /* Mission Story Section */
    .mission-story-section {
        flex-direction: column;
        gap: 15px;
        margin: 10px 15px;
    }
    
    .mission-story-title {
        width: auto;
        font-size: 20px;
        margin-bottom: 10px;
        padding: 0 10px;
    }
    
    .mission-story-content {
        font-size: 16px;
        margin: 0;
        padding: 0 10px;
        width: 100%;
    }
  
    /* Service List */
    .service-list {
        padding: 0 20px;
    }
  
    .image-caption {
        bottom: 10px;
        left: 10px;
        font-size: 12px;
        padding: 6px 10px;
      margin-bottom: 10px;
      text-align:left;
    }
 
  
    /* Intro Section */
    .intro-section {
        margin: 20px;
    }
    
    .intro-content {
        font-size: 16px;
        margin-left: 0;
    }
  
    /* Center Image */
    .center-image {
        flex-direction: column;
        gap: 20px;
        padding: 0 20px;
    }
    
    .flex1-image,
    .flex2-image {
        width: 100%;
    }
  
    /* Vision Section */
    .vision-section {
    gap: 5px;
    margin: 10px 20px 0px 20px;
    margin-bottom: 2px;
    text-align: left;
   align-items: baseline;  
}
    
    .vision-detail {
         flex-direction: column;
        gap: 5px;
        margin: -5px 20px 15px 20px;
        text-align: left;
    }
    
.vision-title {
    width: auto;
    font-size: 17.6px;
    margin-bottom: 0px !important;
    margin-left: 20px !important; /* 20pxから0に変更 */
}
    
   .vision-content {
    font-size: 16px !important;
    margin: 0 0 0 20px !important; /* 20pxから0に変更 */
     padding-left: 0;
    text-align: left;
}
    
    .vision-title-detail {
        width: auto;
        font-size: 17.6px;
        margin-left: 20px !important; 
    }
    
    .vision-content-detail {
        font-size: 16px;
        margin-left: 20px !important;
        padding-left: 0;
        text-align: left; 
    }
  
    /* Vision List */
    .vision-list {
        margin: 10px 0 20px 0;
        padding: 0 20px;
    }
    
    .vision-item {
        margin-bottom: 20px !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .vision-number {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 8px;
        margin-right: 0;
        width: 100%;
      margin-left: 20px;
    }
  
     .vision-title-container {
        width: 100%;
        margin-right: 0;
        min-width: auto;
        flex: 1 0 30px;
    }

    .vision-p {
        font-size: 16px;
        margin: 0;
        padding-left: 0;
      margin-left: 20px;
        text-align: left;
        line-height: 1.6;
    }
  
    /* Desktop/Mobile Only */
    .desktop-only {
        display: none;
    }
    
    .mobile-only {
        display: block;
        margin: 5px 20px 50px 20px;
        text-align: left;
    }
    
    .mobile-only .vision-content-detail {
        font-size: 16px;
        margin: 0;
        padding-left: 0;
        text-align: left;
    }
  
    /* Desktop/Mobile Text Toggle - 重要 */
    .desktop-text {
        display: none !important;
    }
    
    .mobile-text {
        display: block !important;
    }
  
    /* Service Items */
  
  .service-item {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
}
    .service-number {
        font-size: 17.6px;
        font-weight: normal;
        margin-right: 10px;
        margin-top: 20px;
        min-width: 40px;
    }

  .service-title-container {
    margin-right: 20px;
    min-width: auto; /* 300pxをautoに変更 */
    flex: 1;
    max-width: 80%; /* 追加 */
}
    }

    h3.service-title {
         font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    width: 100%;
    white-space: normal;
    word-break: break-all; /* word-wrapをword-breakに変更 */
    line-height: 1.4;
    overflow-wrap: break-word; /* 追加 */
    }

    .service-subtitle {
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 10px;
    }
  
    .service-separator {
        width: 100%;
        height: 1px;
        background-color: #666;
        margin-bottom: 10px;
    }
  
    /* Profile Section */
    .profile-section {
        padding: 40px 0;
    }

    .profile-container {
        flex-direction: column;
        gap: 40px;
        padding: 0 20px;
    }

    .profile-image {
        width: 100%;
        order: -1;
        margin-right: 0;
    }

    .profile-header {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .profile-name {
        font-size: 20px;
    }
  
    /* Contact Info Container (追加スタイル) */
    .contact-info-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        align-items: center;
    }

    .contact-info-content {
        text-align: center;
    }

    /* Footer */
    .footer {
        padding: 40px 20px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .footer-left {
        order: 2;
        align-items: center;
        margin: 0;
    }

    .contact-email,
    .contact-phone {
        justify-content: center; 
    }

    .nav-links {
        align-items: center; 
    }

    .footer-right {
        order: 1;
        align-items: center;
        margin: 0;
    }

    .logo-section {
        text-align: center;
    }

    .social-section {
        align-items: center;
    }

    .social-icons {
        flex-direction: row;
        gap: 20px;
    }

    .logo-main {
        font-size: 20px;
    }
}