/*
Theme Name: ANCHOR
Author: shintaro kimura
Description: セクション構築型のWordPressテーマ「ANCHOR」
Version: 2.8.73
Text Domain: anchor
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
*/

/*
  メモ:
  このテーマの実際のスタイルは inc/enqueue.php 経由で /assets/css/... から読み込まれます

  - /assets/css/variables.css
  - /assets/css/base.css
  - /assets/css/typography.css
  - /assets/css/layout.css
  - /assets/css/components.css
  - /assets/css/utilities.css
  - /assets/css/pages/*.css
  - /assets/css/components/top-slideshow.css (front-page only)
*/
.c-secSubtitle,
.front-about__subtitle,
.front-service__subtitle,
.front-reasons__subtitle,
.front-voice__subtitle,
.front-cta__subtitle {
  font-size: var(--sec-subtitle-size);
  line-height: 1.6;
}

.front-about__role,
.front-about__shoulder {
}


/* === About のピル型ラベルのフォントサイズを強制統一 === */
.front-about__role,
.front-about__shoulder,
.front-about__subtitle {
  font-size: var(--sec-pill-font-size) !important;
}


/* === Service / Reasons のピル型ラベルのフォントを統一 === */
.front-service__subtitle,
.front-reasons__subtitle {
  
  background-color: var(--anchor-color-reasons-kicker-bg, var(--color-accent-soft));
}

:root{
  --sec-subtitle-size: clamp(14px, 1.2vw, 16px);

  --sec-pill-font-size: clamp(12px, 0.95vw, 14px);}


/* フッターのアクセス情報 */
.footer-access {
  margin-top: 10px;
}

.footer-access__label,
.footer-access__text {
  margin: 0;
}

.footer-access__label {
  font-weight: 400;
}

.footer-access__text {
  margin-top: 4px;
}
