@charset "UTF-8";
/*
 * ======================================
 * あぐさ館デイサービスセンター — site.css
 * 追加クラス一覧（共通SCSS取り込み検討用）
 * ======================================
 *
 * .agusa-page / .agusa-container(+幅modifier)  - PC固定幅ラッパー・中央寄せコンテナ
 * .agusa-header*                                - 2段ヘッダー（上部インフォバー + ロゴ/ナビ/CTA）
 * .agusa-flower(+--left)                        - デイジー花アイコンのレイアウト
 * .agusa-head*                                  - 花 + 英字 + 和文 + 黄色バーのセクション見出し
 * .agusa-subhero*                               - 下層ページ共通ヒーロー
 * .agusa-wave--*                                - セクション間の波もよう区切り（色ペア指定）
 * .agusa-btn(+--navy/--yellow/--lg/--submit)    - ハードシャドウのpillボタン
 * .agusa-mv*                                    - TOPメインビュー（クロスフェードスライド）
 * .agusa-concept / .agusa-philosophy            - リード文ブロック
 * .agusa-cardgrid / .agusa-fcard / .agusa-ecard - 特徴・ポイント・行事カード
 * .agusa-featrow*                               - 画像+テキストの交互特徴行
 * .agusa-flow*                                  - 1日の流れジグザグタイムライン
 * .agusa-ig*                                    - Instagram連携（QR付き）
 * .agusa-dtable*                                - 定義リスト風テーブル（施設概要・募集要項）
 * .agusa-map / .agusa-disc* / .agusa-greeting   - 地図・情報公開・代表挨拶
 * .agusa-twocol / .agusa-infocard               - 2カラム情報カード
 * .agusa-cta*                                   - ベタ塗りCTA帯
 * .agusa-contact-card* / .agusa-form*           - お問い合わせ案内カード・フォーム
 * .agusa-footer*                                - フッター
 * .agusa-pastel-*                               - パステル背景（アイコン円）
 *
 * ======================================
 * 共通SCSSに不足していたもの（5分類）
 * ======================================
 * ・装飾パターン不足：花アイコン / 波もよう区切り（色ペア指定）/ ジグザグタイムライン
 * ・構造不足：2段ヘッダー（上部インフォバー付き）/ 画像+バッジ重なりの特徴行
 * ・状態不足：ハードシャドウ(0 4px 0)ボタンの押し込みhover
 * ・値の粒度不足：本デザイン固有のpx指定見出し（54/36/30/28px 等）・パステル配色
 */

