@charset "utf-8";


/*-------- ▼ サービスTOP★★★------*/


/* =============================
   サービス一覧セクション全体
   ============================= */
.service-section {
  padding: 20px 0px;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}

/* =============================
   各タイトル（見出し）
   ============================= */
.section-title-green.small-oneline {
  font-size: 1.9rem;
  font-weight: bold;
  color: #007b43;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px; /* ← 隙間を増やしました */
  position: relative;
}

.section-title-green.small-oneline::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #007b43;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* =============================
   メイン画像
   ============================= */
.service-image-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.service-image {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

/* =============================
   リード文（イントロ）
   ============================= */
.lead.compact {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
  text-align: center;
  margin-bottom: 36px;
  padding: 0 10px;
}

/* =============================
   各サービスブロック
   ============================= */
.service-block {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #f9f9f9;
  border-left: 4px solid #007b43;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

/* サムネイル画像 */
.service-thumb {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 12px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* 各事業タイトル */
.service-title.green {
  font-size: 1.25rem;
  font-weight: bold;
  color: #007b43;
  margin-bottom: 10px;
}

/* 説明文 */
.service-summary {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* ボタン */
.service-link-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 16px;
  font-size: 0.95rem;
  color: #fff;
  background-color: #007b43;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.service-link-btn:hover {
  background-color: #005f32;
}

/* =============================
   レスポンシブ対応
   ============================= */
@media screen and (max-width: 768px) {
  .section-title-green.small-oneline {
    font-size: 1.05rem;
    margin-bottom: 20px; /* ← スマホでも隙間追加 */
  }

  .lead.compact {
    font-size: 0.9rem;
    padding: 0 5px;
  }

  .service-title.green {
    font-size: 1.1rem;
  }

  .service-summary {
    font-size: 0.95rem;
  }

  .service-link-btn {
    font-size: 0.9rem;
    padding: 6px 14px;
  }

  .service-block {
    padding: 16px;
  }
}







/*-------- ▼ サービス 店舗運営(未来人)　★★★------*/



/* セレクトメニュー */
.select-wrap {
  text-align: center;
  margin-bottom: 2em;
}

.company-tab-select {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  font-size: 1rem;
  border-radius: 4px;
}

/* ページタイトル */
.section-title-green {
  font-size: 1.8rem;
  color: var(--accent-green);
  text-align: center;
  margin-bottom: 0.5em;
  position: relative;
}

.section-title-green::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: var(--accent-green);
  margin: 0.6em auto 0;
  border-radius: 2px;
}

/* セクション見出し */
.section-heading {
  font-size: 1.2rem;
  margin-top: 2em;
  margin-bottom: 0.5em;
}

/* ← 上余白を狭めたい場合に使用 */
.section-heading-tight {
  font-size: 1.3rem;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.section-heading-center {
  font-size: 1.5rem;
  margin-top: 3em;
  margin-bottom: 0.5em;
  text-align: center;
}

/* 見出しの緑色 */
.section-green-title {
  color: var(--accent-green);
  font-weight: bold;
}

/* 青色テキスト（旧：株式会社未来人に使われていた） */
.text-blue {
  color: var(--accent-blue);
  font-weight: bold;
}

/* ハイライトテキスト */
.highlight {
  color: var(--accent-green);
  font-weight: bold;
}

/* ハイライト背景（薄ブルー＆黒文字に変更） */
.highlight-bg {
  background-color: #e6f2f9;
  padding: 0.5em 1em;
  display: inline-block;
  border-radius: 0.5em;
  margin-bottom: 1em;
  font-weight: bold;
  color: #333333;
}

/* 水色背景・黒文字の汎用ボックス */
.highlight-box {
  background-color: #e6f2f9;
  color: #333333;
  padding: 1em;
  border-radius: 0.5em;
  display: inline-block;
  margin-bottom: 1em;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* 段落 */
p {
  line-height: 1.8;
  margin-bottom: 1em;
}

/* リスト */
.site-list {
  list-style: disc inside;
  margin: 1em 0 2em;
  padding-left: 1em;
}

/* 画像 */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

/* ロゴセクション */
.logo-section {
  text-align: center;
  margin-top: 1.5em;
}

/* アクセス情報 */
.access-detail {
  background-color: var(--bg-light);
  padding: 1em;
  border-radius: 0;
  box-shadow: none;
  margin: 1.5em auto;
  max-width: 600px;
}

.access-detail p {
  margin: 0.5em 0;
}

/* Google Map */
.map-wrap {
  text-align: center;
  margin-top: 1em;
}

.map-wrap iframe {
  width: 100%;
  max-width: 800px;
  height: 300px;
  border: none;
  border-radius: 0.5em;
  display: block;
  margin: 2em auto 1.5em;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .map-wrap iframe {
    width: 95%;
    height: 240px;
  }
}

.company-profile-section p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 1.2em;
}





/* ギャラリー */
.problem-grid {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1em;
}

.problem-item {
  flex: 1 1 45%;
  max-width: 240px;
}

/* リンク */
a {
  color: var(--accent-green);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .section-title-green,
  .section-heading,
  .section-heading-center {
    font-size: 1.3rem;
  }

  .company-tab-select {
    width: 100%;
    max-width: 90%;
  }

  .problem-grid {
    flex-direction: column;
    align-items: center;
  }

  .problem-item {
    max-width: 100%;
  }

  .map-wrap iframe {
    height: 250px;
  }
}



/* 見出しに左線アクセント */
.section-heading.accent-border {
  position: relative;
  padding-left: 0.8em;
  border-left: 4px solid var(--accent-green);
  text-align: left;
}

/* 全体カード風のボックスに */
.stylish-block {
  background: #f8fdfb;
  border: 2px solid #007b43;
  border-radius: 12px;
  padding: 2em 1.5em;
  margin-bottom: 2em;
}

/* 情報強調ボックス */
.stylish-note {
  background-color :#ebebeb;
  color: #626262;
  padding: 1em;
  border-radius: 8px;
  font-size: 0.8rem !important;
  margin: 1.5em 0;
  line-height: 1.6;
}




.stylish-note {
  font-weight: normal;
}

/* ロゴ余白・中央 */
.stylish-logo {
  margin-top: 2em;
}
.stylish-logo img {
  max-width: 240px;
  margin: 0 auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.custom-store-heading {
  font-size: 1.1rem;
  font-weight: bold;
  color: #007b43; /* 緑 */
  text-align: center;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.text-left {
  text-align: left !important;
}





/*-------- ▼ 未来人　★★★------*/
/* --- 店舗紹介セクションにゆるく区切りを --- */
.store-section {
  background-color: #f8fdfb;
  padding: 2em 1em;
  margin-bottom: 3em;
border-top: 1px dashed #007b43;
}

.section-heading-center {
  font-size: 1.1rem;       /* 少し控えめに */
  text-align: center;
  font-weight: 600;        /* boldより軽く */
  margin: 1.5em 0 0.5em;
  color: #333;
  line-height: 1.4;
}

.store-section .highlight-bg {
  background-color: #f1f8f4;  /* 白寄りのやさしい緑 */
  color: #007b43;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.6em 1em;
  border-radius: 6px;
  display: inline-block;
  margin: 0 auto 1em;
  text-align: center;
}

.store-section p {
  font-size: 0.90rem;
  line-height: 1.7;
  color: #444;
}

.site-list-wrapper {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  padding: 1em 0;
  margin: 2em 0;
  text-align: center;
}

.site-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}

.site-list li {
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0.3em 0;
  position: relative;
  padding-left: 1.2em;
  color: #333;
}

.site-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #007b43;
  font-size: 1rem;
}






/* --- アクセス情報：枠ではなく背景で優しく囲う --- */
.access-detail {
  background-color: #eef8f3;
  padding: 1em 1.2em;
  border-radius: 8px;
  margin: 2em auto;
  max-width: 600px;
  border-left: 3px solid #007b43;
}

/* --- モバイル調整（必要最小限） --- */
@media screen and (max-width: 768px) {
  .store-section {
    padding: 1.5em 1em;
  }

  .section-heading-center {
    font-size: 1.3rem;
  }
}



/*-------- ▼ サービス PB-OEM　★★★------*/




@charset "utf-8";

/* ▼ PB＆OEM事業ページ用スタイル ----------------------------- */

/* キャッチコピー見出し（中央揃え・余白さらに詰め） */
.company-profile-section .section-heading {
  font-size: 1.4rem;
  font-weight: bold;
  color: #007b43;
  margin-top: 0.6em;
  margin-bottom: 0.4em;
  border-bottom: 2px solid #007b43;
  padding-bottom: 0.2em;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* キャッチコピー補足（中央揃え） */
.company-profile-section .highlight-bg {
  background-color: #e6f3ec;
  padding: 0.3em 0.8em;
  border-radius: 6px;
  font-weight: bold;
  color: #005c30;
  margin-bottom: 0.8em;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 本文段落（中央揃え・余白縮小） */
.company-profile-section p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 0.8em;
  text-align: center;
}

/* リスト（チェックマーク付き） */
.company-profile-section .site-list {
  list-style: none;
  padding-left: 1em;
  margin-bottom: 1em;
}

/* カスタムリスト（中央揃え対応） */
.company-profile-section .company-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1em;
  text-align: center;
}

.company-profile-section .company-list li {
  font-size: 14px;
  color: #333;
  margin-bottom: 0.4em;
}

/* セクション全体（余白さらに縮小） */
.company-profile-section {
  padding: 0.8em 1em;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 0.3em;
}

/* チェックマークリスト */
.company-profile-section .site-list li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.4em;
  font-size: 14px;
  color: #333;
}

.company-profile-section .site-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #007b43;
  font-size: 0.95em;
}

/* レスポンシブ画像（さらに上下詰め） */
.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0.6em auto;
  border-radius: 8px;
  box-shadow: none !important;
}

