@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・setting
・mixin
・base
・sprite
・utility
・component
・layout
・z-index
====================================================================== */
/* ======================================================================
 reset
====================================================================== */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
  Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details,
dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section,
small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: #fff;
  color: #141414;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

html, body {
  width: 100%;
  min-width: 1100px;
  height: 100%;
}

/* border-box */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* a */
a:link {
/*  color: #141414; */
  text-decoration: none;
  cursor: pointer;
}
a:visited {
/*  color: #141414; */ 
  text-decoration: none;
}
a:hover {
/*  color: #141414; */ 
  text-decoration: none;
}
a:active {
  color: #141414;
  text-decoration: none;
}

a[href^="tel"] {
  color: #141414;
}

/* Text Highlight */
/* button */
button {
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #141414;
}

/* placeholder */
input:placeholder-shown, textarea:placeholder-shown {
  color: #141414;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #141414;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #141414;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #141414;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #141414;
}
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #141414;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #141414;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #141414;
  opacity: 1;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #141414;
  opacity: 1;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #141414;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ======================================================================
 sprite
====================================================================== */
/* =================================
 hoge
================================= */
/* =================================
 hoge
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 utility
====================================================================== */

/* =================================
 text pt
================================= */
.u_txt_1 {
  font-size: 1.8em;
  line-height: 1.5;
}

/* =================================
 text weight
================================= */

.u_bold {
  font-weight: bold;
}

/* =================================
 animation
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 component
====================================================================== */
/* =================================
 title
================================= */
/* =================================
 buttons
================================= */
/* =================================
 icon
================================= */
/* =================================
 alerts
================================= */
/* =================================
 pager
================================= */
/* =================================
 table
================================= */
/* =================================
 forms
================================= */
/* =================================
 list
================================= */
/* =================================
 item
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 layout
====================================================================== */
/* =================================
 content_size
================================= */
.content_size {
  width: 1100px;
  margin: 0 auto;
}

/* =================================
 container
================================= */
.container {
  position: relative;
}
/* =================================
 header 競合で#headerに変更
================================= */
header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height:100px;
}

#header {
  padding: 15px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.header_banner {
  text-align: center;
}

.header_mail {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header_mail:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  opacity: 0.9;
}

.header_logo-link {
  width: 450px;
}
.header_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_number-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_number {
  position: relative;
}

.header_number_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}
.header_number_num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_time {
  font-size: 20px;
  font-weight: 1000;
  padding: 0 10px 0;
}

.header_mail {
  position: relative;
}

.header_mail_txt {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background-color: #005aaa;
  padding: 18px 34px;
  border-radius: 5px;
}

/* =================================
 l_content
================================= */
/* =================================
 main
================================= */

/* ======================================================================
 main
====================================================================== */
/* =================================
 main
================================= */

