/*
 * ======================================
 * 追加クラス一覧（共通SCSS取り込み検討用）
 * ======================================
 *
 * .hbc-header / .hbc-nav / .hbc-footer   - サイト固有ヘッダー・フッター（PC専用ベーシックプラン）
 * .hbc-hero                              - 下層ページヒーロー（ブロブ装飾付き／teal・purple）
 * .hbc-mv                                - TOPメインビュー（クロスフェード）
 * .hbc-wrap                              - 各種 max-width ラッパー（760〜1200）
 * .hbc-barhead / .hbc-cenhead            - 色棒見出し／中央英日見出し
 * .hbc-deftable / .hbc-reqtable          - 角丸th付き定義テーブル
 * .hbc-vtimeline                         - 縦タイムライン（沿革／1日の流れ）
 * .hbc-purplesec                         - カーブス紹介（パープルグラデ）
 * .hbc-shopcard / .hbc-workcard          - 店舗カード／仕事カード
 * .hbc-feature3 / .hbc-iconcircle        - 3つの特長カード
 * .hbc-chip / .hbc-notebox / .hbc-applycta - 福利厚生チップ／注記ボックス／応募CTA
 * .hbc-form / .hbc-sent / .field         - お問い合わせフォーム
 *
 * ======================================
 * 共通SCSSに不足していたもの（5分類）
 * ======================================
 * ・装飾パターン不足：有機的ブロブ（wob アニメ）／MVクロスフェード／パープルグラデセクション
 * ・構造不足：ロゴ左＋ピルナビ中央＋パートナーロゴ右のヘッダー、地図＋情報2分割フッター
 * ・値の粒度不足：980/1000/1040/1100/880/760 の中間幅ラッパー
 * （ベーシックプランのためレスポンシブ非対応：PC1200px基準で固定）
 */