/* CTAボックス（さらに上下縮小） */
.solution-box {
  background: #f7fdfb;
  border-radius: 12px;
  padding: 1.2em 1em;
  margin: 1em 0;
  box-shadow: none !important;
  text-align: center;
}

.solution-box .highlight-bg {
  font-size: 1.1rem;
  font-weight: bold;
  color: #007b43;
  margin-bottom: 0.8em;
}

/* CTAボタン */
.btn-anchor {
  background-color: #007b43;
  color: #fff;
  padding: 0.6em 1.6em;
  border-radius: 999px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-anchor:hover {
  background-color: #005c30;
}

/* モバイル対応 */
@media screen and (max-width: 600px) {
  .company-profile-section {
    padding: 0.8em 0.8em;
  }

  .company-profile-section .section-heading {
    font-size: 1.1rem;
  }

  .company-profile-section .highlight-bg {
    font-size: 0.9rem;
  }

  .btn-anchor {
    width: 100%;
    display: block;
    padding: 0.6em;
  }

  .solution-box {
    padding: 1em 0.8em;
    margin: 0.8em 0;
  }
}





/*-------- ▼ サービス 出荷代行サービス 　★★★------*/



/* 全体文字設定 */
body {
  color: var(--text-color);
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  line-height: 1.8;
  background-color: var(--bg-light);
}

/* セクションベース */
.company-profile-section {
  margin: 3em 0;
  padding: 0 1em;
}

/* セクション見出し */
.section-heading {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--accent-green);
  border-bottom: 2px solid var(--accent-green);
  padding-bottom: 0.3em;
  margin-bottom: 1em;
  text-align: center;
}