.main .cv_area {
  position: relative;
  padding: 50px 0 50px;
  background: #0000b2 url(../img/cv_book.png) right bottom no-repeat;
}
.main .cv_area:before {
  content: '';
  background: #005bac;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 20px;
}
.main .cv_area .ttl {
  text-align: center;
  margin: 0 0 50px;
}
.main .cv_area .content {
  width: 1040px;
  margin: 0 auto;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.main .cv_area .content .tel_wrap .img_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.main .cv_area .content .tel_wrap .img_wrap .ico {
  margin: 0 15px 0 0;
}
.main .cv_area .content .tel_wrap .txt {
  margin: 15px 0 0 95px;
}
.main .cv_area .content .btn_wrap {
  position: relative;
  padding: 0 0 0 50px;
}
.main .cv_area .content .btn_wrap:before {
  content: '';
  width: 1px;
  height: 60px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 30px;
}
.main .cv_area .content .btn_wrap .btn {
  width: 530px;
  height: 120px;
  background: #005bac;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.main .cv_area .content .btn_wrap .btn._hover {
  background: #003360;
}
.main .cv_area .content .btn_wrap .txt {
  text-align: center;
  margin: 5px 0 0;
}
.main .sec .sec_ttl {
  text-align: center;
  margin: 10px 0 30px;
}
.main .sec._01 {
  padding: 30px 0 100px;
}

.main .sec._02 {
  color: #000000;
  background: #0000b2;
  font-size: 20px;
  position: relative;
}
.main .sec._02:before {
  content: '';
  height: 400px;
  background: #328cec;
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -moz-transform: skew(0, -7deg);
  -ms-transform: skew(0, -7deg);
  -webkit-transform: skew(0, -7deg);
  transform: skew(0, 7deg);
}
.main .sec._02 .block._01 {
  padding: 100px 0 80px;
  background: url(../img/bg_strong.png) no-repeat;
  background-size: cover;
}
.main .sec._02 .sec_ttl {
  width: 60%;
  margin: auto;
  display: block;
  padding: 30px;
}

.main .sec._06 {
  padding: 100px 0 50px;
  font-size: 62.5%;
}
.main .sec._06 .block_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.main .sec._06 .block_wrap .block._01 {
}
.main .sec._06 .block_wrap .block._02 {
  width: 550px;
}

.main .sec._06 .block_wrap .block .table .tr {
  padding: 11px 0;
  border-bottom: solid 1px #d5d5d5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main .sec._06 .block_wrap .block .table .tr .th {
  width: 130px;
}
.main .sec._06 .block_wrap .block .table .tr .td {
  width: -moz-calc(100% - 160px);
  width: -o-calc(100% - 160px);
  width: -webkit-calc(100% - 160px);
  width: calc(100% - 160px);
}
.main .sec._06 span.tmark1 {/*銀座線*/
					color: #F19A38;
}
.main .sec._06 span.tmark2 {/*千代田線*/
					color: #54B889;
}
.main .sec._06 span.tmark3 {/*日比谷線*/
					color: #B5B5AD;
}
.main .sec._06 span.tmark4 {/*丸ノ内線*/
					color: #E24340;
}
.main .sec._06 span.tmark5 {/*有楽町線*/
					color: #BDA577;
}
.main .sec._06 span.tmark6 {/*南北線*/
					color: #4DA99B;
}
.main .sec._06 span.tmark7 {/*都営三田線*/
					color: #2E6AB1;
}

:root {
  --navy: #0a1f3d;
  --navy-deep: #061327;
  --navy-soft: #14305a;
  --ink: #1a2332;
  --ink-soft: #2d3a4e;
  --paper: #fafaf7;
  --paper-soft: #f3f1ea;
  --paper-deep: #ebe7dc;
  --gold: #b89968;
  --gold-deep: #8b7142;
  --accent: #9c1f2e;
  --rule: #d8d2c2;
  --muted: #6b6358;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Shippori Mincho', 'Yu Mincho', 'YuMincho', serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.85;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ===== 上部ナビゲーションバー ===== */

/* ===== HERO ===== */
.hero {
  /* 当法人公式サイト（creas-law.com）の画像を使用 */
  /* レイヤー上から順に：暗いグラデーション → 線パターン → 公式背景写真 → ベース色 */
  background: 
    linear-gradient(
      100deg,
      rgba(6, 19, 39, 0.92) 0%,
      rgba(6, 19, 39, 0.85) 25%,
      rgba(10, 31, 61, 0.65) 50%,
      rgba(10, 31, 61, 0.40) 75%,
      rgba(10, 31, 61, 0.25) 100%
    ),
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 40px,
      rgba(184, 153, 104, 0.02) 40px,
      rgba(184, 153, 104, 0.02) 80px
    ),
    url('../img/mv_bg_1-sp.jpg') center/cover no-repeat;
  /* 別案：mv_bg_2-sp.jpg / mv_bg_3-sp.jpg / bg_fixed-sp.jpg などに差し替え可能 */
  background-color: #0a1f3d;
  color: var(--paper);
  padding: 110px 0 50px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(ellipse at top right, rgba(184, 153, 104, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse at bottom left, rgba(10, 31, 61, 0.4) 0%, transparent 60%);
  pointer-events: none;
}

/* 上端の金ライン */
.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 153, 104, 0.6), transparent);
}

