@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* =========================
 B'sサービス TOP Design
========================= */

:root {
  --bs-green: #2c673f;
  --bs-green-dark: #1f4d2e;
  --bs-light: #f6f8f5;
  --bs-border: #dfe7df;
  --bs-text: #222;
  --bs-muted: #666;
}

/* SWELL初期余白・サイドバー調整 */
.bs-front {
  color: var(--bs-text);
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.bs-front a {
  text-decoration: none;
}

.bs-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

/* ファーストビュー */
.bs-hero {
  position: relative;
  padding: 120px 20px 130px;
  background:
    linear-gradient(135deg, rgba(44,103,63,0.95), rgba(31,77,46,0.88)),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.18), transparent 35%);
  color: #fff;
  overflow: hidden;
}

.bs-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 50%;
}

.bs-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.bs-hero__label,
.bs-section__label {
  margin: 0 0 14px;
  color: var(--bs-green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.bs-hero__label {
  color: rgba(255,255,255,0.8);
}

.bs-hero__title {
  margin: 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.bs-hero__text {
  margin: 28px 0 0;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 2;
  color: rgba(255,255,255,0.92);
}

.bs-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}

/* ボタン */
.bs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 15px 28px;
  border: 1px solid var(--bs-green);
  border-radius: 999px;
  background: var(--bs-green);
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  transition: 0.25s ease;
}

.bs-btn:hover {
  transform: translateY(-2px);
  background: var(--bs-green-dark);
  border-color: var(--bs-green-dark);
}

.bs-btn--outline {
  background: #fff;
  color: var(--bs-green) !important;
}

.bs-btn--outline:hover {
  background: var(--bs-light);
  color: var(--bs-green-dark) !important;
}

/* 共通セクション */
.bs-section {
  padding: 96px 0;
}

.bs-section__title {
  margin: 0 0 28px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.bs-section__text {
  max-width: 860px;
  font-size: 16px;
  line-height: 2.2;
  color: #333;
}

/* 事業カード */
.bs-service__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 36px;
}

.bs-card {
  position: relative;
  padding: 42px;
  border: 1px solid var(--bs-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(31, 77, 46, 0.08);
  overflow: hidden;
}

.bs-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: var(--bs-green);
}

.bs-card__num {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--bs-green);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.bs-card h3 {
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: 800;
}

.bs-card p {
  margin: 0;
  line-height: 2;
  color: #444;
}

/* VALUE */
.bs-values__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.bs-values__list div {
  padding: 34px 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--bs-border);
  color: var(--bs-green);
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 12px 30px rgba(31, 77, 46, 0.06);
}

/* お知らせ */
.bs-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.bs-news__link {
  color: var(--bs-green);
  font-weight: 700;
}

.bs-news__list {
  border-top: 1px solid var(--bs-border);
}

.bs-news__item {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--bs-border);
  color: var(--bs-text);
  transition: 0.2s ease;
}

.bs-news__item:hover {
  color: var(--bs-green);
  padding-left: 8px;
}

.bs-news__item time {
  color: var(--bs-muted);
  font-weight: 700;
}

.bs-news__empty {
  padding: 28px 0;
  color: var(--bs-muted);
}

/* CTA */
.bs-cta {
  padding: 86px 0;
  background: var(--bs-green);
  color: #fff;
  text-align: center;
}

.bs-cta h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
}

.bs-cta p {
  margin: 0 0 32px;
  color: rgba(255,255,255,0.88);
}

.bs-cta .bs-btn {
  background: #fff;
  color: var(--bs-green) !important;
  border-color: #fff;
}

/* 不要なサイドバー感を弱める */
.l-mainContent,
.l-mainContent__inner {
  max-width: none !important;
}

.l-sidebar,
.c-widget,
.widget {
  display: none;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }

  .bs-hero {
    padding: 88px 20px 96px;
  }

  .bs-hero__buttons {
    flex-direction: column;
  }

  .bs-btn {
    width: 100%;
  }

  .bs-section {
    padding: 68px 0;
  }

  .bs-service__grid,
  .bs-values__list {
    grid-template-columns: 1fr;
  }

  .bs-card {
    padding: 32px 24px;
  }

  .bs-section__head {
    display: block;
  }

  .bs-news__item {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
/* =========================
 Service Icon Cards
========================= */

.bs-section__lead {
  max-width: 860px;
  margin: -8px 0 38px;
  font-size: 16px;
  line-height: 2;
  color: #444;
}

.bs-service__grid--icons {
  align-items: stretch;
}

.bs-serviceIcon {
  position: relative;
  padding: 48px 42px 44px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(44, 103, 63, 0.16);
  box-shadow: 0 22px 60px rgba(31, 77, 46, 0.09);
  overflow: hidden;
  transition: 0.28s ease;
}

.bs-serviceIcon::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(44, 103, 63, 0.08);
}

