@charset "utf-8";

html, body {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;  /* font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
  background-color: rgba(157, 156, 156, 0.97); 
   height: 100vh;
   color: aliceblue;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/* 全画面ヒーローエリア */
.main-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: visible;
  margin-bottom: -40px;
}

/* スライド基本スタイル */
.main-visual .slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: left; /* 左側を優先表示 */
  opacity: 0;
  transform: scale(1.05); /* 初期状態はアップ */
  transition:
    opacity 1.5s cubic-bezier(0.33, 0, 0.67, 1),
    transform 6s cubic-bezier(0.33, 0, 0.67, 1);
}

/* 4枚目のスライドのみ中央に表示 */
.main-visual .slide.center-slide {
  background-position: center center; /* 中央寄せ */
  transform: scale(1); /* ズームなし */
}

.main-visual .slide.active {
  opacity: 1;
  transform: scale(1);
  /* ズームアウトと同時にフェードイン */
}

.main-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10; /* スライドの前に表示されるように */
  pointer-events: none; /* 画像透過時にクリックを妨げない */
  max-width: 30%; /* 任意: レスポンシブ対応 */
}

.scroll_down {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  animation: arrowmove 2s ease-in-out infinite;
  z-index: 3000;
  pointer-events: none;
}

.scroll_down a {
  position: absolute;
  left: -24px;
  bottom: -22px;
  color: #ffffff;
  font-size: 7px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
  text-decoration: none;
  text-transform: uppercase;
  mix-blend-mode: difference;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #ffffff;
  transform: skewX(-31deg);
  mix-blend-mode: difference;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.scroll_down:after {
  content: "";
  position: absolute;
  bottom:-20px;
  right: 0;
  width: 1px;
  height: 60px;
  background: #ffffff;
  mix-blend-mode: difference;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

@keyframes arrowmove {
  0% { bottom: 2%; }
  50% { bottom: 5%; }
  100% { bottom: 2%; }
}


/* ハンバーガーメニュー */
.burger{
  width: 45px;
  top: 40px;
  padding: 20px;
  right: 25px;
  height: auto;
  background-image: url(../image/burger.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 1000;
}

.burger.is-active {
  top: 35px;
  right: 15px;
  background-image: url(../image/close.png);
  padding: 12px;
}
.menu{
    width: 100%;
    height: 100%;
    background-color: rgba(47, 47, 47, 0.655);
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    overflow-y: auto; /* 縦スクロール許可 */
    overscroll-behavior: contain; /* スクロールのバウンス抑制 */
  }
.menu.is-active{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.menu .header_logo{
    width: 100%;
    margin: 0 auto;
    margin-top: 16px;
}
.menu ul{
  margin: 140px auto 0;
  width: 80%;
}
.burger_menu li{
    justify-content: center;
    display: flex;
    padding: 16px 0;
    border-bottom: 1px solid #0504041c;
}
.burger_menu li a{
  color: #ededed;
  display: block;
    width: 100%;
    text-align: center;
  }

.top-catch {
  position: absolute;
  top: 20px;
  left: 10px;
  color: #ffffff;
  font-family: 'Outfit', 'Helvetica Neue', sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.05em;
  z-index: 15;
  padding: 8px 12px;
  border-radius: 4px;
  line-height: 1.8;
}

.section-title {
  font-family: serif;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.12em;
  margin: 153px 0 40px 0;
  margin-bottom: 80px;
  position: relative;
}

.section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #ffffff;
  margin: 16px auto 0;
  opacity: 0.8;
}

.about {
  max-width: 800px;
  margin: 0 auto 100px;
  padding: 0 20px;
  font-size: 1rem;
  line-height: 2;
  color: #ffffff;
  font-family: 'クレー';
  text-align: left;
}

.about img {
  display: block;
  width: 100%;
  height: auto;
  margin: 40px auto;

}
.scenes-heading-wrapper {
  position: relative;
  text-align: center;
  margin: 60px 0 30px;
}

.scenes-heading-wrapper::before {
  content: "";
  background-image: url(../image/25226527.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  top: -450px;
  left: 0;
  width: 70%;
  height: 1000px;
  /* transform: translate(-50%, -50%); */
  opacity: 0.2;
  z-index: 0;

}

.scenes-heading-wrapper .section-title {
  position: relative;
  z-index: 1; /* タイトル文字が前面に来るように */
}
.image-collage-section {
  padding: 40px 0;

}
.top-deco {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px; /* 必要に応じて調整 */
  z-index: 10;
}
.top-svg {
  display: block;
  margin: 0 auto 20px;
  width: 100px; /* 必要に応じて調整 */
  height: auto;
}

.image-collage {
  position: relative;
  width: 100%;
  max-width: 430px;
  height: 900px;
  margin: 0 auto;
  z-index: 1;
}

.image-collage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 1000px;
  background-image: url(../image/251226527.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  opacity: 0.2;
  z-index: -1; /* 背景として表示 */
}

.image-collage img {
  position: absolute;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* precise placement for snow-like falling effect */
.image-collage img:nth-child(1) {
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
}
.image-collage img:nth-child(2) {
  top: 0;
  right: 20px;
  width: 110px;
  height: 100px;
}
.image-collage img:nth-child(3) {
  top: 220px;
  right: 0;
  width: 130px;
  height: 130px;
}
.image-collage img:nth-child(4) {
  top: 290px;
  left: 10px;
  width: 140px;
  height: 140px;
}
.image-collage img:nth-child(5) {
  top: 600px;
  left: 100;
  width: 180px;
  height: 140px;
}
.image-collage img:nth-child(6) {
  top: 465px;
  right: 30px;
  width: 120px;
  height: 120px;
}
.image-collage img:nth-child(7) {
  top: 730px;
  right: 20px;
  width: 130px;
  height: 130px;
}
.image-collage img:nth-child(8) {
  top: 880px;
  left: 20px;
  width: 180px;
  height: 180px;
}

.fade-up,
.fade-down,
.fade-left,
.fade-right {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1.8s ease-out, transform 1.8s ease-out;
  will-change: opacity, transform;
  filter: blur(8px); /* ぼかしを追加してさらに柔らかく */
}

.fade-down {
  transform: translateY(-60px);
}
.fade-left {
  transform: translateX(-60px);
}
.fade-right {
  transform: translateX(60px);
}

.fade-up.in-view,
.fade-down.in-view,
.fade-left.in-view,
.fade-right.in-view {
  opacity: 1;
  transform: translate(0, 0);
  filter: blur(0); /* 出てくると同時にくっきり */
}

.section-title_1 {
  font-family: serif;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.12em;
  margin-bottom: 80px;
  position: relative;
}

.section-title_1::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #ffffff;
  margin: 16px auto 0;
  opacity: 0.8;
}

/* ボタン */
.button-wrapper {
  text-align: center;
  margin-top: 40px;
}

.cta-button {
  display: inline-block;
  padding: 12px 30px;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, color 0.3s;
  border: 1px solid;
}

.cta-button:hover {
  background-color: #f0f0f0;
  color: #000;
}

/* インスタグラム */
.instagram-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 常に2列 */
  gap: 24px;
  max-width: 800px;
  margin: 0 auto 100px;
  padding: 0 20px;
}

.instagram-grid img {
  width: 100%;
  aspect-ratio: 1 / 1; /* 正方形 */
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.instagram-grid img:hover {
  transform: scale(1.03);
}
.instagram-link-wrapper {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 80px;
}

.instagram-button {
  display: inline-block;
  padding: 14px 32px;
  background: transparent;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  border: 1.5px solid #fff;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
}

.instagram-button:hover {
  background: #fff;
  color: #111;
  transform: scale(1.03);
}

a.gototop {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  line-height: 50px;
  text-align: center;
  background: rgba(100,100,100,0.6);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  z-index: 9999;
  display: none; /* 初期は非表示 */
}
footer {
  width: 100%;
  background-color: #333; /* 背景色（好みで変更可） */
  color: #fff;            /* 文字色 */
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
}


/* ここからサービスページ */
/* サービス全体の余白調整 */
.services {
  text-align: center; /* 中央寄せ */
  margin: 50px 0 20px;
  font-family: "クレー";
  color: #ffffff; 
}

/* 見出し（飲食店運営事業） */
.services_page {
  font-size: 20px;
  color: #ffffff; 
  font-weight: bold;
  margin: 0;
}
.services_page::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #ffffff;
  margin: 16px auto 0;
  opacity: 0.8;
}
/* スライダーの画像スタイル */
#key_visual {
  width: 100%;
  margin: 0 auto 60px;
}

.your-class div {
  text-align: center;
}

.your-class img {
  width: 90%; /* 画像の幅を90%に設定して、中央に配置 */
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(3px 3px 5px #757575);
  -webkit-filter: drop-shadow(4px 4px 6px #8f8e8e);

}
.photo_1 p{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 80px;
  font-size: 0.8rem;
}

/* おしゃれなインジゲーター */
.slick-dots {
  bottom: -30px; /* インジゲーターの位置 */
  display: flex; /* フレックスボックスを使用 */
  justify-content: center; /* 中央揃え */
  padding: 0; /* パディングをリセット */
  margin: 0; /* マージンをリセット */
}

.slick-dots li {
  width: 10px; /* 非アクティブ状態の幅 */
  height: 10px; /* 非アクティブ状態の高さ */
  margin: 0 10px; /* ドット間のスペースを広げる */
}

.slick-dots li button {
  font-size: 0; /* ボタンのテキストを非表示 */
  width: 15px; /* ボタンの幅 */
  height: 15px; /* ボタンの高さ */
  border-radius: 50%; /* 丸くする */
  transition: background 0.3s, transform 0.3s; /* アニメーション効果 */
  transform: scale(0.6); /* 非表示時は小さく */
}

.slick-dots li.slick-active button {
  background: #ffffff90; /* アクティブ状態の色（オレンジ） */
  transform: scale(1.0); /* アクティブ状態でさらに大きく */
}
/* 説明部分 */
.services_about {
  max-width: 800px;
  margin: 0 auto; /* 中央寄せ */
  padding: 0 20px;
}

.services_about p {
  font-size: 1rem;
  line-height: 1.8;
  color: #ffffff; /* グレー */
  margin-bottom: 15px;
}

/* 店舗情報 */
.shop-item {
  display: flex;
  flex-direction: column; /* スマホ用では縦並びに変更 */
  width: 85%;
  flex-wrap: wrap;
  gap: 20px;
  border: 1px solid rgba(0, 0, 0, 0.331);
  padding: 30px 15px;
  margin: 0 auto;
  margin-bottom: 60px;
  font-family: "クレー";
}

.shop-text {
  font-size: 16px;
  line-height: 1.5;
  text-align: left; /* テキストを左揃え */
  margin-bottom: 15px; /* テキストと画像の間に余白 */
}

.shop-text p {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.shop-text ul.shop-list {
  padding-left: 0; /* 左のインデントを削除 */
  list-style-type: none; /* ・を非表示にする */
  text-align: left;
}

.shop-text ul.shop-list li {
  margin-bottom: 5px;
}

.shop-image {
  width: 100%; /* 画像を画面幅に合わせる */
  text-align: center; /* 画像を中央に配置 */
}

.shop-image img {
  width: 100%;
  height: auto;
  max-width: 100%; /* 画像のサイズを画面に合わせて調整 */
  border-radius: 8px; /* 角丸 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 画像に影をつける */
}

/* 会社概要ページ */
.company {
  max-width: 800px;      /* 幅の最大値 */
  margin: 40px auto;     /* 上下に余白、自動中央寄せ */
  padding: 0 20px;       /* 左右にパディング */
  font-family: 'クレー', sans-serif; /* Google FontsのOutfitを指定 */
  color: #ffffff;           /* 文字色を濃いグレーに */
  line-height: 1.7;      /* 行間をやや広めに */
  font-size: 16px;       /* 読みやすい文字サイズ */
}

.company_p p {
  margin-bottom: 1.5em;  /* 段落間の余白 */
  text-align: justify;   /* 両端揃えでキレイに */
}

.company-overview {
  max-width: 800px;
  margin: 48px auto 80px;
  padding: 0 20px;
  font-family: 'クレー';
  color: #fff; /* 文字を白に */
}

.company-overview h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 3px solid #ffffff78;
  padding-bottom: 8px;
  color: #ffffff;
}

.company-overview table {
  width: 100%;
  border-collapse: collapse;
}

.company-overview th,
.company-overview td {
  padding: 10px 12px;
  vertical-align: top;
  border-bottom: 1px solid rgba(255,255,255,0.3); /* 白の薄い線 */
  color: #fff; /* 表の文字も白 */
}

.company-overview th {
  width: 120px;
  font-weight: 600;
  background-color: transparent; /* 背景は透明のまま */
  text-align: left;
  color: #fff;
}

.company-overview td a {
  color: #fff;
  text-decoration: none;
}

.company-overview td a:hover {
  text-decoration: underline;
}

/* 求人情報 */
.no-job-info {
  text-align: center;
  color: #fff;  /* 白文字 */
  font-size: 1.2rem;
  margin: 120px 0 20px;
  font-family: 'クレー', sans-serif;
}

.check-button-wrapper {
  text-align: center;
  margin: 80px auto;
}

.check-button {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  padding: 7px 36px;
  border: 1px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  font-family: 'クレー', sans-serif;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.check-button:hover {
  background-color: #fff;        /* ホバーで白背景 */
  color: #ff6600;                /* ホバー時の文字色はオレンジ */
  border-color: #ff6600;         /* 枠線もオレンジに */
}

/* コンタクトページ */
.contact {
  max-width: 800px;
  margin: 40px auto 80px;
  padding: 0 20px;
  font-family: 'クレー', sans-serif;
  color: #fff;
  text-align: center;
}

.contact_p p {
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.6;
}

.contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.contact-btn {
  position: relative;
    display: block;
    padding: 12px 0;
    border: 1.5px solid #fff;
    color: #fff;
    background-color: transparent;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: color 0.3s ease;
    cursor: pointer;
    letter-spacing: 0.05em;
    margin: 30px 0;
}

.contact-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2.5px;
  background-color: #fff;
  transition: width 0.3s ease, left 0.3s ease;
  border-radius: 2px;
  transform: translateX(-50%);
}

.contact-btn:hover {
  color: #000;
}

.contact-btn:hover::after {
  width: 80%;
  left: 10%;
}

@media screen and (max-width: 480px) {
  .company-overview {
    padding: 0 15px;
  }

  .company-overview th {
    width: 100px;
    font-size: 14px;
  }

  .company-overview td {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .company-overview {
    padding: 0 15px;
  }

  .company-overview th {
    width: 100px;
    font-size: 14px;
  }

  .company-overview td {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .company {
    padding: 0 15px;
    font-size: 14px; /* スマホなど小さい画面では少し小さく */
  }
}
/* 768px以上の画面（タブレット〜PC）で切り替え */
@media screen and (min-width: 768px) {
  p{
    font-size: 20px;
  }
  .burger{
    width: 85px;
    top: 60px;
    padding: 20px;
    right: 30px;
  }
  .menu ul{
    margin:340px auto 0;
  }
  .about{
    text-align: center;
    max-width: 700px;
  }
  .scenes-heading-wrapper::before {
    top: -400px;
    left: 0;
    width: 30%;
  
}
.image-collage-section{
  margin:  0 auto;
}
.image-collage {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 900px;
  margin: 0 auto;
  z-index: 1;
}
.image-collage img:nth-child(1) {
  top: 0;
  left: 30px;
  width: 335px;
  height: 230px;
}
.image-collage img:nth-child(2) {
  top: -81px;
  right: 20px;
  width: 250px;
  height: 250px;
}
.image-collage img:nth-child(4) {
  top: 290px;
  left: 55px;
  width: 300px;
  height: 231px;
}
.image-collage img:nth-child(3) {
  top: 220px;
  right: 0;
  width: 300px;
  height: 300px;
}
.image-collage img:nth-child(6) {
  top: 569px;
  right: 45px;
  width: 300px;
  height: 200px;
}
.image-collage img:nth-child(5) {
  top: 545px;
  left: 10px;
  width: 300px;
  height: 188px;
}
.image-collage img:nth-child(7) {
  top: 843px;
  left: 63px;
  width: 400px;
   height: 200px;
}
.section-title_1 {
  font-family: クレー;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.12em;
  margin-bottom: 80px;
  position: relative;
  margin-top: 200px;
}
.cta-button {
  display: inline-block;
  padding: 15px 80px;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, color 0.3s;
  border: 1px solid;
}
.instagram-grid {
  display: grid
;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 800px;
  margin: 0 auto 100px;
  padding: 0 20px;
}
}

/* PCサイズに変更 */
@media screen and (min-width: 1200px) {

  .burger {
    width: 100px;
    top: 400px;
    padding: 20px;
    left: 55px;
    position: fixed;
    z-index: 1000;
  }
  .burger.is-active{
    width: 100px;
        top: 400px;
        padding: 25px;
        left: 70px;
        position: fixed;
        z-index: 1000;
  }
  .burger_menu li {
    justify-content: center;
    display: flex;
    padding: 50px 0;
    font-size: 24px;
    border-bottom: 1px solid #0504041c;
}
.menu ul {
  margin: 140px auto 0;
}
/* .vertical-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100px + 85px + 20px); 
  width: 5px;
  background-color: rgba(255, 255, 255, 0.3); 
  z-index: 999;
} */
  .top-catch {
    position: absolute;
    top: 20px;
    right: 10px;  /* 右寄せ */
    left: auto;   /* 左の指定を無効化 */
    font-size: 20px;
    /* その他はそのまま */
  }
 h1,h2{
    font-size: 40px;
  }
  .section-title::after {
    content: "";
    display: block;
    width: 230px;
    height: 2px;
    background: #ffffff;
    margin: 16px auto 0;
    opacity: 0.8;
}

.scroll_down {
  position: absolute;
  bottom: 2%;
  left: 85px;
  transform: translateX(-50%);
  animation: arrowmove 2s ease-in-out infinite;
  z-index: 3000;
  pointer-events: none;
}
.scroll_down a {
    position: absolute;
    left: -50px;
    bottom: 1500px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: .2em;
    writing-mode: vertical-rl;
    text-decoration: none;
    text-transform: uppercase;
    mix-blend-mode: difference;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}


.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 1500px;
  right: -15px;
  width: 5px;
  height: 43px;
  background: #ffffff;
  transform: skewX(-31deg);
  mix-blend-mode: difference;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 1500px;
  right: 0;
  width: 5px;
  height: 157px;
  background: #ffffff;
  mix-blend-mode: difference;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}
.about {
  text-align: center;
  max-width: 1200px;
}
.image-collage {
  position: relative;  /* 絶対配置の親として必須 */
  width: 1600px;       /* 固定幅（必要に応じて調整） */
  height: 1200px;      /* 必要な高さに調整 */
  margin: 0 auto;      /* 中央寄せ */
}
.image-collage-section {
  margin: 0 auto;
}
.image-collage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2002px;
  height: 1497px;
  background-image: url(../image/251226527.svg);
  background-size: contain;
  background-position: top;
  opacity: 0.2;
  z-index: -1;
}
.image-collage img:nth-child(1) {
  top: 0;
  left: 30px;
  width: 535px;
  height: 330px;
}
.image-collage img:nth-child(2) {
  top: -81px;
  right: 72px;
  width: 550px;
  height: 350px;
}

.image-collage img:nth-child(4) {
  top: 400px;
  left: 200px;
  width: 500px;
  height: 300px;
}
.image-collage img:nth-child(3) {
  top: 380px;
  right: 0;
  width: 500px;
  height: 300px;
}
.image-collage img:nth-child(6) {
  top: 830px;
  right: 0;
  width: 350px;
  height: 300px;
}
.image-collage img:nth-child(5) {
  top: 818px;
  left: 0;
  width: 400px;
  height: 300px;
}
.image-collage img:nth-child(7) {
  top: 819px;
  left: 455px;
  width: 400px;
  height: 300px;
}
.section-title_1 {
  font-size: 30px;
}
.about p{
  font-size: 20px;
}
.cta-button {
  display: inline-block;
  padding: 25px 150px;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, color 0.3s;
  border: 1px solid;
  font-size: 25px;
}
.instagram-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  max-width: 800px;
  margin: 0 auto 100px;
  padding: 0 20px;
}
.instagram-button {
  display: inline-block;
  padding: 20px 100px;
  background: transparent;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  border: 1.5px solid #fff;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
}
/* 飲食店事業 */
.shop-item {
  flex-direction: row; /* 横並びに変更 */
  align-items: flex-start; /* 上揃え */
  justify-content: space-between; /* 要素間のスペースを均等配置 */
  gap: 30px; /* テキストと画像の間を広げる */
  width: 70%;
}

.shop-text {
  flex: 1; /* テキスト部分の幅を自動調整 */
}
.shop-text p {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.shop-text ul.shop-list li {
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.shop-image {
  flex: 0 0 350px;
  text-align: center;
}

.shop-image img {
  max-width: 100%; /* 画像の最大幅を設定 */
  height: auto; /* 縦横比を維持 */
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* 会社概要ページ */
@media screen and (min-width: 1024px) {
  .company {
    max-width: 1100px;
    margin: 60px auto;
    padding: 0 40px;
    font-family: 'クレー', sans-serif;
    color: #ffffff;
    line-height: 1.8;
    font-size: 18px;
  }

  .company_p p {
    margin-bottom: 2em;
    text-align: justify;
  }

  .company-overview {
    max-width: 1100px;
    margin: 80px auto 100px;
    padding: 0 40px;
    font-family: 'クレー', sans-serif;
    color: #fff;
  }

  .company-overview h2 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 30px;
    border-bottom: 4px solid rgba(255, 255, 255, 0.8);
    padding-bottom: 12px;
    color: #ffffff;
  }

  .company-overview table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px; /* 行間を広げる */
  }

  .company-overview th,
  .company-overview td {
    padding: 16px 20px;
    vertical-align: top;
    border-bottom: none; /* PCは行間で間隔をつくるためボーダーはなし */
    color: #fff;
    font-size: 1.5rem;
  }

  .company-overview th {
    width: 180px;
    font-weight: 700;
    background-color: transparent;
    text-align: left;
    color: #fff;
    font-size: 2rem;
    border-right: 2px solid rgba(255, 255, 255, 0.3); /* 列の区切り線を追加 */
  }

  .company-overview td a {
    color: #fff;
    text-decoration: none;
  }

  .company-overview td a:hover {
    text-decoration: underline;
  }
}
}