.hero-main {
  max-width: 820px;
  margin-bottom: 60px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 820px;
}

.hero-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  letter-spacing: 0.4em;
  color: var(--gold);
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.hero-mark::before {
  content: '';
  width: 48px;
  height: 1px;
  background: var(--gold);
}

h1.hero-title {
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin-bottom: 36px;
  color: var(--paper);
}

h1.hero-title .accent {
  color: var(--gold);
  position: relative;
}

.hero-lead {
  font-size: 18px;
  line-height: 2.1;
  color: rgba(250, 250, 247, 0.92);
  max-width: 720px;
  font-weight: 400;
  margin-bottom: 44px;
}

.hero-cta-group {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.btn-primary {
  background: var(--gold);
  color: var(--navy-deep);
  padding: 18px 36px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  transition: all 0.25s;
  border: 2px solid var(--gold);
}

.btn-primary:hover {
  background: transparent;
  color: var(--gold);
}

.btn-secondary {
  background: transparent;
  color: var(--paper);
  padding: 18px 36px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 2px solid rgba(250, 250, 247, 0.4);
  transition: all 0.25s;
}

.btn-secondary:hover {
  border-color: var(--paper);
  background: rgba(250, 250, 247, 0.08);
}

.btn-arrow {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  line-height: 1;
}

.hero-credentials {
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid rgba(184, 153, 104, 0.3);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 28px;
  max-width: 820px;
}

.cred-item {
  color: rgba(250, 250, 247, 0.85);
}

.cred-item .cred-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--gold);
  margin-bottom: 8px;
}

.cred-item .cred-value {
  font-size: 15px;
  line-height: 1.6;
}

.cred-item .cred-value strong {
  color: var(--paper);
  font-weight: 700;
}

/* ===== 共通セクション ===== */
section {
  padding: 50px 0;
  position: relative;
}

section:not(:last-of-type) {
  border-bottom: 1px solid var(--rule);
}

.section-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.section-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 12px;
  letter-spacing: 0.5em;
  color: var(--gold-deep);
}

.section-num::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 1px;
  background: var(--gold-deep);
  margin-right: 16px;
  vertical-align: middle;
}

h2 {
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 56px;
  letter-spacing: 0.01em;
  color: var(--navy);
  position: relative;
  padding-bottom: 24px;
}

h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 3px;
  background: var(--gold);
}

h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 44px 0 22px;
  color: var(--navy);
  letter-spacing: 0.02em;
  line-height: 1.5;
}

h3 .num-mark {
  display: inline-block;
  color: var(--accent);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  margin-right: 12px;
  font-size: 26px;
}

p {
  margin-bottom: 22px;
  font-size: 16px;
}

strong {
  color: var(--navy);
  font-weight: 700;
}

/* ===== 共感セクション（こんなお悩み） ===== */
.pain-section {
  background: var(--paper-soft);
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.pain-card {
  background: #fff;
  padding: 32px 28px;
  border-left: 4px solid var(--accent);
  box-shadow: 0 2px 14px rgba(10, 31, 61, 0.06);
  position: relative;
}

.pain-card .pain-q {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  color: var(--accent);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
  opacity: 0.85;
}

.pain-card p {
  margin: 0;
  line-height: 1.85;
  font-size: 15.5px;
}

.pain-message {
  margin-top: 56px;
  padding: 40px 44px;
  background: var(--navy);
  color: var(--paper);
  text-align: center;
}

.pain-message p {
  font-size: 19px;
  line-height: 2;
  margin: 0;
  color: var(--paper);
}

.pain-message .em {
  color: var(--gold);
  font-weight: 700;
}

/* ===== クレアスの強み ===== */
.strength-section {
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper-soft) 100%);
}

.strength-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  margin: 50px 0 30px;
}

.strength-card {
  background: #fff;
  padding: 40px 32px;
  border-top: 4px solid var(--gold);
  box-shadow: 0 4px 20px rgba(10, 31, 61, 0.07);
  position: relative;
  transition: transform 0.3s;
}

.strength-card:hover {
  transform: translateY(-4px);
}

.strength-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  color: var(--gold);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 18px;
}