.bs-serviceIcon::after {
  content: "";
  position: absolute;
  left: 42px;
  bottom: 0;
  width: 72px;
  height: 5px;
  background: var(--bs-green);
  border-radius: 999px 999px 0 0;
}

.bs-serviceIcon:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(31, 77, 46, 0.14);
}

.bs-serviceIcon__mark {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  margin-bottom: 26px;
  border-radius: 24px;
  background: var(--bs-green);
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(44, 103, 63, 0.24);
}

.bs-serviceIcon__num {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--bs-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.bs-serviceIcon h3 {
  margin: 0;
  color: #111;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.bs-serviceIcon__sub {
  display: inline-block;
  margin: 14px 0 22px !important;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--bs-light);
  color: var(--bs-green) !important;
  font-size: 14px;
  font-weight: 700;
}

.bs-serviceIcon p {
  position: relative;
  z-index: 1;
  margin: 0;
  line-height: 2;
  color: #444;
}

@media (max-width: 768px) {
  .bs-serviceIcon {
    padding: 38px 26px 36px;
    border-radius: 22px;
  }

  .bs-serviceIcon__mark {
    width: 68px;
    height: 68px;
    font-size: 28px;
    border-radius: 20px;
  }

  .bs-serviceIcon h3 {
    font-size: 26px;
  }
}
/* 事業内容アイコン画像 */
.bs-serviceIcon__mark img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  display: block;
}

@media (max-width: 768px) {
  .bs-serviceIcon__mark img {
    width: 46px;
    height: 46px;
  }
}
/* 事業内容アイコン画像：白背景プレート版 */
.bs-serviceIcon__mark {
  width: 96px;
  height: 96px;
  background: #fff !important;
  border: 1px solid rgba(44, 103, 63, 0.18);
  border-radius: 26px;
  box-shadow: 0 16px 36px rgba(31, 77, 46, 0.14);
  display: grid;
  place-items: center;
  padding: 14px;
}

.bs-serviceIcon__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media (max-width: 768px) {
  .bs-serviceIcon__mark {
    width: 82px;
    height: 82px;
    border-radius: 22px;
    padding: 12px;
  }
}
/* 事業内容アイコン画像：二重背景を解消 */
.bs-serviceIcon__mark {
  width: 110px;
  height: 110px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.bs-serviceIcon__mark img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 16px 28px rgba(31, 77, 46, 0.14));
}

@media (max-width: 768px) {
  .bs-serviceIcon__mark,
  .bs-serviceIcon__mark img {
    width: 88px;
    height: 88px;
  }
}
/* 事業内容アイコン画像：影を追加 */
.bs-serviceIcon__mark img {
  filter: drop-shadow(0 18px 26px rgba(31, 77, 46, 0.22));
  transition: 0.28s ease;
}

.bs-serviceIcon:hover .bs-serviceIcon__mark img {
  transform: translateY(-4px);
  filter: drop-shadow(0 24px 34px rgba(31, 77, 46, 0.28));
}
/* 事業アイコンの下に自然な影を追加 */
.bs-serviceIcon__mark {
  position: relative;
  display: inline-block;
}

.bs-serviceIcon__mark::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 86px;
  height: 18px;
  transform: translateX(-50%);
  background: rgba(31, 77, 46, 0.18);
  filter: blur(14px);
  border-radius: 50%;
  z-index: -1;
}

.bs-serviceIcon__mark img {
  position: relative;
  z-index: 1;
  filter: none !important;
}

.bs-serviceIcon:hover .bs-serviceIcon__mark::after {
  width: 96px;
  height: 22px;
  background: rgba(31, 77, 46, 0.24);
}
/* 事業アイコンの下に自然な影を追加 */
.bs-serviceIcon__mark {
  position: relative;
  display: inline-block;
}

.bs-serviceIcon__mark::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 86px;
  height: 18px;
  transform: translateX(-50%);
  background: rgba(31, 77, 46, 0.18);
  filter: blur(14px);
  border-radius: 50%;
  z-index: -1;
}