/* 補足背景 */
.highlight-bg {
  background-color: #e6f3ec;
  padding: 0.4em 1em;
  border-radius: 6px;
  display: inline-block;
  font-weight: bold;
  color: #005c30;
  margin-bottom: 1.2em;
  font-size: 1rem;
}

/* 段落 */
.company-profile-section p {
  font-size: 14px;
  margin-bottom: 1.5em;
}

/* 注釈 */
.company-profile-section .note {
  color: var(--note-color);
  font-size: 13px;
  line-height: 1.6;
  margin-top: 1em;
}

/* 通常リスト */
.company-profile-section ul,
.company-profile-section ol {
  margin: 1em 0 1.5em 1.2em;
  padding-left: 1em;
}
.company-profile-section li {
  margin-bottom: 0.6em;
  font-size: 14px;
}

/* 画像表示 */
.image-wrapper {
  text-align: center;
  margin: 1.2em 0;
}
.image-wrapper img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.image-wrapper + .image-wrapper {
  margin-top: 0.8em;
}

/* ボタン */
.btn-contact {
  text-align: center;
  margin-top: 2em;
}
.btn-green {
  background-color: var(--accent-green);
  color: #fff;
  padding: 0.8em 2em;
  font-size: 1rem;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: inline-block;
}
.btn-green:hover {
  background-color: #005f31;
}