.strength-num .super {
  font-size: 14px;
  letter-spacing: 0.3em;
  color: var(--gold-deep);
  display: block;
  margin-bottom: 4px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
}

.strength-card h4 {
  font-size: 19px;
  margin-bottom: 16px;
  color: var(--navy);
  line-height: 1.5;
  font-weight: 700;
}

.strength-card p {
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
  color: var(--ink-soft);
}

/* ===== 重要ボックス ===== */
.alert-box {
  background: linear-gradient(135deg, #fff8f0 0%, #fdf2e3 100%);
  border-left: 5px solid var(--accent);
  padding: 32px 36px;
  margin: 40px 0;
  position: relative;
  box-shadow: 0 2px 12px rgba(156, 31, 46, 0.06);
}

.alert-box::before {
  content: '注';
  position: absolute;
  top: -14px;
  left: 24px;
  background: var(--accent);
  color: var(--paper);
  padding: 4px 14px;
  font-size: 13px;
  letter-spacing: 0.3em;
  font-weight: 600;
}

.alert-box .alert-title {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 14px;
  color: var(--accent);
}

.alert-box p {
  margin-bottom: 12px;
  line-height: 1.9;
}

.alert-box p:last-child { margin-bottom: 0; }

/* ===== 引用ボックス ===== */
.quote-box {
  background: var(--paper-deep);
  padding: 32px 36px;
  margin: 36px 0;
  font-size: 15.5px;
  line-height: 2;
  position: relative;
  border-radius: 2px;
}

.quote-box::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 18px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 80px;
  color: var(--gold);
  opacity: 0.4;
  line-height: 1;
}

.quote-source {
  display: block;
  margin-top: 14px;
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.05em;
}

/* ===== 重加算税概要テーブル ===== */
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin: 40px 0;
}

.info-card {
  background: #fff;
  padding: 32px 28px;
  border-top: 4px solid var(--accent);
  box-shadow: 0 2px 16px rgba(10, 31, 61, 0.06);
  position: relative;
}

.info-card .card-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 11px;
  letter-spacing: 0.4em;
  color: var(--gold-deep);
  margin-bottom: 10px;
}

.info-card h4 {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 700;
  color: var(--navy);
}

.info-card .big-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  color: var(--accent);
  font-weight: 500;
  line-height: 1;
  margin: 8px 0;
}

.info-card .big-num .unit {
  font-size: 22px;
  color: var(--ink-soft);
  margin-left: 4px;
}

.info-card.alt { border-top-color: var(--muted); }
.info-card.alt .big-num { color: var(--muted); }

/* ===== フロー図 ===== */
.flow-wrapper {
  margin: 50px 0;
  position: relative;
}

.flow-step {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 32px;
  padding: 32px 0;
  position: relative;
}

.flow-step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 44px;
  top: 110px;
  width: 2px;
  height: calc(100% - 70px);
  background: var(--gold);
  opacity: 0.4;
}

.flow-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--paper);
  border: 2px solid var(--gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--gold-deep);
  font-weight: 700;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 6px var(--paper);
}

.flow-circle .step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 11px;
  letter-spacing: 0.3em;
}

.flow-circle .step-big {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

.flow-body h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
}

.flow-body .deadline {
  display: inline-block;
  background: var(--accent);
  color: var(--paper);
  padding: 5px 16px;
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
  font-weight: 500;
}

.flow-body .deadline.long {
  background: var(--gold-deep);
}

.flow-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 20px;
  padding: 22px 24px;
  background: rgba(184, 153, 104, 0.08);
  border-radius: 2px;
}

.flow-meta-item {
  font-size: 14px;
}

.flow-meta-item .label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--gold-deep);
  margin-bottom: 4px;
  font-weight: 600;
}

/* ===== 裁決事例 ===== */
.case-card {
  background: #fff;
  padding: 36px 36px;
  margin: 24px 0;
  border: 1px solid rgba(10, 31, 61, 0.08);
  border-left: 4px solid var(--gold);
  box-shadow: 0 1px 8px rgba(10, 31, 61, 0.04);
}