.bs-serviceIcon__mark img {
  position: relative;
  z-index: 1;
  filter: none !important;
}

.bs-serviceIcon:hover .bs-serviceIcon__mark::after {
  width: 96px;
  height: 22px;
  background: rgba(31, 77, 46, 0.24);
}
/* ===== B'sサービス フッター ===== */
.bs-site-footer {
  background: #2c673f;
  color: #fff;
  margin-top: 0;
  padding: 64px 20px 28px;
}

.bs-footer__inner {
  width: min(1120px, calc(100% - 40px));
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: start;
}

.bs-footer__logo {
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.bs-footer__text {
  margin: 0;
  color: rgba(255,255,255,0.84);
  font-size: 14px;
  line-height: 2;
  font-weight: 600;
}

.bs-footer__nav {
  display: grid;
  gap: 14px;
}

.bs-footer__nav a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  opacity: 0.9;
}

.bs-footer__nav a:hover {
  opacity: 1;
  text-decoration: underline;
}

.bs-footer__copy {
  width: min(1120px, calc(100% - 40px));
  max-width: 1120px;
  margin: 46px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.72);
  text-align: center;
  font-size: 12px;
}

@media (max-width: 768px) {
  .bs-site-footer {
    padding: 48px 18px 24px;
  }

  .bs-footer__inner {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .bs-footer__logo {
    font-size: 22px;
  }

  .bs-footer__text {
    font-size: 13px;
  }

  .bs-footer__nav {
    gap: 12px;
  }

  .bs-footer__copy {
    width: 100%;
    margin-top: 34px;
  }
}
/* ===== スマホメニュー上部ロゴ ===== */
@media (max-width: 959px) {
  .p-spMenu__body::before {
    content: "";
    display: block;
    width: 160px;
    height: 58px;
    margin: 0 0 22px;
    background-image: url("https://bs-services.jp/wp-content/uploads/2026/05/ChatGPT-Image-2026年5月31日-13_54_00.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
  }
}
/* ===== ヘッダーのRSSアイコンを非表示 ===== */
.c-iconList__item.-rss,
.c-iconList__link[href*="/feed"],
.c-iconList__link[href*="feed"] {
  display: none !important;
}


/* セクション背景を固定 */
.bs-message {
  background: var(--bs-light);
}

.bs-service {
  background: #fff;
}

.bs-values {
  background: var(--bs-light);
}

.bs-news {
  background: #fff;
}
/* ===== 全ページ共通 事業継続力強化計画 ===== */
.bs-bcp-global {
  background: #f6f8f5;
  padding: 70px 20px;
}

.bs-bcp-global .bs-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.bs-bcp-global__img {
  width: 100%;
  max-width: 750px;
  display: block;
  margin: 0 auto;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(31,77,46,.12);
}
/* ===== 記事下のSNSシェアを非表示 ===== */
.p-shareButtons,
.c-shareBtns,
.sns_share,
.share_content {
  display: none !important;
}

/* ===== 著者情報を非表示 ===== */
.p-authorBox,
.author_box,
.l-authorBox {
  display: none !important;
}

/* ===== 関連記事を非表示 ===== */
.p-relatedPosts,
.c-relatedPosts,
.l-relatedPosts {
  display: none !important;
}

/* ===== コメント欄を非表示 ===== */
#comments,
.comments-area,
.p-commentArea,
.comment-respond {
  display: none !important;
}
/* 著者情報を非表示 */
.p-authorBox,
.author_box,
.authorbox,
.author,
.p-postAuthor,
.l-postAuthor {
  display: none !important;
}
/* 著者エリア完全非表示 */
[class*="author"] {
  display: none !important;
}
/* =========================
   TOP FV / Pick Up
========================= */

.bs-fv {
  position: relative;
  background: #f6f8f5;
  overflow: hidden;
}

.bs-fv__gallery {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.bs-fv__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.bs-fv__slide--01 {
  background-image:
    linear-gradient(rgba(0,0,0,0.18), rgba(0,0,0,0.18)),
    url("https://bs-services.jp/wp-content/uploads/2026/05/名称未設定のデザイン.png");
  background-size: cover;
  background-position: center;
}

.bs-fv__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
  z-index: 2;
}

.bs-fv__content {
  position: relative;
  z-index: 3;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  color: #fff;
}

.bs-fv__label {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.86);
  font-size: 14px;
  letter-spacing: 0.18em;
  font-weight: 700;
}

.bs-fv__title {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-shadow: 0 8px 24px rgba(0,0,0,0.28);
}

.bs-fv__text {
  margin: 0 0 34px;
  color: rgba(255,255,255,0.94);
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.9;
  font-weight: 700;
  text-shadow: 0 5px 18px rgba(0,0,0,0.25);
}

.bs-fv__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.bs-fv__buttons .bs-btn--outline {
  background: rgba(255,255,255,0.92);
}

.bs-fv__pickup {
  position: relative;
  z-index: 5;
  width: min(1180px, 82%);
  margin: -76px 0 0 auto;
  background: var(--bs-green);
  color: #fff;
  padding: 36px 48px 34px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.bs-fv__pickup::before {
  content: "";
  position: absolute;
  left: -90px;
  top: 0;
  width: 90px;
  height: 100%;
  background: var(--bs-green);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.bs-fv__pickup-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bs-fv__pickup-head span {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.bs-fv__pickup-head a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  opacity: 0.85;
}

.bs-fv__pickup-head a:hover {
  opacity: 1;
  text-decoration: underline;
}

.bs-fv__news-list {
  display: grid;
  gap: 14px;
}

.bs-fv__news-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  color: #fff;
  text-decoration: none;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}

.bs-fv__news-item:hover {
  opacity: 0.82;
}

.bs-fv__news-item time {
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  font-weight: 700;
}

.bs-fv__news-item span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.bs-fv__news-empty {
  margin: 0;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .bs-fv__gallery {
    min-height: 560px;
  }

  .bs-fv__content {
    width: calc(100% - 40px);
  }

  .bs-fv__title {
    font-size: clamp(38px, 12vw, 58px);
  }

  .bs-fv__buttons {
    flex-direction: column;
  }

  .bs-fv__pickup {
    width: calc(100% - 32px);
    margin: -50px auto 0;
    padding: 28px 22px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bs-fv__pickup::before {
    display: none;
  }

  .bs-fv__news-item {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
/* ===== スマホFVの左右余白をなくす ===== */
@media screen and (max-width: 768px) {
  .bs-fv {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .bs-fv__gallery {
    width: 100%;
  }

  .bs-fv__pickup {
    width: 100%;
    margin: -50px 0 0;
    border-radius: 0;
  }
}
/* ===== TOPページ：ヘッダー下の白い余白をなくす ===== */
.home .l-content,
.home .l-mainContent,
.home .l-mainContent__inner,
.home .post_content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.home .bs-front {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.home .bs-fv {
  margin-top: 0 !important;
}
/* =========================
   TOP FV Pick Up Gallery
========================= */

.bs-fv__pickupGallery {
  position: relative;
  z-index: 5;
  margin-top: -76px;
  background: #2c673f;
  padding: 34px 0 46px;
  color: #111;
  overflow: hidden;
}

.bs-fv__pickupGallery::before {
  content: "";
  position: absolute;
  right: 0;
  top: -78px;
  width: 34%;
  height: 78px;
  background: #2c673f;
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}

.bs-fv__pickupGallery-head {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 24px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

.bs-fv__pickupGallery-head span {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.bs-fv__pickupGallery-head a {
  color: #111;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.bs-fv__pickupGallery-list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 22px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 12px;
}

.bs-fv__pickupCard {
  color: #111 !important;
  text-decoration: none;
  scroll-snap-align: start;
  min-width: 0;
}

.bs-fv__pickupCard-img {
  aspect-ratio: 16 / 9;
  background: #fff;
  overflow: hidden;
}

.bs-fv__pickupCard-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.3s ease;
}

.bs-fv__pickupCard:hover .bs-fv__pickupCard-img img {
  transform: scale(1.04);
}

.bs-fv__pickupCard-body {
  padding-top: 16px;
}

.bs-fv__pickupCard h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.bs-fv__pickupCard-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(0,0,0,0.55);
  font-size: 13px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .bs-fv__pickupGallery {
    margin-top: -50px;
    padding: 28px 0 36px;
  }

  .bs-fv__pickupGallery::before {
    display: none;
  }

  .bs-fv__pickupGallery-head {
    width: calc(100% - 32px);
    justify-content: space-between;
  }

  .bs-fv__pickupGallery-head span {
    font-size: 26px;
  }

  .bs-fv__pickupGallery-list {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    grid-auto-columns: 76%;
  }

  .bs-fv__pickupCard h3 {
    font-size: 16px;
  }
}
/* ===== Pick UpギャラリーをB'sサービス緑に変更 ===== */
.bs-fv__pickupGallery {
  background: #2c673f !important;
  color: #fff !important;
}

.bs-fv__pickupGallery::before {
  background: #2c673f !important;
}

.bs-fv__pickupGallery-head span,
.bs-fv__pickupGallery-head a {
  color: #fff !important;
}

.bs-fv__pickupCard {
  color: #fff !important;
}

.bs-fv__pickupCard h3 {
  color: #fff !important;
}

.bs-fv__pickupCard-meta {
  color: rgba(255,255,255,0.72) !important;
}
/* ===== TOPページ：FV部分だけ画面幅いっぱいにする ===== */
@media screen and (min-width: 769px) {
  .home .bs-fv {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .home .bs-fv__gallery {
    width: 100%;
  }

  .home .bs-fv__content {
    width: calc(100% - 160px);
    max-width: none;
  }

  .home .bs-fv__pickupGallery {
    width: 100%;
  }

  .home .bs-fv__pickupGallery-head {
    width: calc(100% - 160px);
    max-width: none;
  }

  .home .bs-fv__pickupGallery-list {
    width: 100%;
    max-width: none;
    padding-left: 80px;
    padding-right: 80px;
    grid-auto-columns: minmax(320px, 1fr);
  }
}
/* ===== FV 4枚スライドショー ===== */
.bs-fv__slide {
  opacity: 0;
  animation: bsHeroSlide4 16s infinite;
}

.bs-fv__slide--01 {
  background-image: url("https://bs-services.jp/wp-content/uploads/2026/06/ギャラリー①.png");
  animation-delay: 0s;
}

.bs-fv__slide--02 {
  background-image: url("https://bs-services.jp/wp-content/uploads/2026/06/ギャラリー②.png");
  animation-delay: 4s;
}

.bs-fv__slide--03 {
  background-image: url("https://bs-services.jp/wp-content/uploads/2026/06/ギャラリー③.png");
  animation-delay: 8s;
}

.bs-fv__slide--04 {
  background-image: url("https://bs-services.jp/wp-content/uploads/2026/06/ギャラリー④.png");
  animation-delay: 12s;
}

@keyframes bsHeroSlide4 {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  6% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  31% {
    opacity: 0;
    transform: scale(1.04);
  }

  100% {
    opacity: 0;
    transform: scale(1.04);
  }
}
/* ===== Pick Up 横スクロールバーを消してドット風にする ===== */
.bs-fv__pickupGallery-list {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE / Edge */
  padding-bottom: 44px !important;
}

.bs-fv__pickupGallery-list::-webkit-scrollbar {
  display: none; /* Chrome / Safari */
}

/* ドット表示 */
.bs-fv__pickupGallery {
  position: relative;
}

.bs-fv__pickupGallery::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 18px auto 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  box-shadow:
    -84px 0 0 rgba(255,255,255,0.35),
    -56px 0 0 rgba(255,255,255,0.35),
    -28px 0 0 rgba(255,255,255,0.35),
     28px 0 0 rgba(255,255,255,0.35),
     56px 0 0 rgba(255,255,255,0.35),
     84px 0 0 rgba(255,255,255,0.35);
}
/* ===== Pick Up と MESSAGE の間に余白を追加 ===== */
.bs-fv__pickupGallery {
  margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
  .bs-fv__pickupGallery {
    margin-bottom: 44px;
  }
}
/* ===== スマホFV：文字の圧迫感を調整 ===== */
@media screen and (max-width: 768px) {
  .bs-fv__gallery {
    min-height: 720px;
    align-items: center;
  }

  .bs-fv__content {
    width: calc(100% - 48px);
    padding-top: 20px;
  }

  .bs-fv__label {
    font-size: 12px;
    letter-spacing: 0.22em;
    margin-bottom: 18px;
  }

  .bs-fv__title {
    font-size: clamp(42px, 11vw, 56px);
    line-height: 1.22;
    letter-spacing: 0.02em;
    margin-bottom: 28px;
  }

  .bs-fv__text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.02em;
    margin-bottom: 36px;
  }

  .bs-fv__buttons {
    gap: 18px;
  }

  .bs-fv__buttons .bs-btn {
    min-height: 64px;
    font-size: 17px;
    border-radius: 999px;
  }

  .bs-fv__pickupGallery-head {
    padding-top: 6px;
  }

  .bs-fv__pickupGallery-head span {
    font-size: 34px;
    letter-spacing: 0.14em;
  }

  .bs-fv__pickupGallery-head a {
    font-size: 16px;
  }
}
/* ===== FV文字に上品な動きを追加 ===== */
.bs-fv__label,
.bs-fv__title,
.bs-fv__text,
.bs-fv__buttons {
  opacity: 0;
  transform: translateY(24px);
  animation: bsFadeUp 0.9s ease forwards;
}

.bs-fv__label {
  animation-delay: 0.2s;
}

.bs-fv__title {
  animation-delay: 0.45s;
}

.bs-fv__text {
  animation-delay: 0.75s;
}

.bs-fv__buttons {
  animation-delay: 1.05s;
}

@keyframes bsFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =========================
   Recruit Section 強調版
========================= */

.bs-recruit {
  position: relative;
  overflow: hidden;
  background: #4f8360; /* 濃い緑と薄い緑の中間 */
  color: #fff;
  padding: 130px 0 140px;
}

.bs-recruit::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.02) 48%, rgba(31,77,46,0.28) 100%);
  z-index: 1;
}

.bs-recruit::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -260px;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  z-index: 1;
}

.bs-recruit__inner {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.bs-recruit__content {
  max-width: 760px;
}

.bs-recruit .bs-section__label {
  color: rgba(255,255,255,0.82);
  letter-spacing: 0.28em;
}

.bs-recruit__title {
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(46px, 6vw, 82px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.bs-recruit__lead {
  margin: 0 0 34px;
  color: #fff;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.7;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.bs-recruit__text {
  margin: 0 0 44px;
  color: rgba(255,255,255,0.9);
  font-size: 16px;
  line-height: 2.1;
  font-weight: 600;
}

.bs-recruit__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 17px 42px;
  border-radius: 999px;
  background: #fff;
  color: #2c673f !important;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(31,77,46,0.22);
  transition: 0.25s ease;
}

.bs-recruit__btn:hover {
  transform: translateY(-3px);
  background: #f6f8f5;
}

@media screen and (max-width: 768px) {
  .bs-recruit {
    padding: 88px 0 100px;
  }

  .bs-recruit::after {
    right: -200px;
    bottom: -240px;
    width: 460px;
    height: 460px;
  }

  .bs-recruit__inner {
    width: calc(100% - 40px);
  }

  .bs-recruit__title {
    font-size: 46px;
  }

  .bs-recruit__lead {
    font-size: 20px;
    line-height: 1.8;
  }

  .bs-recruit__text {
    font-size: 15px;
    line-height: 2;
  }

  .bs-recruit__btn {
    width: 100%;
    min-height: 62px;
  }
}
/* ===== ローディングをヘッダーより確実に前面へ ===== */
.bs-front {
  position: relative;
}

.bs-front::before,
.bs-front::after {
  position: fixed !important;
  z-index: 2147483647 !important;
}

.bs-front::before {
  z-index: 2147483646 !important;
}
/* ===== TOPページ ローディング画面：body版 最終 ===== */
body:has(.bs-front)::before {
  content: "";
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100dvh !important;
  background: #2c673f !important;
  z-index: 2147483646 !important;
  animation: bsPageLoadingFade 0.7s ease 1.5s forwards;
  pointer-events: none !important;
}

body:has(.bs-front)::after {
  content: "";
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  width: min(340px, 62vw) !important;
  height: 120px !important;
  background-image: url("https://bs-services.jp/wp-content/uploads/2026/05/ChatGPT-Image-2026年5月31日-13_54_00.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0) invert(1) drop-shadow(0 14px 28px rgba(0,0,0,0.18));
  transform: translate(-50%, -50%) scale(0.94);
  opacity: 0;
  z-index: 2147483647 !important;
  animation:
    bsPageLogoIn 0.8s ease forwards,
    bsPageLoadingFade 0.7s ease 1.5s forwards;
  pointer-events: none !important;
}

@keyframes bsPageLogoIn {
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes bsPageLoadingFade {
  0% {
    opacity: 1;
    visibility: visible;
  }

  99% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/* ===== ローディングロゴを少し大きくする ===== */
body:has(.bs-front)::after,
.bs-front::after {
  width: min(460px, 72vw) !important;
  height: 160px !important;
}