/* ============ 土台 ============ */
.agusa-page { width: 100%; min-width: 1240px; background: #FFFBF2; overflow-x: clip; }
.agusa-container { max-width: 1200px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.agusa-w-1100 { max-width: 1100px; }
.agusa-w-1080 { max-width: 1080px; }
.agusa-w-1000 { max-width: 1000px; }
.agusa-w-980  { max-width: 980px; }
.agusa-w-900  { max-width: 900px; }
.agusa-w-780  { max-width: 780px; }

.agusa-bg-cream { background: #FFFBF2; }
.agusa-bg-blue  { background: #eaf7fd; }
.agusa-bg-white { background: #ffffff; }
.agusa-bg-navy  { background: #001779; }

.agusa-section { padding: 80px 0; }
.agusa-section--tight { padding: 64px 0; }
.agusa-section--concept { padding: 74px 0 84px; }
.agusa-section--features { padding: 70px 0 84px; }
.agusa-section--ig { padding: 74px 0 80px; }
.agusa-section--contact-top { padding: 72px 0 40px; }
.agusa-section--contact-form { padding: 40px 0 84px; }

/* スクロール表示演出（claude-design-output に合わせ、初期状態でも必ず表示する。
   JS有効時のみ「ふわっと」上方向フェードを付与する＝コンテンツが消えるリスクなし） */
.js [data-fade] { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.js [data-fade].is-in { opacity: 1; transform: none; }

/* ============ ヘッダー ============ */
.agusa-header { position: sticky; top: 0; z-index: 20; background: #fff; box-shadow: 0 2px 0 rgba(0,23,121,.12); line-height: 1.3; }
.agusa-header__bar { background: #001779; color: #fff; }
.agusa-header__bar-inner { display: flex; justify-content: space-between; align-items: center; padding-top: 8px; padding-bottom: 8px; font-size: 14px; letter-spacing: .04em; }
.agusa-header__bar-inner > span:first-child { font-weight: 500; }
.agusa-header__bar-right { display: flex; gap: 20px; align-items: center; font-weight: 700; }
.agusa-header__bar-sep { opacity: .6; }
.agusa-header__inner { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; padding-bottom: 16px; }
.agusa-header__logo { display: flex; align-items: center; gap: 14px; }
.agusa-header__logo img { height: 58px; width: auto; }
.agusa-header__logo-text { display: block; padding-left: 14px; border-left: 2px dotted #ffb400; line-height: 1.3; }
.agusa-header__logo-name { display: block; font-size: 13px; color: #001779; font-weight: 700; letter-spacing: .06em; white-space: nowrap; }
.agusa-header__logo-sub { display: block; font-size: 12px; color: #8a8170; letter-spacing: .12em; }
.agusa-nav { display: flex; align-items: stretch; gap: 4px; }
.agusa-nav__item { position: relative; padding: 10px 16px 14px; text-align: center; }
.agusa-nav__ja { display: block; font-size: 15px; font-weight: 700; color: #463d30; letter-spacing: 0; white-space: nowrap; transition: color .3s; }
.agusa-nav__en { display: block; font-size: 10px; color: #001779; letter-spacing: .14em; font-weight: 700; }
.agusa-nav__item:hover .agusa-nav__ja { color: #001779; }
.agusa-nav__item.is-current::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 0; height: 4px; border-radius: 4px; background: #ffb400; }
.agusa-nav__cta { display: flex; flex-direction: column; justify-content: center; margin-left: 8px; padding: 8px 20px; background: #FFEE75; border-radius: 999px; text-align: center; box-shadow: 0 3px 0 #e9c93f; transition: transform .2s, box-shadow .2s; }
.agusa-nav__cta-ja { display: block; font-size: 16px; font-weight: 900; color: #463d30; letter-spacing: 0; white-space: nowrap; }
.agusa-nav__cta-en { display: block; font-size: 10px; color: #a07b00; letter-spacing: .14em; font-weight: 700; }
.agusa-nav__cta:hover { transform: translateY(1px); box-shadow: 0 2px 0 #e9c93f; opacity: 1; }

/* ============ 花アイコン ============ */
.agusa-flower { display: block; margin: 0 auto 4px; }
.agusa-flower--left { margin: 0 0 4px; }

/* ============ セクション見出し ============ */
.agusa-head { text-align: center; }
.agusa-head__en { display: inline-block; font-family: "Quicksand", sans-serif; font-weight: 700; color: #ffb400; font-size: 15px; letter-spacing: .2em; line-height: 1; }
.agusa-head__ja { margin: 8px 0 0; font-size: 30px; font-weight: 900; color: #001779; line-height: 1.4; }
.agusa-head__bar { display: block; width: 60px; height: 5px; background: #FFEE75; border-radius: 5px; margin: 18px auto 0; }
.agusa-head__bar--sub { background: #ffb400; }
.agusa-head--sm .agusa-head__en { font-size: 14px; }
.agusa-head--sm .agusa-head__ja { font-size: 28px; }
.agusa-head__lead { margin: 14px auto 0; max-width: 600px; font-size: 16px; line-height: 1.9; font-weight: 500; color: #5b5340; }

/* ============ 下層ヒーロー ============ */
.agusa-subhero { position: relative; background: linear-gradient(180deg, #eaf7fd, #FFFBF2); padding: 56px 0 64px; overflow: hidden; }
.agusa-subhero--recruit { background: linear-gradient(180deg, #fff3cf, #FFFBF2); }
.agusa-subhero__circle { position: absolute; top: -60px; right: -40px; width: 300px; height: 300px; border-radius: 50%; background: #d2eefb; }
.agusa-subhero--recruit .agusa-subhero__circle { right: auto; left: -40px; background: #ffe6a6; }
.agusa-subhero__inner { position: relative; text-align: center; }
.agusa-subhero__en { display: inline-block; font-family: "Quicksand", sans-serif; font-weight: 700; color: #ffb400; font-size: 15px; letter-spacing: .2em; }
.agusa-subhero--recruit .agusa-subhero__en { color: #ef9b00; }
.agusa-subhero__ja { margin: 6px 0 0; font-size: 36px; font-weight: 900; color: #001779; }
.agusa-subhero__bar { display: block; width: 60px; height: 5px; background: #FFEE75; border-radius: 5px; margin: 18px auto 0; }
.agusa-subhero--recruit .agusa-subhero__bar { background: #ffb400; }
.agusa-subhero__lead { margin: 22px 0 0; font-size: 19px; line-height: 2; font-weight: 500; color: #5b5340; }

/* ============ 波もよう区切り ============ */
.agusa-wave { line-height: 0; }
.agusa-wave svg { display: block; width: 100%; height: 56px; }
.agusa-wave--cream-blue  { background: #FFFBF2; color: #eaf7fd; }
.agusa-wave--blue-navy   { background: #eaf7fd; color: #001779; }
.agusa-wave--cream-white { background: #FFFBF2; color: #ffffff; }
.agusa-wave--white-blue  { background: #ffffff; color: #eaf7fd; }
.agusa-wave--blue-white  { background: #eaf7fd; color: #ffffff; }

/* ============ ボタン ============ */
.agusa-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 15px 40px; font-size: 17px; font-weight: 700; border-radius: 999px; border: 0; cursor: pointer; font-family: inherit; transition: transform .2s, box-shadow .2s; }
.agusa-btn:hover { transform: translateY(2px); opacity: 1; }
.agusa-btn--navy { background: #001779; color: #fff; box-shadow: 0 4px 0 #000f52; }
.agusa-btn--navy:hover { box-shadow: 0 2px 0 #000f52; }
.agusa-btn--yellow { background: #FFEE75; color: #463d30; font-weight: 900; box-shadow: 0 4px 0 #e0cd55; }
.agusa-btn--yellow:hover { box-shadow: 0 2px 0 #e0cd55; }
.agusa-btn--lg { padding: 16px 44px; font-size: 18px; }
.agusa-btn--submit { padding: 18px 64px; font-size: 19px; box-shadow: 0 5px 0 #000f52; }
.agusa-btn--submit:hover { box-shadow: 0 3px 0 #000f52; }
.agusa-btn-wrap { text-align: center; margin-top: 40px; }

/* ============ TOP メインビュー ============ */
.agusa-mv { position: relative; height: 620px; overflow: hidden; background: #001779; }
.agusa-mv__slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.2s ease; }
.agusa-mv__slide.is-active { opacity: 1; }
.agusa-mv__slide img { width: 100%; height: 100%; object-fit: cover; }
.agusa-mv__veil { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(95deg, rgba(0,23,121,.80) 0%, rgba(0,23,121,.52) 42%, rgba(0,23,121,.16) 72%, rgba(0,23,121,.04) 100%); }
.agusa-mv__inner { position: relative; z-index: 2; pointer-events: none; max-width: 1200px; margin: 0 auto; padding: 0 24px; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.agusa-mv__badge { display: inline-block; align-self: flex-start; background: #ffb400; color: #fff; font-weight: 700; font-size: 14px; padding: 7px 18px; border-radius: 999px; letter-spacing: .04em; }
.agusa-mv__title { margin: 24px 0 0; font-size: 54px; line-height: 1.45; font-weight: 900; color: #fff; letter-spacing: .01em; text-shadow: 0 4px 22px rgba(0,15,82,.45); }
.agusa-mv__lead { margin: 22px 0 0; font-size: 20px; line-height: 2; font-weight: 500; color: #eaf2ff; text-shadow: 0 2px 12px rgba(0,15,82,.55); }
.agusa-mv__dots { position: absolute; z-index: 3; bottom: 62px; left: 0; right: 0; display: flex; justify-content: center; gap: 12px; }
.agusa-mv__dot { width: 40px; height: 6px; border-radius: 6px; background: rgba(255,255,255,.5); cursor: pointer; transition: background .3s; }
.agusa-mv__dot.is-active { background: #ffb400; }
.agusa-mv__wave { position: absolute; bottom: -1px; left: 0; width: 100%; height: 60px; z-index: 3; line-height: 0; color: #FFFBF2; pointer-events: none; }
.agusa-mv__wave svg { display: block; width: 100%; height: 60px; }

/* CMSスライダー差し替え対応：
   スライダー挿入先(#cms-slider-1-1-area)を枠いっぱいに絶対配置で敷き（z-index:0）、
   その上にベール(z-index:1)→キャッチコピー(z-index:2)→波(z-index:3)を重ねる。
   ※static配置のままだと620pxを占有し、下のキャッチコピーがoverflow:hiddenで隠れてしまうため。 */
.agusa-mv #cms-slider-1-1-area { position: absolute; inset: 0; z-index: 0; }
.agusa-mv #cms-slider-1-1-area .swiper,
.agusa-mv #cms-slider-1-1-area .swiper-container,
.agusa-mv #cms-slider-1-1-area .swiper-wrapper,
.agusa-mv #cms-slider-1-1-area .swiper-slide { width: 100%; height: 100%; }
.agusa-mv #cms-slider-1-1-area img { width: 100%; height: 100%; object-fit: cover; }

/* ============ リード文ブロック ============ */
.agusa-concept { text-align: center; }
.agusa-concept .agusa-head__bar { margin-bottom: 36px; }
.agusa-concept__lead { font-size: 27px; line-height: 2.1; font-weight: 700; color: #463d30; }
.agusa-concept__lead .accent { color: #ffb400; }
.agusa-concept__text { margin-top: 28px; font-size: 18px; line-height: 2.1; font-weight: 500; color: #6c6353; }

.agusa-philosophy { text-align: center; }
.agusa-philosophy .agusa-head__bar { margin-bottom: 30px; }
.agusa-philosophy__lead { font-size: 24px; line-height: 2; font-weight: 700; color: #463d30; }
.agusa-philosophy__lead .accent { color: #ffb400; }

/* ============ カード（特徴・ポイント・行事） ============ */
.agusa-cardgrid { display: grid; gap: 22px; }
.agusa-cardgrid--4 { grid-template-columns: repeat(4, 1fr); }
.agusa-cardgrid--3 { grid-template-columns: repeat(3, 1fr); }
.agusa-cardgrid--2 { grid-template-columns: repeat(2, 1fr); }

.agusa-fcard { background: #fff; border-radius: 22px; padding: 30px 24px; text-align: center; box-shadow: 0 10px 24px rgba(0,23,121,.12); overflow: hidden; }
.agusa-fcard__img { margin: -30px -24px 18px; }
.agusa-fcard__img img { display: block; width: 100%; height: auto; aspect-ratio: 640 / 480; object-fit: cover; }
.agusa-fcard__icon { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 30px; }
.agusa-fcard__icon i { color: #ffb400; }
.agusa-fcard__title { margin: 0; font-size: 19px; font-weight: 900; color: #001779; }
.agusa-fcard__text { margin: 12px 0 0; font-size: 15px; line-height: 1.9; font-weight: 500; color: #6c6353; text-align: left; }
.agusa-fcard--cream { background: #FFFBF2; padding: 32px 26px; box-shadow: 0 10px 24px rgba(70,61,48,.06); }
.agusa-fcard--cream .agusa-fcard__icon { width: 66px; height: 66px; }
.agusa-fcard--cream .agusa-fcard__title { font-size: 20px; }

.agusa-ecard { background: #fff; border-radius: 22px; padding: 28px 26px; box-shadow: 0 10px 24px rgba(0,23,121,.12); }
.agusa-ecard__top { display: flex; align-items: center; gap: 12px; }
.agusa-ecard__emoji { width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.agusa-ecard__img { display: flex; }
.agusa-ecard__img { justify-content: center; }
.agusa-ecard__img img { width: 100%; height: auto; aspect-ratio: 640 / 480; object-fit: contain; }
.agusa-ecard__season { font-size: 13px; font-weight: 700; color: #ffb400; }
.agusa-ecard__title { margin: 16px 0 0; font-size: 20px; font-weight: 900; color: #001779; }
.agusa-ecard__text { margin: 8px 0 0; font-size: 15px; line-height: 1.8; font-weight: 500; color: #6c6353; }

.agusa-pastel-pink  { background: #fde2ec; }
.agusa-pastel-blue  { background: #d2eefb; }
.agusa-pastel-cream { background: #fff3cf; }
.agusa-pastel-beige { background: #f3e7da; }
.agusa-pastel-peach { background: #ffe6d4; }

/* ============ 特徴行（画像+テキスト交互） ============ */
.agusa-featrow { display: flex; align-items: center; gap: 56px; }
.agusa-featrow--reverse { flex-direction: row-reverse; }
.agusa-featrow__media { flex: 0 0 440px; position: relative; }
.agusa-featrow__img { aspect-ratio: 4 / 3; border-radius: 24px; overflow: hidden; box-shadow: 0 16px 34px rgba(0,23,121,.20); }
.agusa-featrow__img img { width: 100%; height: 100%; object-fit: cover; }
.agusa-featrow__ph { aspect-ratio: 4 / 3; border-radius: 24px; background: linear-gradient(135deg, #fff3cf, #ffe6a6); display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 16px 34px rgba(255,180,0,.20); }
.agusa-featrow__ph-emoji { font-size: 72px; }
.agusa-featrow__ph-cap { margin: 10px 0 0; font-size: 14px; font-weight: 700; color: #a07b00; }
.agusa-featrow__badge { position: absolute; width: 84px; height: 84px; border-radius: 50%; color: #fff; font-size: 13px; font-weight: 900; display: flex; align-items: center; justify-content: center; text-align: center; }
.agusa-featrow__badge--tl { top: -16px; left: -16px; background: #ffb400; box-shadow: 0 6px 14px rgba(255,180,0,.4); }
.agusa-featrow__badge--tr { top: -16px; right: -16px; background: #001779; box-shadow: 0 6px 14px rgba(0,23,121,.4); }
.agusa-featrow__body { flex: 1; }
.agusa-featrow__en { font-family: "Quicksand", sans-serif; font-weight: 700; color: #ffb400; letter-spacing: .16em; font-size: 14px; }
.agusa-featrow__title { margin: 6px 0 18px; font-size: 30px; font-weight: 900; color: #001779; }
.agusa-featrow__text { font-size: 18px; line-height: 2.1; font-weight: 500; color: #5b5340; }
.agusa-featrow__text strong { color: #ef7d00; }
.agusa-featrow__note { margin-top: 18px; font-size: 15px; font-weight: 700; color: #001779; }

/* ============ 1日の流れ（ジグザグタイムライン） ============ */
.agusa-flow { position: relative; padding: 8px 0; }
.agusa-flow__line { position: absolute; left: 50%; top: 14px; bottom: 14px; transform: translateX(-50%); width: 0; border-left: 3px dashed #c2d2f0; }
.agusa-flow__sun { position: absolute; left: 50%; top: -22px; transform: translateX(-50%); font-size: 22px; }
.agusa-flow__moon { position: absolute; left: 50%; bottom: -26px; transform: translateX(-50%); font-size: 22px; }
.agusa-flow__sun img, .agusa-flow__moon img { display: block; width: 46px; height: 46px; object-fit: contain; }
.agusa-flow__row { position: relative; display: grid; grid-template-columns: 1fr 140px 1fr; align-items: center; padding: 12px 0; }
.agusa-flow__side { display: flex; }
.agusa-flow__side--left { justify-content: flex-end; }
.agusa-flow__side--right { justify-content: flex-start; }
.agusa-flow__card { width: 392px; max-width: 100%; background: #FFFBF2; border-radius: 20px; padding: 20px 26px; box-shadow: 0 12px 28px rgba(0,23,121,.09); border-top: 5px solid #ffb400; text-align: left; }
.agusa-flow__card--blue { border-top-color: #001779; }
.agusa-flow__step { font-family: "Quicksand", sans-serif; font-weight: 700; font-size: 12px; letter-spacing: .18em; }
.agusa-flow__step--orange { color: #ffb400; }
.agusa-flow__step--blue { color: #001779; }
.agusa-flow__card h3 { margin: 4px 0 0; font-size: 20px; font-weight: 900; color: #001779; }
.agusa-flow__card p { margin: 8px 0 0; font-size: 15px; line-height: 1.85; font-weight: 500; color: #6c6353; }
.agusa-flow__center { display: flex; flex-direction: column; align-items: center; gap: 9px; z-index: 1; }
.agusa-flow__icon { width: 80px; height: 80px; border-radius: 50%; background: #001779; border: 5px solid #fff; box-shadow: 0 0 0 4px #d2eefb, 0 10px 20px rgba(0,23,121,.28); display: flex; align-items: center; justify-content: center; font-size: 33px; }
.agusa-flow__icon img { width: 46px; height: 46px; object-fit: contain; }
.agusa-flow__time { display: inline-block; background: #FFEE75; color: #463d30; font-family: "Quicksand", sans-serif; font-weight: 700; font-size: 15px; padding: 4px 16px; border-radius: 999px; box-shadow: 0 3px 0 #e0cd55; }

/* ============ Instagram連携 ============ */
.agusa-ig-sec { position: relative; overflow: hidden; }
.agusa-ig__deco { position: absolute; top: -40px; right: 60px; width: 160px; height: 160px; border-radius: 50%; background: rgba(255,255,255,.10); }
.agusa-ig { position: relative; display: flex; align-items: center; gap: 50px; max-width: 1100px; }
.agusa-ig__body { flex: 1; color: #fff; }
.agusa-ig__en { display: inline-block; font-family: "Quicksand", sans-serif; font-weight: 700; color: #FFEE75; font-size: 15px; letter-spacing: .2em; }
.agusa-ig__title { margin: 8px 0 18px; font-size: 30px; font-weight: 900; color: #fff; }
.agusa-ig__text { font-size: 18px; line-height: 2; font-weight: 500; color: #fff; }
.agusa-ig__btn { margin-top: 26px; padding: 15px 34px; gap: 10px; }
.agusa-ig__img { flex: 0 0 460px; }
.agusa-ig__img img { display: block; width: 100%; height: auto; aspect-ratio: 800 / 600; }

/* ============ 定義リスト風テーブル ============ */
.agusa-dtable { background: #fff; border-radius: 22px; overflow: hidden; box-shadow: 0 10px 24px rgba(70,61,48,.06); }
.agusa-dtable--bordered { border: 2px solid #eaf7fd; }
.agusa-dtable__row { display: flex; border-bottom: 2px dotted #ece3cf; }
.agusa-dtable__row:last-child { border-bottom: 0; }
.agusa-dtable__th { flex: 0 0 220px; background: #FFFBF2; padding: 20px 28px; font-size: 16px; font-weight: 700; color: #001779; }
.agusa-dtable--th200 .agusa-dtable__th { flex-basis: 200px; }
.agusa-dtable__td { flex: 1; padding: 20px 28px; font-size: 16px; line-height: 1.8; font-weight: 500; color: #463d30; }

/* ============ 代表挨拶・地図・情報公開 ============ */
.agusa-greeting { margin-top: 40px; background: #FFFBF2; border-radius: 22px; padding: 36px 40px; text-align: left; box-shadow: 0 8px 20px rgba(70,61,48,.06); }
.agusa-greeting__title { margin: 0 0 16px; font-size: 19px; font-weight: 900; color: #001779; }
.agusa-greeting__text { margin: 0; font-size: 17px; line-height: 2.1; font-weight: 500; color: #5b5340; }
.agusa-greeting__sign { margin: 20px 0 0; font-size: 16px; font-weight: 700; color: #463d30; text-align: right; }

.agusa-map { border-radius: 22px; overflow: hidden; box-shadow: 0 12px 28px rgba(70,61,48,.12); border: 6px solid #fff; }
.agusa-map iframe { width: 100%; height: 420px; border: 0; display: block; }

.agusa-disc { display: flex; flex-direction: column; gap: 14px; }
.agusa-disc__item { display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #fff; border-radius: 16px; padding: 22px 28px; box-shadow: 0 6px 16px rgba(70,61,48,.06); transition: transform .2s, box-shadow .2s; }
.agusa-disc__item:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(70,61,48,.1); opacity: 1; }
.agusa-disc__label { display: flex; align-items: center; gap: 16px; }
.agusa-disc__ico { width: 44px; height: 44px; border-radius: 12px; background: #fff3cf; display: flex; align-items: center; justify-content: center; font-size: 22px; }
.agusa-disc__name { font-size: 18px; font-weight: 700; color: #463d30; }
.agusa-disc__pdf { display: inline-flex; align-items: center; gap: 6px; padding: 10px 22px; background: #001779; color: #fff; font-size: 15px; font-weight: 700; border-radius: 999px; }

/* ============ 2カラム情報カード（採用） ============ */
.agusa-twocol { display: flex; gap: 24px; }
.agusa-infocard { flex: 1; background: #fff; border-radius: 22px; padding: 34px 36px; box-shadow: 0 10px 24px rgba(0,23,121,.12); overflow: hidden; }
.agusa-infocard__img { margin: -34px -36px 22px; }
.agusa-infocard__img img { display: block; width: 100%; height: auto; }
.agusa-infocard__en { display: inline-block; font-family: "Quicksand", sans-serif; font-weight: 700; color: #ffb400; font-size: 13px; letter-spacing: .16em; }
.agusa-infocard__title { margin: 6px 0 14px; font-size: 22px; font-weight: 900; color: #001779; }
.agusa-infocard__text { font-size: 17px; line-height: 2; font-weight: 500; color: #5b5340; }
.agusa-infocard__text strong { color: #ef7d00; }
.agusa-note { margin: 18px 0 0; font-size: 14px; color: #8a8170; font-weight: 500; }

/* ============ CTA帯 ============ */
.agusa-cta { padding: 64px 0; }
.agusa-cta__inner { text-align: center; color: #fff; }
.agusa-cta__title { margin: 0 0 14px; font-size: 26px; font-weight: 900; }
.agusa-cta__text { font-size: 17px; line-height: 1.9; font-weight: 500; }
.agusa-cta .agusa-btn { margin-top: 24px; }

/* ============ お問い合わせ ============ */
.agusa-contact-card { flex: 1; border-radius: 24px; padding: 38px 36px; }
.agusa-contact-card--phone { background: #001779; color: #fff; box-shadow: 0 12px 28px rgba(0,23,121,.25); }
.agusa-contact-card--trial { background: #FFEE75; color: #463d30; box-shadow: 0 12px 28px rgba(255,180,0,.22); }
.agusa-contact-card__en { display: inline-block; font-family: "Quicksand", sans-serif; font-weight: 700; font-size: 13px; letter-spacing: .16em; }
.agusa-contact-card--phone .agusa-contact-card__en { color: #FFEE75; }
.agusa-contact-card--trial .agusa-contact-card__en { color: #ef7d00; }
.agusa-contact-card__title { margin: 6px 0 18px; font-size: 24px; font-weight: 900; }
.agusa-contact-card__recept { margin: 0; font-size: 16px; font-weight: 500; opacity: .95; }
.agusa-contact-card__tel { margin: 14px 0 0; font-family: "Quicksand", sans-serif; font-size: 38px; font-weight: 700; letter-spacing: .02em; }
.agusa-contact-card__fax { margin: 6px 0 0; font-size: 15px; font-weight: 700; }
.agusa-contact-card__desc { margin: 0; font-size: 17px; line-height: 2; font-weight: 500; }
.agusa-contact-card__desc strong { color: #ef7d00; }

.agusa-form { background: #FFFBF2; border-radius: 24px; padding: 44px 48px; box-shadow: 0 10px 24px rgba(70,61,48,.06); }
.agusa-form__rows { display: flex; flex-direction: column; gap: 24px; }
.agusa-form__row { display: flex; gap: 20px; }
.agusa-form__col { flex: 1; }
.agusa-form label { display: block; }
.agusa-form__label { display: block; margin-bottom: 8px; font-size: 16px; font-weight: 700; color: #463d30; }
.agusa-req { color: #fff; background: #ef7d00; font-size: 11px; padding: 2px 8px; border-radius: 4px; margin-left: 6px; }
.agusa-form__field { width: 100%; padding: 14px 18px; font-size: 16px; border: 2px solid #e6ddca; border-radius: 12px; background: #fff; font-family: inherit; color: #463d30; }
.agusa-form__field:focus { outline: 0; border-color: #ffb400; }
textarea.agusa-form__field { resize: vertical; }
.agusa-form__note { margin: 0; font-size: 13px; line-height: 1.8; color: #8a8170; font-weight: 500; }

/* ============ フッター ============ */
.agusa-footer { background: #2b2419; color: #e9e2d3; }
.agusa-footer__inner { display: flex; justify-content: space-between; gap: 40px; padding-top: 60px; padding-bottom: 40px; }
.agusa-footer__about { max-width: 420px; }
.agusa-footer__logo { background: #fff; display: inline-block; padding: 14px 18px; border-radius: 14px; }
.agusa-footer__logo img { height: 54px; }
.agusa-footer__addr { margin: 20px 0 0; font-size: 15px; line-height: 2; font-weight: 500; color: #c9c1b0; }
.agusa-footer__tel { margin: 14px 0 0; font-size: 15px; font-weight: 700; }
.agusa-footer__cols { display: flex; gap: 54px; }
.agusa-footer__col-head { margin: 0 0 14px; font-family: "Quicksand", sans-serif; font-weight: 700; color: #ffb400; letter-spacing: .12em; font-size: 13px; }
.agusa-footer__list { display: flex; flex-direction: column; gap: 12px; font-size: 15px; font-weight: 500; }
.agusa-footer__list--plain { color: #c9c1b0; }
.agusa-footer__list a { color: #c9c1b0; }
.agusa-footer__list a:hover { color: #ffb400; opacity: 1; }
.agusa-footer__ig { color: #FFEE75; font-weight: 700; }
.agusa-footer__bottom { border-top: 1px solid #463d30; }
.agusa-footer__bottom small { display: block; padding-top: 18px; padding-bottom: 18px; font-size: 13px; color: #8c8472; letter-spacing: .06em; }

/* ============ 送信完了（thanks.php） ============ */
.agusa-thanks { text-align: center; background: #FFFBF2; border-radius: 24px; padding: 48px; box-shadow: 0 10px 24px rgba(70,61,48,.06); }
.agusa-thanks__icon { font-size: 56px; line-height: 1; }
.agusa-thanks__text { margin: 20px 0 0; font-size: 18px; line-height: 2; font-weight: 500; color: #5b5340; }
.agusa-thanks__note { margin: 22px 0 0; font-size: 14px; line-height: 1.8; font-weight: 500; color: #8a8170; }
.agusa-thanks .agusa-btn-wrap { margin-top: 32px; }

/* ============================================================
 * CMSフォーム（form-pattern-2）の見た目をサイトに合わせる上書き
 * CMSが注入するCSSの詳細度を確実に上回るため !important を使用（CMS出力専用の例外）。
 * ============================================================ */

/* 送信ボタン → サイトの navy pill（ハードシャドウ）。
   ※ .submit-btn::before はCMSのメールアイコンなので一切上書きしない（アイコンを壊さないため）。
   ※ アイコンと文字の縦位置を揃えるため inline-flex + align-items:center を使用。
   ※ hover はサイト共通の「押し込み」演出（文字は白のまま＝消えない）。 */
.form-pattern-2 .submit-btn {
  display: flex !important;            /* block-level flex → margin:auto で中央寄せ可能 */
  align-items: center !important;      /* アイコンと文字の縦位置を中央に揃える */
  justify-content: center !important;
  gap: .4em !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 10px auto 0 !important;      /* 横中央寄せ */
  padding: 18px 56px !important;
  background: #001779 !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 5px 0 #000f52 !important;
  cursor: pointer !important;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease !important;
}
.form-pattern-2 .submit-btn:hover {
  background: #0a268f !important;
  color: #fff !important;
  transform: translateY(2px) !important;
  box-shadow: 0 3px 0 #000f52 !important;
  opacity: 1 !important;
}
.form-pattern-2 .submit-btn:hover::before {
  background-color: #fff !important;
}

/* 必須バッジ → サイトの必須色（オレンジ）に変更 */
.form-pattern-2 dl dt:not(.pattern-exclusion) span.required::before {
  background: #ef7d00 !important;
  color: #fff !important;
}