.case-tag {
  display: inline-block;
  padding: 4px 14px;
  font-size: 12px;
  letter-spacing: 0.15em;
  background: var(--ink);
  color: var(--paper);
  margin-bottom: 14px;
  font-weight: 600;
}

.case-tag.win { background: #1e4d2b; }
.case-tag.lose { background: var(--muted); }

.case-card h4 {
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 1.6;
  color: var(--navy);
  font-weight: 700;
}

.case-card .case-summary {
  font-size: 15px;
  line-height: 1.95;
  color: var(--ink-soft);
}

.case-card .case-meta {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px dashed rgba(0,0,0,0.15);
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.03em;
}

/* ===== チェックリスト ===== */
.checklist {
  background: linear-gradient(180deg, #fff 0%, #faf6ec 100%);
  padding: 44px 48px;
  margin: 40px 0;
  border: 1px solid rgba(184, 153, 104, 0.4);
  position: relative;
}

.checklist::before {
  content: '点検';
  position: absolute;
  top: -14px;
  left: 24px;
  background: var(--gold-deep);
  color: var(--paper);
  padding: 4px 16px;
  font-size: 13px;
  letter-spacing: 0.3em;
  font-weight: 600;
}

.checklist h3 {
  margin-top: 8px;
  margin-bottom: 24px;
}

.checklist ul {
  list-style: none;
}

.checklist li {
  padding: 14px 0 14px 40px;
  position: relative;
  line-height: 1.9;
  border-bottom: 1px dotted rgba(0,0,0,0.12);
}

.checklist li:last-child { border-bottom: none; }

.checklist li::before {
  content: '□';
  position: absolute;
  left: 0;
  top: 14px;
  color: var(--accent);
  font-size: 20px;
  font-weight: 700;
}

/* ===== 流れ・相談ステップ ===== */
.consult-flow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0;
  margin: 50px 0;
}

.consult-step {
  background: #fff;
  padding: 32px 28px;
  border: 1px solid var(--rule);
  position: relative;
  text-align: center;
}

.consult-step:not(:last-child)::after {
  content: '▶';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--paper);
  color: var(--gold);
  font-size: 18px;
  width: 20px;
  text-align: center;
  z-index: 2;
}

.consult-step .consult-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  letter-spacing: 0.3em;
  color: var(--gold-deep);
  margin-bottom: 10px;
}

.consult-step .consult-big {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  color: var(--gold);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 14px;
}

.consult-step h4 {
  font-size: 17px;
  margin-bottom: 12px;
  color: var(--navy);
  font-weight: 700;
}

.consult-step p {
  font-size: 14px;
  line-height: 1.85;
  margin: 0;
  color: var(--ink-soft);
}

/* ===== 弁護士紹介 ===== */
.lawyer-section {
  background: var(--navy);
  color: var(--paper);
}

.lawyer-section h2 {
  color: var(--paper);
}

.lawyer-section h2::after {
  background: var(--gold);
}

.lawyer-section .section-num {
  color: var(--gold);
}

.lawyer-section .section-num::before {
  background: var(--gold);
}

/* ===== 弁護士プロフィールカード（新） ===== */
.lawyer-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 50px;
}

.lawyer-profile-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(184, 153, 104, 0.25);
  overflow: hidden;
  backdrop-filter: blur(4px);
  transition: all 0.3s;
}

.lawyer-profile-card:hover {
  border-color: rgba(184, 153, 104, 0.6);
  transform: translateY(-4px);
}

.lawyer-photo-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #1a3556;
}

.lawyer-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: brightness(0.95) contrast(1.05);
}

.lawyer-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: var(--accent);
  color: var(--paper);
  padding: 6px 14px;
  font-size: 12px;
  letter-spacing: 0.15em;
  font-weight: 600;
  font-family: 'Shippori Mincho', serif;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.lawyer-info {
  padding: 28px 30px 32px;
}

.lawyer-name-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.lawyer-name {
  color: var(--paper);
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.05em;
}

.lawyer-name-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  color: var(--gold);
  letter-spacing: 0.1em;
  font-style: italic;
}