/* ============ base ============ */
body { min-width: 1200px; letter-spacing: normal; line-height: 1.7; font-weight: 500; }
::selection { background: #FFD23F; color: #2B4A54; }
.hbc-header a:hover,
.hbc-footer a:hover,
.hbc-mv a:hover,
.card-lift:hover,
.banner-lift:hover { opacity: 1; }
b { font-weight: 700; }
.hbc-strong { color: #2B4A54; font-weight: 700; }
.hbc-sub-note { font-size: 13.5px; color: #5f7d86; }
.font-mont { font-family: "Montserrat", sans-serif; }

@keyframes wob {
  0%,100% { border-radius: 42% 58% 60% 40% / 50% 45% 55% 50%; }
  50%     { border-radius: 58% 42% 38% 62% / 42% 58% 42% 58%; }
}

/* ============ header ============ */
.hbc-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(254,254,254,.92);
  backdrop-filter: blur(8px);
  border-bottom: 3px solid #EAF8FB;
}
.hbc-header__inner {
  max-width: 1200px; margin: 0 auto; padding: 12px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.hbc-header__logo { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.hbc-header__logo img { height: 45px; width: auto; display: block; }
.hbc-header__logo-sub { margin-top: 3px; font-size: 13px; letter-spacing: .04em; color: #888; text-align: center; }
.hbc-nav { display: flex; align-items: center; gap: 4px; }
.hbc-nav__link {
  font-weight: 700; font-size: 15px; color: #2B4A54;
  text-decoration: none; padding: 10px 18px; border-radius: 999px;
  transition: background .2s, color .2s;
}
.hbc-nav__link:hover,
.hbc-nav__link.is-current { background: #EAF8FB; color: #3FAEC2; }
.hbc-header__partner { display: flex; align-items: center; flex-shrink: 0; }
.hbc-header__partner img { height: 60px; width: auto; display: block; }

/* ============ footer ============ */
.hbc-footer { background: #69C6D7; color: #fff; }
.hbc-footer__top { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.hbc-footer__map { display: flex; }
.hbc-footer__map iframe { width: 100%; flex: 1; min-height: 300px; border: 0; display: block; filter: saturate(1.05); }
.hbc-footer__info { padding: 48px 56px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.hbc-footer__logo { display: flex; align-items: center; align-self: center; }
.hbc-footer__logo img { height: 50px; width: auto; display: block; }
.hbc-footer__nav {
  display: flex; flex-wrap: wrap; justify-content: center; align-self: stretch;
  gap: 10px 24px; margin: 22px 0 0;
  padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.3);
}
.hbc-footer__navlink {
  position: relative; padding-left: 14px; color: #fff; font-weight: 700; font-size: 14px;
  text-decoration: none; transition: opacity .2s;
}
.hbc-footer__navlink::before {
  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 5px; height: 5px; border-radius: 50%; background: #FFD23F;
}
.hbc-footer__navlink:hover { opacity: .7; }
.hbc-footer__addr { margin: 18px 0 4px; font-size: 15px; line-height: 1.9; color: #f4fcfd; }
.hbc-footer__cta {
  align-self: center; margin-top: 24px; font-weight: 700; font-size: 15px;
  color: #3FAEC2; background: #fff; text-decoration: none;
  padding: 13px 32px; border-radius: 999px; transition: transform .2s;
}
.hbc-footer__cta:hover { transform: translateY(-2px); }
.hbc-footer__bottom { background: #F4951F; }
.hbc-footer__copy {
  display: block; max-width: 1200px; margin: 0 auto; padding: 20px 24px;
  text-align: center; font-family: "Montserrat", sans-serif; font-size: 12px; color: #eafafd;
}

/* ============ wrappers ============ */
.hbc-wrap { margin: 0 auto; padding: 0 24px; }
.hbc-wrap--760  { max-width: 760px; }
.hbc-wrap--880  { max-width: 880px; }
.hbc-wrap--900  { max-width: 900px; }
.hbc-wrap--980  { max-width: 980px; }
.hbc-wrap--1000 { max-width: 1000px; }
.hbc-wrap--1040 { max-width: 1040px; }
.hbc-wrap--1100 { max-width: 1100px; }
.hbc-wrap--1200 { max-width: 1200px; }

/* ============ headings ============ */
.hbc-barhead { display: flex; align-items: center; gap: 14px; }
.hbc-barhead__bar { width: 14px; height: 34px; border-radius: 6px; background: #69C6D7; }
.hbc-barhead__bar--sub { background: #F4951F; }
.hbc-barhead__title { font-weight: 800; font-size: 26px; margin: 0; }
.hbc-barhead__en {
  font-family: "Montserrat", sans-serif; font-weight: 600; font-size: 13px;
  letter-spacing: .16em; color: #9ab5bc;
}
.hbc-cenhead { text-align: center; }
.hbc-cenhead__en {
  display: block; font-family: "Montserrat", sans-serif; font-weight: 700;
  font-size: 13px; letter-spacing: .26em;
}
.hbc-cenhead__en--base   { color: #69C6D7; }
.hbc-cenhead__en--sub    { color: #F4951F; }
.hbc-cenhead__en--purple { color: #dda0dd; }
.hbc-cenhead__title { font-weight: 800; font-size: 30px; margin: 12px 0 0; }
.hbc-cenhead__title--28 { font-size: 28px; margin: 10px 0 0; }

/* ============ hero ============ */
.hbc-hero { position: relative; padding: 62px 0 70px; overflow: hidden; }
.hbc-hero--teal   { background: #EAF8FB; }
.hbc-hero--purple { background: linear-gradient(160deg,#802077 0%,#5e1659 100%); }
.hbc-hero__inner { position: relative; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.hbc-hero__en {
  display: block; font-family: "Montserrat", sans-serif; font-weight: 700;
  font-size: 13px; letter-spacing: .28em;
}
.hbc-hero__en--base   { color: #69C6D7; }
.hbc-hero__en--yellow { color: #FFD23F; }
.hbc-hero__title { font-weight: 800; font-size: 38px; margin: 10px 0 0; }
.hbc-hero__title--dark  { color: #2B4A54; }
.hbc-hero__title--white { color: #fff; }
.hbc-hero__lead { margin: 16px 0 0; font-size: 16px; }
.hbc-hero__lead--dark   { color: #41636d; }
.hbc-hero__lead--gray   { color: #496972; }
.hbc-hero__lead--purple { color: #e6d6e6; }
/* teal hero blobs */
.hbc-hero__blob {
  position: absolute; pointer-events: none;
  background-repeat: no-repeat; background-position: center; background-size: contain;
}
.hbc-hero__blob--tr {
  right: -140px; top: -120px; width: 400px; height: 360px; opacity: .6;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28283/blob-right.png);
}
.hbc-hero__blob--bl {
  left: -150px; bottom: -130px; width: 360px; height: 320px; opacity: .5;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28283/blob-left.png);
}
/* purple hero blobs */
.hbc-hero__blob--ptr { right: -140px; top: -120px; width: 400px; height: 360px; opacity: .55; background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28283/blob-right.png); }
.hbc-hero__blob--pbl { left: -150px; bottom: -130px; width: 360px; height: 320px; opacity: .5; background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28283/blob-left.png); }

/* ============ TOP : MV ============ */
.hbc-mv { position: relative; height: 620px; overflow: hidden; background: #EAF8FB; }
.hbc-mv__slides {
  position: absolute; top: 0; right: 0; bottom: 0; left: 520px; z-index: 3;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 320px);
          mask-image: linear-gradient(to right, transparent 0, #000 320px);
}
/* CMSスライダー（Swiper）／静止画 共通：外枠いっぱいに表示 */
.hbc-mv__slides #cms-slider-1-1-area,
.hbc-mv__slides .swiper,
.hbc-mv__slides .swiper-container,
.hbc-mv__slides .swiper-wrapper { width: 100%; height: 100%; }
.hbc-mv .swiper-slide { width: 100%; height: 100%; }
.hbc-mv .main_slider__inner { width: 100%; height: 100%; }
.hbc-mv .swiper-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* CMSスライダー本体(#main_slider)の高さは既定で 90vh（画面高さ依存）。
   MV枠(620px)に合わせ、どのデバイスでも同じ高さ・同じクロップになるよう上書き */
.hbc-mv #main_slider.slider_wrapper {
  --swiper-wrapper-height: 100%;
  height: 100%;
}
.hbc-mv #main_slider .main_slider__outer,
.hbc-mv #main_slider .main_slider { height: 100%; }
/* CMS側のキャッチ文字は使わない（自前の .hbc-mv__content を使用）ため非表示 */
.hbc-mv #main_slider .main_catch__outer { display: none; }
.hbc-mv__overlay {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(to right,
    #5BBFD3 0px,
    #5BBFD3 600px,
    #79D0E0 840px,
    rgba(121,208,224,.5) 1040px,
    rgba(121,208,224,0) 1260px);
}
.hbc-mv__content {
  position: relative; z-index: 4; max-width: 1200px; margin: 0; height: 100%;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 0 24px 56px 40px;
  transform: translateY(-50px);
}
.hbc-mv__sub {
  font-family: "Montserrat", sans-serif; font-weight: 600; font-size: 14px;
  letter-spacing: .28em; color: #fff; text-shadow: 0 2px 8px rgba(43,74,84,.3);
}
.hbc-mv__title {
  font-weight: 800; font-size: 32px; line-height: 1.5; color: #fff;
  margin: 18px 0 0; max-width: 840px; text-shadow: 0 3px 14px rgba(43,74,84,.28);
}
.hbc-mv__hl { color: #fff; }
.hbc-mv__dots { margin-top: 30px; display: flex; gap: 10px; }
.mv-dot {
  width: 38px; height: 6px; border-radius: 999px; border: none; cursor: pointer;
  background: rgba(255,255,255,.55); transition: background .3s; padding: 0;
}
.mv-dot.is-active { background: #F4951F; }

/* ============ TOP : about-us + banner ============ */
.hbc-aboutus { position: relative; z-index: 2; overflow-x: clip; }
.hbc-aboutus__blob { position: absolute; z-index: 0; opacity: .7; pointer-events: none; height: auto; }
.hbc-aboutus__blob--left  { left: -200px; bottom: -240px; width: 600px; }
.hbc-aboutus__blob--right { right: -180px; top: 10px; width: 520px; }
.hbc-aboutus__sec { position: relative; z-index: 1; padding: 84px 0 56px; }
.hbc-aboutus__grid {
  position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
}
.hbc-aboutus__label {
  font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 13px;
  letter-spacing: .26em; color: #69C6D7;
}
.hbc-aboutus__keywords {
  display: flex; align-items: center; gap: 14px; margin: 16px 0 26px;
  font-weight: 800; font-size: 32px; flex-wrap: wrap;
}
.hbc-aboutus__keywords .k-health { color: #69C6D7; }
.hbc-aboutus__keywords .k-beauty { color: #F4951F; }
.hbc-aboutus__keywords .k-circle { color: #802077; }
.hbc-aboutus__keywords .k-x      { color: #cbd9dd; }
.hbc-aboutus__text { font-size: 18px; line-height: 2.2; margin: 0; color: #41636d; }
.hbc-aboutus__img {
  position: relative; display: block; width: 100%; height: 340px;
  border-radius: 24px; overflow: hidden; box-shadow: 0 14px 32px rgba(43,74,84,.1);
}
.hbc-aboutus__img img { display: block; width: 100%; height: 100%; object-fit: cover; }

.hbc-banner-sec { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 0 24px 80px; }
.hbc-banner {
  display: block; width: -webkit-fit-content; width: fit-content;
  max-width: 100%; margin: 0 auto; text-decoration: none;
  background: #802077;
  border-radius: 28px; padding: 28px 72px;
  box-shadow: 0 18px 40px rgba(128,32,119,.28);
}
.hbc-banner img { display: block; width: 534px; max-width: 100%; height: auto; }
.banner-lift { transition: transform .2s; }
.banner-lift:hover { transform: translateY(-3px); }

/* ============ TOP : contents cards ============ */
.hbc-contents { background: #FFFBF4; padding: 80px 0 96px; position: relative; overflow: hidden; }
.hbc-contents__wave { position: absolute; left: 0; top: -1px; width: 100%; height: 60px; }
.hbc-contents__head { text-align: center; margin-bottom: 46px; }
.hbc-contents__en {
  font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 13px;
  letter-spacing: .26em; color: #F4951F;
}
.hbc-contents__title { font-weight: 800; font-size: 30px; margin: 12px 0 0; }
.hbc-contents__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.hbc-pcard {
  text-align: center; text-decoration: none; background: #fff; border-radius: 24px;
  padding: 0 0 28px; overflow: hidden; box-shadow: 0 10px 26px rgba(43,74,84,.07);
  display: flex; flex-direction: column; align-items: center;
}
.hbc-pcard--base { border-top: 6px solid #69C6D7; }
.hbc-pcard--sub  { border-top: 6px solid #F4951F; }
.hbc-pcard__thumb { position: relative; display: block; width: 100%; height: 150px; background: #EAF8FB; }
.hbc-pcard__thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.hbc-pcard__en {
  display: block; font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 12px;
  letter-spacing: .16em; margin-top: 22px;
}
.hbc-pcard--base .hbc-pcard__en { color: #69C6D7; }
.hbc-pcard--sub  .hbc-pcard__en { color: #F4951F; }
.hbc-pcard__jp { display: block; font-weight: 800; font-size: 20px; margin-top: 6px; color: #2B4A54; }
.hbc-pcard__desc { display: block; font-size: 13px; color: #5f7d86; margin-top: 8px; line-height: 1.6; padding: 0 16px; }
.card-lift { transition: transform .18s, box-shadow .18s; }
.card-lift:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(43,74,84,.12); }

/* ============ tables ============ */
.hbc-deftable { width: 100%; border-collapse: collapse; font-size: 16px; }
.hbc-deftable th {
  text-align: left; padding: 18px 20px; background: #F7FCFD; font-weight: 700;
  color: #2B4A54; border-radius: 10px 0 0 10px; width: 200px; vertical-align: top;
}
.hbc-deftable td { padding: 18px 20px; color: #41636d; }
.hbc-deftable tr:not(:last-child) { border-bottom: 1px solid #eaf1f3; }

.hbc-reqtable { width: 100%; border-collapse: collapse; font-size: 15.5px; }
.hbc-reqtable th {
  text-align: left; padding: 20px; background: #FFF8EF; font-weight: 700;
  color: #E07E0A; vertical-align: top; border-radius: 10px 0 0 10px; width: 170px;
}
.hbc-reqtable td { padding: 20px; color: #41636d; line-height: 1.95; }
.hbc-reqtable tr:not(:last-child) { border-bottom: 1px solid #eef3f4; }

/* ============ vertical timeline ============ */
.hbc-vtimeline { position: relative; padding-left: 34px; }
.hbc-vtimeline__line { position: absolute; left: 9px; top: 6px; bottom: 6px; width: 3px; border-radius: 2px; }
.hbc-vtimeline__line--sub  { background: #F4951F; }
.hbc-vtimeline__line--base { background: #69C6D7; left: 11px; top: 8px; bottom: 8px; }
.hbc-vtimeline__row {
  position: relative; display: flex; gap: 26px; padding: 14px 0;
}
.hbc-vtimeline__dot {
  position: absolute; left: -30px; top: 20px; width: 15px; height: 15px;
  border-radius: 50%; background: #fff; border: 4px solid #69C6D7;
}
.hbc-vtimeline__date {
  flex-shrink: 0; width: 140px; font-family: "Montserrat", sans-serif;
  font-weight: 700; font-size: 15px; color: #3FAEC2; padding-top: 1px;
}
.hbc-vtimeline__text { font-size: 16px; color: #2B4A54; font-weight: 500; }
/* 沿革：テキストの下にのみ点線（数字の下には引かない） */
.hbc-vtimeline:not(.hbc-vtimeline--card) .hbc-vtimeline__text {
  flex: 1; padding-bottom: 14px; border-bottom: 2px dotted #cfe6ec;
}
/* card variant (1日の流れ) */
.hbc-vtimeline--card { padding-left: 38px; }
.hbc-vtimeline--card .hbc-vtimeline__row { border-bottom: none; gap: 22px; padding: 12px 0; align-items: flex-start; }
.hbc-vtimeline--card .hbc-vtimeline__dot { left: -32px; top: 16px; width: 14px; height: 14px; border-color: #F4951F; }
.hbc-vtimeline--card .hbc-vtimeline__date { width: 72px; font-size: 17px; color: #F4951F; }
.hbc-vtimeline--card .hbc-vtimeline__text {
  flex: 1; background: #fff; border-radius: 14px; padding: 14px 20px;
  font-size: 15px; color: #2B4A54; box-shadow: 0 4px 12px rgba(43,74,84,.05);
}

/* ============ Curves section（背景白：依頼により紫ベタ背景を撤去） ============ */
.hbc-purplesec {
  background: #fff;
  padding: 74px 0; position: relative; overflow: hidden;
}
.hbc-purplesec__circle { display: none; }
/* 左上のあしらい：下のABOUT USセクション右上（blob--right）と同じblobを左上に流用 */
.hbc-purplesec__circle--a {
  display: block; position: absolute; pointer-events: none;
  left: -180px; top: 10px; width: 520px; height: 470px; opacity: .6;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28283/blob-right.png) no-repeat center / contain;
  transform: rotate(70deg);
}
.hbc-purplesec__inner { position: relative; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.hbc-purplesec__en {
  display: block; text-align: center;
  font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 13px;
  letter-spacing: .26em; color: #802077;
}
.hbc-purplesec__title { font-weight: 800; font-size: 30px; color: #2B4A54; margin: 12px 0 32px; text-align: center; }
.hbc-purplesec__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.hbc-purplesec__photo { display: block; width: 100%; height: 100%; max-height: 360px; object-fit: cover; margin: 0; border-radius: 18px; }
/* 依頼676141: カーブス紹介写真の横スライド（3枚・自動切替＋クリック/ドット操作） */
.hbc-cvslider { position: relative; width: 100%; height: 360px; border-radius: 18px; overflow: hidden; cursor: pointer; }
.hbc-cvslider__track { display: flex; height: 100%; transition: transform .6s ease; }
.hbc-cvslider__slide { flex: 0 0 100%; width: 100%; height: 100%; object-fit: cover; }
.hbc-purplesec__dots { display: flex; justify-content: center; gap: 10px; margin-top: 14px; }
.hbc-purplesec__dots span { width: 9px; height: 9px; border-radius: 50%; background: rgba(128,32,119,.28); cursor: pointer; transition: background .3s, transform .3s; }
.hbc-purplesec__dots span.is-active { background: #802077; transform: scale(1.3); }
.hbc-purplesec__grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.hbc-purplesec__card {
  text-decoration: none; background: #F7FCFD;
  border: 1px solid #e6eef0; border-radius: 20px; padding: 30px;
  display: flex; flex-direction: column; justify-content: space-between; min-height: 150px;
  transition: background .2s;
}
.hbc-purplesec__card:hover { background: #EAF8FB; opacity: 1; }
/* 依頼676141: BUSINESSカードを公式バナー画像に */
.hbc-purplesec__card--banner { padding: 30px; border: 0; background: #802077; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.hbc-purplesec__card--banner:hover { background: #802077; }
.hbc-purplesec__card--banner img { display: block; width: 58%; height: auto; object-fit: contain; }
.hbc-purplesec__cardlabel {
  font-family: "Montserrat", sans-serif; font-weight: 600; font-size: 11px;
  letter-spacing: .18em; color: #802077;
}
.hbc-purplesec__cardtitle { display: block; font-weight: 800; font-size: 20px; color: #2B4A54; margin-top: 8px; }
.hbc-purplesec__cardlink { display: inline-flex; align-items: center; gap: 8px; color: #3FAEC2; font-weight: 700; font-size: 14px; }
.hbc-purplesec__yt { display: inline-grid; place-items: center; width: 46px; height: 32px; border-radius: 8px; background: #ff0000; color: #fff; font-size: 16px; }

/* ============ message (代表挨拶) ============ */
.hbc-message { font-size: 16px; line-height: 2.15; color: #41636d; }
.hbc-message p { margin: 0 0 22px; }
.hbc-message__sign { text-align: right; margin-top: 6px; }
.hbc-message__role { display: block; font-size: 15.5px; font-weight: 700; color: #2B4A54; }
.hbc-message__name { display: inline-block; font-weight: 700; font-size: 15.5px; color: #2B4A54; margin-top: 4px; }
/* 依頼676141: 代表挨拶のバーを紫に */
.hbc-barhead__bar--purple { background: #802077; }
/* 依頼676141: カーブス紹介見出しのCURVESロゴ画像 */
.hbc-purplesec__en--logo img { height: 70px; width: auto; display: inline-block; vertical-align: middle; }

/* ============ shop cards ============ */
.hbc-shopgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.hbc-shopcard {
  background: #fff; border-radius: 22px; overflow: hidden;
  box-shadow: 0 10px 26px rgba(43,74,84,.08); border: 1px solid #f0f4f5;
  display: flex; flex-direction: column;
}
.hbc-shopcard__map { width: 100%; height: 200px; border: 0; display: block; }
.hbc-shopcard__body { padding: 22px 24px 26px; flex: 1; display: flex; flex-direction: column; }
.hbc-shopcard__name { font-weight: 800; font-size: 18px; margin: 0 0 14px; color: #2B4A54; line-height: 1.4; }
.hbc-shopcard__row { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.hbc-shopcard__row--addr { align-items: flex-start; margin-bottom: 0; }
.hbc-shopcard__ico { flex-shrink: 0; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; font-size: 13px; }
.hbc-shopcard__ico--tel  { background: #f3e6f1; color: #802077; }
.hbc-shopcard__ico--addr { background: #FEF2E3; color: #F4951F; margin-top: 1px; }
.hbc-shopcard__tel { font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 16px; color: #802077; text-decoration: none; }
.hbc-shopcard__addr { font-size: 13.5px; line-height: 1.75; color: #496972; }

/* ============ recruit : feature3 ============ */
.hbc-lead { font-size: 17px; line-height: 2.1; color: #41636d; margin: 0 auto 44px; max-width: 760px; }

/* recruit リード：キャッチコピー調 */
.hbc-catch { margin: 0 auto 44px; max-width: 820px; }
.hbc-catch__main {
  font-size: 32px; font-weight: 800; line-height: 1.55; color: #2B4A54;
  letter-spacing: .03em; margin: 0;
}
.hbc-catch__em {
  position: relative; color: #F4951F;
  background: linear-gradient(transparent 66%, rgba(255,210,63,.55) 0);
}
.hbc-catch__sub { font-size: 15.5px; line-height: 2; color: #5f7d86; margin: 20px 0 0; }
.hbc-lead--after { font-size: 16px; color: #496972; margin: 48px auto 0; max-width: 760px; }
.hbc-feature3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.hbc-feature3__item {
  background: #FFFBF4; border: 1px solid #efe7d8; border-radius: 22px; padding: 38px 28px 32px;
  box-shadow: 0 8px 20px rgba(43,74,84,.06);
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.hbc-feature3__item--base { border-bottom: 6px solid #69C6D7; }
.hbc-feature3__item--sub  { border-bottom: 6px solid #F4951F; }
.hbc-iconcircle { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; margin-bottom: 18px; }
.hbc-iconcircle--teal   { background: #EAF8FB; }
.hbc-iconcircle--orange { background: #FEF2E3; }
.hbc-feature3__title { margin: 0 0 10px; font-weight: 800; font-size: 18px; color: #2B4A54; }
.hbc-feature3__text { margin: 0; font-size: 14px; line-height: 1.85; color: #496972; }

/* ============ recruit : work cards ============ */
.hbc-workgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.hbc-workcard { background: #fff; border: 1px solid #eef3f4; border-radius: 22px; overflow: hidden; box-shadow: 0 8px 22px rgba(43,74,84,.06); }
.hbc-workcard__thumb { position: relative; display: block; width: 100%; height: 200px; background: #EAF8FB; }
.hbc-workcard__thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hbc-workcard__body { padding: 26px 28px 30px; }
.hbc-pillnum { display: inline-block; font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 13px; color: #fff; padding: 5px 14px; border-radius: 999px; }
.hbc-pillnum--base { background: #69C6D7; }
.hbc-pillnum--sub  { background: #F4951F; }
.hbc-workcard__title { font-weight: 800; font-size: 19px; margin: 16px 0 12px; color: #2B4A54; }
.hbc-workcard__text { margin: 0; font-size: 14.5px; line-height: 1.95; color: #496972; }
.hbc-note {
  margin: 26px auto 0; max-width: 860px; font-size: 13.5px; line-height: 1.9;
  color: #6b858c; background: #F7FCFD; border-radius: 16px; padding: 20px 26px;
}
.hbc-note--center { text-align: center; max-width: 760px; font-size: 13px; line-height: 1.85;
  color: #5f7d86; background: none; border-radius: 0; padding: 0; margin: 30px auto 0; }

/* ============ recruit : 福利厚生 ============ */
.hbc-benefit-title { font-weight: 800; font-size: 20px; margin: 0 0 22px; color: #2B4A54; }
.hbc-chips { display: flex; flex-wrap: wrap; gap: 12px; }
.hbc-chip {
  display: inline-flex; align-items: center; gap: 8px; background: #EAF8FB;
  color: #2B4A54; font-weight: 700; font-size: 14.5px; padding: 11px 20px; border-radius: 999px;
}
.hbc-chip__check { color: #3FAEC2; }
.hbc-notebox {
  margin-top: 28px; background: linear-gradient(100deg,#FFF1DC,#FEF7EC);
  border-radius: 20px; padding: 28px 32px; border-left: 6px solid #FFD23F;
}
.hbc-notebox p { margin: 0; font-size: 15.5px; line-height: 1.95; color: #5e4a25; }

/* ============ recruit : apply CTA ============ */
.hbc-applycta {
  background: linear-gradient(120deg,#F4951F 0%,#f0851f 100%); border-radius: 28px;
  padding: 54px 56px; text-align: center; box-shadow: 0 18px 40px rgba(244,149,31,.3);
  position: relative; overflow: hidden;
}
.hbc-applycta__circle { position: absolute; left: -20px; top: -20px; width: 120px; height: 120px; border-radius: 50%; background: rgba(255,255,255,.12); }
.hbc-applycta__title { font-weight: 800; font-size: 26px; color: #fff; margin: 0 0 14px; position: relative; }
.hbc-applycta__text { margin: 0 auto 26px; max-width: 620px; font-size: 15.5px; line-height: 1.95; color: #fff; position: relative; }
.hbc-applycta__btn {
  display: inline-flex; align-items: center; gap: 10px; text-decoration: none;
  background: #fff; color: #E07E0A; font-weight: 800; font-size: 17px;
  padding: 16px 38px; border-radius: 999px; position: relative;
  box-shadow: 0 8px 18px rgba(43,74,84,.18); transition: transform .15s;
}
.hbc-applycta__btn:hover { transform: translateY(-2px); opacity: 1; }
.hbc-applycta__note { margin: 18px 0 0; font-size: 13px; color: rgba(255,255,255,.85); position: relative; }

/* ============ contact form ============ */
.hbc-sent {
  background: #fff; border-radius: 24px; padding: 64px 40px; text-align: center;
  box-shadow: 0 12px 30px rgba(43,74,84,.08); border-top: 6px solid #69C6D7;
}
.hbc-sent__icon { display: inline-grid; place-items: center; width: 80px; height: 80px; border-radius: 50%; background: #EAF8FB; color: #3FAEC2; font-size: 38px; margin-bottom: 22px; }
.hbc-sent__title { font-weight: 800; font-size: 24px; margin: 0 0 14px; color: #2B4A54; }
.hbc-sent__text { margin: 0 0 30px; font-size: 15.5px; line-height: 1.9; color: #496972; }
.hbc-sent__back { display: inline-block; font-weight: 700; font-size: 15px; color: #3FAEC2; background: #EAF8FB; text-decoration: none; padding: 13px 30px; border-radius: 999px; }

.hbc-cmsform { min-height: 200px; }
.hbc-form { background: #fff; border-radius: 24px; padding: 48px 46px; box-shadow: 0 12px 30px rgba(43,74,84,.07); border: 1px solid #eef3f4; }
.hbc-form__group { margin-bottom: 26px; }
.hbc-form__group--2col { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.hbc-form__label { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 15px; color: #2B4A54; margin-bottom: 10px; }
.hbc-form__req { background: #F4951F; color: #fff; font-size: 11px; padding: 3px 9px; border-radius: 6px; }
.field {
  width: 100%; font-family: inherit; font-size: 15px; padding: 14px 18px;
  border: 2px solid #e3ebed; border-radius: 14px; outline: none; color: #2B4A54;
  background: #fbfdfe; transition: border-color .2s, background .2s;
}
.field:focus { border-color: #69C6D7; background: #fff; }
textarea.field { resize: vertical; line-height: 1.7; }
.hbc-form__error { display: block; color: #e8553a; font-size: 13px; margin-top: 7px; min-height: 18px; }
.hbc-form__radios { display: flex; gap: 10px; flex-wrap: wrap; }
.hbc-form__radio {
  font-weight: 700; font-size: 14px; padding: 11px 22px; border-radius: 999px;
  cursor: pointer; border: 2px solid #e3ebed; background: #fff; color: #496972;
  transition: background .2s, color .2s, border-color .2s;
}
.hbc-form__radio.is-checked { background: #69C6D7; color: #fff; border-color: #69C6D7; }
.hbc-form__radio input { display: none; }
.hbc-form__agree { display: flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer; font-size: 14.5px; color: #496972; margin-bottom: 14px; }
.hbc-form__agree input { width: 18px; height: 18px; accent-color: #69C6D7; cursor: pointer; }
.hbc-form__error--center { text-align: center; margin-bottom: 14px; }
.submit-btn { width: 100%; font-weight: 800; font-size: 17px; color: #fff; background: #69C6D7; border: none; cursor: pointer; padding: 18px; border-radius: 16px; transition: transform .15s; }
/* CMSフォームの送信ボタンの影を消す */
.hbc-cmsform button,
.hbc-cmsform input[type="submit"],
.hbc-cmsform .submit-btn,
.hbc-cmsform .btn-submit { box-shadow: none; }
/* CMSフォーム：ラジオの選択肢間に余白 */
.hbc-cmsform input[type="radio"] { margin-right: 6px; vertical-align: middle; }
.hbc-cmsform label:has(input[type="radio"]) { margin-right: 22px; }            /* ラベル内包型 */
.hbc-cmsform input[type="radio"] ~ input[type="radio"] { margin-left: 22px; }  /* 素のinline型 */
.submit-btn:hover { transform: translateY(-2px); }
.hbc-form__foot { text-align: center; margin: 26px 0 0; font-size: 14px; color: #6b858c; }
.hbc-form__foot a { color: #3FAEC2; font-weight: 700; }

/* ============ section padding helpers（デザインの実値に対応） ============ */
.hbc-sec-a       { padding: 78px 24px 20px; }   /* about 基本情報 */
.hbc-sec-b       { padding: 64px 24px 20px; }   /* about 沿革 */
.hbc-sec-c       { padding: 84px 24px 100px; }  /* about 代表挨拶 */
.hbc-sec-shop    { padding: 74px 24px 100px; }  /* shop グリッド */
.hbc-shop-lead   { margin: 0 0 36px; max-width: 820px; font-size: 16px; line-height: 1.9; color: #496972; }
.hbc-sec-lead    { padding: 70px 24px 80px; text-align: center; } /* recruit リード */
.hbc-sec-work    { padding: 72px 24px 80px; }   /* recruit WORK */
.hbc-workbg      { background: #FAF5EB; }       /* recruit WORK 全幅・薄ベージュ背景 */
.hbc-sec-req     { padding: 84px 24px 0; }      /* recruit 募集要項 */
.hbc-sec-benefit { padding: 56px 24px 0; }      /* recruit 福利厚生 */
.hbc-sec-cta     { padding: 0 24px 100px; }     /* recruit 応募CTA */
.hbc-sec-form    { padding: 70px 24px 100px; }  /* contact フォーム */
.hbc-mt-70       { margin-top: 70px; }
.hbc-mt-80       { margin-top: 80px; }
.hbc-arrow       { font-size: 18px; }
.hbc-barhead     { margin-bottom: 30px; }
.hbc-barhead--gap34 { margin-bottom: 34px; }
.hbc-barhead--gap36 { margin-bottom: 36px; }

/* recruit 1日の流れ（フル幅ティール背景） */
.hbc-daysec { background: #EAF8FB; margin-top: 0; padding: 78px 0; position: relative; overflow: hidden; }
.hbc-daysec__blob {
  position: absolute; right: -150px; top: -90px; width: 400px; height: 360px; opacity: .5;
  background: linear-gradient(135deg,#8fd6e3,#cfeef4);
  border-radius: 50% 50% 56% 44% / 54% 46% 54% 46%; animation: wob 26s ease-in-out infinite;
}
.hbc-daysec__inner { position: relative; }
.hbc-cenhead--mb48 { margin-bottom: 48px; }
.hbc-cenhead--mb40 { margin-bottom: 40px; }

/* ============ header：パートナーロゴ撤去後のナビ位置調整 ============ */
/* ヘッダー右上のカーブスロゴを撤去（店舗案内へ移設）。ロゴ左・ナビ中央寄せに整える */
.hbc-header__inner > .hbc-nav { margin: 0 auto; }

/* ============ about：上段2列（会社概要＋代表挨拶）／下段 沿革 ============ */
.hbc-about-top {
  padding: 78px 24px 56px;
  display: grid; grid-template-columns: 1.04fr 1fr; gap: 60px; align-items: start;
}
.hbc-about-top__col { min-width: 0; }
.hbc-about-top .hbc-barhead { margin-bottom: 26px; }
.hbc-about-top .hbc-deftable { font-size: 15px; }
.hbc-about-top .hbc-deftable th { width: 140px; padding: 14px 16px; }
.hbc-about-top .hbc-deftable td { padding: 14px 16px; }
.hbc-about-top .hbc-message { font-size: 15.5px; line-height: 2.05; }
.hbc-about-history { padding-bottom: 100px; }

/* ============ TOP：事業内容（会社概要より紫セクションを移設） ============ */
.hbc-bizsec { background: #fff; padding: 84px 0 0; }
/* 事業内容の見出し：大きく薄い英字に日本語タイトルを重ねる（左寄せ） */
.hbc-bizhead { position: relative; margin-bottom: 8px; text-align: center; }
.hbc-bizhead__en {
  display: block; font-family: "Montserrat", sans-serif; font-weight: 800;
  font-size: 62px; line-height: 1; letter-spacing: .03em; color: #E9F1F2;
}
.hbc-bizhead__title { position: relative; margin: -32px 0 0; font-weight: 800; font-size: 30px; color: #2B4A54; }
.hbc-bizsec__lead { margin: 22px 0 44px; font-size: 18px; line-height: 2.1; color: #41636d; text-align: center; }

/* ============ shop：見出し横のカーブスロゴ（ヘッダーより移設） ============ */
.hbc-shop-curves { margin-left: auto; display: flex; align-items: center; flex-shrink: 0; }
.hbc-shop-curves img { height: 72px; width: auto; display: block; }
.hbc-shop-curves:hover { opacity: 1; }