/* セクションタイトル（H2） */
.section-title-green {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--accent-green);
  text-align: center;
  margin: 1.5em 0 1em;
  position: relative;
}
.section-title-green::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: var(--accent-green);
  margin: 0.5em auto 0;
  border-radius: 2px;
}

/* 緑強調文字 */
.green-bold {
  color: var(--accent-green);
  font-weight: bold;
}

/* 選ばれる理由：3枠ボックス */
.feature-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  justify-content: center;
  margin: 2em 0;
}
.feature-box {
  flex: 1 1 280px;
  border: 2px solid #e0ebe4;
  background-color: #f9fdfb;
  padding: 1.2em;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  color: var(--text-color);
}
.feature-box strong {
  color: var(--accent-green);
  display: block;
  margin-bottom: 0.5em;
  font-size: 1rem;
}

/* サービス内容：4項目カード風 */
.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 2em 0;
  justify-content: center;
}
.service-item {
  display: flex;
  align-items: center;
  gap: 0.6em;
  background-color: #f2f9f6;
  border: 1.5px solid #cde5d9;
  border-radius: 8px;
  padding: 0.8em 1.2em;
  min-width: 240px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
}
.service-icon {
  color: var(--accent-green);
  font-size: 1.2em;
  line-height: 1;
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
  .section-heading {
    font-size: 1.1rem;
  }
  .highlight-bg {
    font-size: 0.95rem;
    padding: 0.4em 0.8em;
  }
  .btn-green {
    font-size: 0.95rem;
    padding: 0.7em 1.5em;
  }
  .image-wrapper {
    margin: 1em 0;
  }
  .image-wrapper + .image-wrapper {
    margin-top: 0.6em;
  }
  .feature-box {
    flex: 1 1 100%;
  }
  .service-item {
    flex: 1 1 100%;
  }
}































.section-title-pink.small-oneline {
  font-size: 1rem;
  color: #d94c86;
  text-overflow: unset;
  position: relative;
  line-height: 1.6;
}


.section-title-green.section-title--service {
  margin-top: 0;
  margin-bottom: 0;
}

.section-lead-pink {
  font-size: 1.1rem;
  font-weight: bold;
  color: #d94c86;
  text-align: center;
  line-height: 1.7;
  margin-top: 0.2em;
  margin-bottom: 1.2em;
  white-space: normal;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .section-lead-pink {
    font-size: 1rem;
    margin-bottom: 1em;
  }
}

/*---------------------- ▼ 【サービストップ指定】 -----------------------*/


.privacy-page-content {
  padding: 1em;
}



/* ▼ 名物店主の見出し（左ライン＋緑色） */
.hm-heading-akko {
  font-size: 1.1rem;
  font-weight: 600;
  color: #007b43;
  text-align: left;
  border-left: 4px solid #007b43;
  padding-left: 1em;
  margin: 2em 0 1em;
  line-height: 1.4;	
}

/* ▼ 最新情報の見出し（下線＋アイコン） */
.hm-heading-news {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  text-align: center;
  position: relative;
  margin: 2em 0 1em;
  padding-bottom: 0.3em;
  border-bottom: 2px dashed #007b43;
  display: block; /* ← ここ修正ポイント */
}

.hm-heading-news::before {
  content: "📢";
  margin-right: 0.4em;
  font-size: 1.0rem;
  vertical-align: middle;
}

.btn-contact {
  text-align: center;
  margin-top: 1.5em;
}

.btn-green {
  background-color: #007b43;
  color: #fff;
  padding: 0.8em 2em;
  font-size: 1rem;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.btn-green:hover {
  background-color: #005f31;
}
.sns-list {
  list-style: none;
  padding-left: 0;
}

.sns-list li {
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sns-list .store-label {
  white-space: nowrap;
}

.sns-list i.fab.fa-instagram {
  color: #e1306c;
  font-size: 1.1rem;
}