.lawyer-bar {
  font-size: 13px;
  color: var(--gold);
  letter-spacing: 0.05em;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(184, 153, 104, 0.2);
}

.lawyer-pitch {
  font-size: 14px;
  line-height: 1.85;
  color: rgba(250, 250, 247, 0.95);
  margin-bottom: 22px;
  font-style: italic;
  padding-left: 14px;
  border-left: 2px solid var(--gold);
}

.lawyer-career h4 {
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 0.2em;
  margin: 0 0 12px 0;
  padding-bottom: 6px;
  border-bottom: 1px dashed rgba(184, 153, 104, 0.3);
  font-weight: 600;
}

.lawyer-career ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lawyer-career li {
  color: rgba(250, 250, 247, 0.88);
  font-size: 13.5px;
  line-height: 1.85;
  padding: 5px 0 5px 16px;
  position: relative;
}

.lawyer-career li::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 11px;
  top: 8px;
}

.lawyer-career li strong {
  color: var(--gold);
}

.lawyer-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(184, 153, 104, 0.2);
}

.lawyer-tag {
  background: rgba(184, 153, 104, 0.12);
  border: 1px solid rgba(184, 153, 104, 0.35);
  color: var(--gold);
  padding: 4px 12px;
  font-size: 11.5px;
  letter-spacing: 0.05em;
  font-family: 'Shippori Mincho', serif;
}

.lawyer-team-note {
  margin-top: 50px;
  padding: 32px 36px;
  background: rgba(184, 153, 104, 0.08);
  border: 1px solid rgba(184, 153, 104, 0.3);
  text-align: center;
}

.lawyer-team-note p {
  color: rgba(250, 250, 247, 0.95);
  line-height: 2;
  font-size: 15px;
  margin: 0 0 18px 0;
}

.lawyer-team-link {
  display: inline-block;
  color: var(--gold);
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  letter-spacing: 0.25em;
  padding: 8px 24px;
  border: 1px solid var(--gold);
  transition: all 0.25s;
}

.lawyer-team-link:hover {
  background: var(--gold);
  color: var(--navy-deep);
}

@media (max-width: 900px) {
  .lawyer-cards-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .lawyer-info { padding: 24px 22px 26px; }
  .lawyer-name { font-size: 20px; }
  .lawyer-team-note { padding: 24px 20px; }
}

/* ===== 最終CTA ===== */
.final-cta {
  background: 
    linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%),
    repeating-linear-gradient(45deg, transparent, transparent 30px, rgba(184, 153, 104, 0.05) 30px, rgba(184, 153, 104, 0.05) 60px);
  color: var(--paper);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.final-cta .section-num {
  color: var(--gold);
  justify-content: center;
  display: flex;
  margin-bottom: 24px;
}

.final-cta .section-num::before {
  background: var(--gold);
}

.final-cta h2 {
  color: var(--paper);
  margin-bottom: 28px;
  border: none;
  padding: 0;
  text-align: center;
}

.final-cta h2::after {
  background: var(--gold);
  left: 50%;
  transform: translateX(-50%);
}

.final-cta .lead {
  max-width: 720px;
  margin: 0 auto 48px;
  color: rgba(245, 241, 232, 0.9);
  font-size: 17px;
  line-height: 2;
}

/* ===== フッター ===== */
footer {
  background: var(--navy-deep);
  color: rgba(250, 250, 247, 0.7);
  font-size: 13px;
  line-height: 1.85;

}

footer .container {
  max-width: 1100px;
}

footer .copyright {
  text-align: center;
}

.footer-disclaimer {
  padding: 20px 0;
  border-top: 1px solid rgba(184, 153, 104, 0.2);
  font-size: 14px;
  color: rgba(250, 250, 247, 0.5);
  line-height: 1.8;
}

/* ===== 元国税不服審判官 特別セクション ===== */
.judge-section {
  background: 
    linear-gradient(135deg, #1a2d4a 0%, #0a1f3d 60%, #061327 100%);
  color: var(--paper);
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}

.judge-section::before {
  content: '審';
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 480px;
  color: rgba(184, 153, 104, 0.05);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.judge-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.judge-section .section-num {
  color: var(--gold);
}

.judge-section .section-num::before {
  background: var(--gold);
}

.judge-section h2 {
  color: var(--paper);
  margin-bottom: 24px;
}

.judge-section h2::after {
  background: var(--gold);
}

.judge-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  letter-spacing: 0.4em;
  color: var(--gold);
  margin-bottom: 20px;
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid var(--gold);
}

.judge-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 50px;
  align-items: start;
}

.judge-quote {
  background: rgba(184, 153, 104, 0.08);
  border-left: 4px solid var(--gold);
  padding: 36px 40px;
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 2;
  color: var(--paper);
  position: relative;
}

.judge-quote::before {
  content: '"';
  position: absolute;
  top: -20px;
  left: 18px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 90px;
  color: var(--gold);
  opacity: 0.5;
  line-height: 1;
}

.judge-quote-attrib {
  display: block;
  margin-top: 18px;
  font-size: 13px;
  color: var(--gold);
  letter-spacing: 0.1em;
}

.judge-text p {
  color: rgba(250, 250, 247, 0.92);
  line-height: 2.05;
  font-size: 16px;
}

.judge-text strong {
  color: var(--gold);
  font-weight: 700;
}

.judge-points {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(184, 153, 104, 0.3);
  padding: 40px 36px;
  backdrop-filter: blur(4px);
}

.judge-points h3 {
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(184, 153, 104, 0.3);
}

.judge-points ul {
  list-style: none;
}

.judge-points li {
  padding: 16px 0 16px 44px;
  position: relative;
  color: rgba(250, 250, 247, 0.92);
  font-size: 15px;
  line-height: 1.9;
  border-bottom: 1px dashed rgba(184, 153, 104, 0.18);
}

.judge-points li:last-child { border-bottom: none; }

.judge-points li::before {
  content: '◆';
  position: absolute;
  left: 8px;
  top: 16px;
  color: var(--gold);
  font-size: 14px;
}

.judge-points li strong {
  color: var(--gold);
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .judge-section { padding: 70px 0; }
  .judge-section::before { font-size: 280px; right: -80px; }
  .judge-content { grid-template-columns: 1fr; gap: 36px; margin-top: 36px; }
  .judge-quote { padding: 28px 24px; font-size: 15.5px; }
  .judge-points { padding: 30px 26px; }
}

/* ===== レスポンシブ ===== */
@media (max-width: 768px) {
  .container { padding: 0 22px; }



  .hero { padding: 60px 0 80px; }
  .hero-mark { font-size: 11px; margin-bottom: 28px; }
  .hero-credentials { gap: 20px; margin-top: 44px; }
  .hero-cta-group { flex-direction: column; }
  .btn-primary, .btn-secondary { width: 100%; justify-content: center; padding: 16px 24px; }
  section { padding: 70px 0; }
  h2 { margin-bottom: 36px; }
  .info-grid { grid-template-columns: 1fr; gap: 16px; }
  .flow-step { grid-template-columns: 64px 1fr; gap: 20px; padding: 22px 0; }
  .flow-circle { width: 64px; height: 64px; box-shadow: 0 0 0 4px var(--paper); }
  .flow-circle .step-big { font-size: 26px; }
  .flow-step:not(:last-child)::after { left: 31px; top: 84px; }
  .case-card { padding: 26px 22px; }
  .checklist { padding: 32px 24px; }
  .alert-box { padding: 26px 22px; }
  .strength-card { padding: 32px 26px; }
  .pain-message { padding: 30px 26px; }
  .pain-message p { font-size: 16px; }



  .consult-step:not(:last-child)::after { display: none; }
  .final-cta { padding: 70px 0; }
}

/* ===== アニメーション ===== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-mark, h1.hero-title, .hero-lead, .hero-cta-group {
  animation: fadeUp 0.8s ease-out backwards;
}
h1.hero-title { animation-delay: 0.1s; }
.hero-lead { animation-delay: 0.25s; }
.hero-cta-group { animation-delay: 0.4s; }
