@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
*, *::before, *::after {
  box-sizing: border-box; }

html, body {
  height: 100%; }

html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  -webkit-font-smoothing: antialiased; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  color: inherit;
  text-underline-offset: .15em; }

button {
  font: inherit;
  cursor: pointer; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

h1, h2, h3, h4, p {
  margin: 0; }

.form {
  max-width: 860px;
  margin: 24px auto 0;
  padding: 24px;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 14px; }
  .form .row {
    margin-top: 16px; }
  .form label {
    display: block;
    font-weight: 700;
    margin-bottom: 6px; }
  .form input[type="text"],
  .form input[type="email"],
  .form input[type="tel"],
  .form textarea,
  .form select {
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 12px 14px;
    background: #fff; }
  .form textarea {
    min-height: 140px;
    resize: vertical; }
  .form .agree {
    font-size: .95rem;
    color: #6b6b6b; }
    .form .agree a {
      text-decoration: underline; }
  .form .actions {
    margin-top: 20px;
    text-align: center; }
    .form .actions .btn {
      min-width: 260px; }

/* 青帯上のフォーム（土台だけ。LP下部の濃青背景にも馴染む） */
.form--on-blue {
  background: #fff;
  border: none;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12); }

/* ================================
   Base
================================ */
body {
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #1a1a1a;
  background: #ffffff;
  line-height: 1.75; }

/* コンテナ */
.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px; }

/* セクション共通 */
.section {
  padding: 64px 0; }
  .section--light {
    background: #f6f9ff; }
  .section--blue {
    background: #0b4a8e; }

/* 見出し（共通） */
.section__title {
  font-weight: 700;
  font-size: clamp(20px, 2.4vw, 32px);
  text-align: center;
  letter-spacing: .02em;
  margin: 0 0 28px; }

/* リード文 */
.lead {
  text-align: center;
  color: #6b6b6b;
  margin: -8px auto 24px;
  max-width: 900px; }

/* ================================
   Buttons
================================ */
.btn {
  display: inline-grid;
  place-items: center;
  min-width: 240px;
  padding: 14px 20px;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: .2s;
  cursor: pointer; }
  .btn--primary {
    background: #1e74d6;
    color: #fff; }
    .btn--primary:hover {
      background: #145aac; }
  .btn--line {
    background: #00b900;
    color: #fff; }
    .btn--line:hover {
      background: #009a00; }
  .btn--outline {
    background: #fff;
    color: #1e74d6;
    border-color: #1e74d6; }
    .btn--outline:hover {
      background: rgba(30, 116, 214, 0.06); }
  .btn--danger {
    background: #fc3333;
    color: #fff; }
    .btn--danger:hover {
      background: #fc1515; }

/* ================================
   Header
================================ */
.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e7e7e7;
  position: relative; }
  .site-header .header__inner {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0; }
  .site-header .site-logo img {
    display: block;
    width: 100%; }
  .site-header .header-actions {
    display: flex;
    align-items: center; }
  .site-header .header-btn {
    background: #00b900;
    border-radius: 10px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    transition: background .2s;
    box-shadow: 0 4px 0 #059e44; }
    .site-header .header-btn:hover {
      background: #009000; }
  .site-header .header-btn-left {
    background: #ffffff;
    border-radius: 4px;
    padding: 6px 12px;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    margin-right: 8px; }
  .site-header .consultation-main {
    color: #333333;
    font-size: 0.8rem;
    font-weight: 500; }
  .site-header .consultation-sub {
    color: #fc3333;
    font-size: 0.8rem;
    font-weight: 700; }
  .site-header .header-btn-right {
    padding: 0 12px;
    font-size: 1.1rem;
    white-space: nowrap; }

/* ================================
   FV（ファーストビュー）
================================ */
.fv {
  background: url("/img/fv_bg.jpg") center center/cover no-repeat;
  min-height: 400px;
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .fv .fv__content {
    text-align: center; }
  .fv .fv__main-image {
    max-width: 100%;
    height: auto;
    display: inline-block; }

/* ================================
   CTA
================================ */
.cta {
  text-align: center;
  padding: 40px 0;
  /* 青いラベルをボタン上に重ねる */ }
  .cta .cta__wrap {
    position: relative;
    display: inline-block;
    text-align: center; }
  .cta .cta__label {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: #2a76c5;
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 6px 18px;
    border-radius: 999px;
    white-space: nowrap;
    z-index: 10; }
  .cta .cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #00b900;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    padding: 24px 64px;
    border-radius: 20px;
    box-shadow: 0 6px 0 #059e44;
    transition: background .2s, box-shadow .1s;
    min-width: 480px; }
    .cta .cta__btn:hover {
      background: #00a000;
      box-shadow: 0 3px 0 #059e44; }
    .cta .cta__btn .cta__icon {
      width: 36px;
      height: 36px; }
      .cta .cta__btn .cta__icon img {
        width: 100%;
        height: auto;
        display: block; }
    .cta .cta__btn .cta__text {
      line-height: 1; }
  .cta .cta__note {
    margin-top: 12px;
    font-size: 0.8rem;
    color: #6b6b6b; }

/* ================================
   ONAYAMI（お悩みセクション）
================================ */
.onayami {
  padding: 60px 0;
  background: #ffffff; }
  .onayami .onayami__top-card {
    background: #f5f7fa;
    border: 1px solid #e0e6ed;
    border-radius: 20px;
    padding: 40px 30px 30px;
    margin-bottom: 60px;
    position: relative; }
  .onayami .onayami__content {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 auto 35px;
    width: 600px; }
  .onayami .onayami__people {
    flex-shrink: 0; }
    .onayami .onayami__people img {
      width: 180px;
      height: auto; }
  .onayami .onayami__message {
    flex: 1;
    text-align: left; }
    .onayami .onayami__message .text1 {
      font-size: 1.6rem;
      color: #3e6287;
      margin-bottom: 5px;
      font-weight: 700; }
    .onayami .onayami__message .text2 {
      font-size: 1.6rem;
      font-weight: 700;
      color: #3e6287;
      margin-bottom: 16px; }
    .onayami .onayami__message .text3 {
      font-size: 1.3rem;
      color: #333333;
      margin: 0;
      font-weight: 500; }
  .onayami .onayami__arrow {
    text-align: center;
    margin: 25px 0; }
    .onayami .onayami__arrow::before {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      border-left: 125px solid transparent;
      border-right: 125px solid transparent;
      border-top: 35px solid #4a90e2; }
  .onayami .onayami__consultation {
    border-radius: 15px;
    padding: 0 30px 20px;
    color: #333333;
    position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 600px; }
  .onayami .badge {
    position: absolute;
    top: -5px;
    left: 18px;
    background: #fc3333;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 12px 12px;
    border-radius: 30px;
    line-height: 1.1; }
  .onayami .main-text {
    font-size: 1.9rem;
    font-weight: 900;
    margin-bottom: 8px;
    line-height: 1.3;
    color: #fc3333; }
  .onayami .sub-text {
    font-size: 1.5rem;
    margin: 0;
    color: #333333;
    font-weight: 500; }
  .onayami .onayami__main-title {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    margin: 0 0 50px;
    color: #333333; }
    .onayami .onayami__main-title mark {
      background: #fffaa5;
      color: #3e6287;
      padding: 3px 6px;
      border-radius: 3px;
      font-weight: 700; }
  .onayami .onayami__troubles {
    text-align: center;
    margin-bottom: 30px; }
  .onayami .onayami__troubles-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; }
  .onayami .onayami__sub-title {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    color: #1565c0;
    margin-bottom: 12px;
    line-height: 1.5; }
  .onayami .onayami__sub-title-black {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.4; }
  .onayami .onayami__description {
    text-align: center;
    margin-bottom: 30px; }
    .onayami .onayami__description p {
      font-size: 1.1rem;
      color: #333333;
      line-height: 1.7;
      margin-bottom: 8px; }
      .onayami .onayami__description p:last-child {
        margin-bottom: 0; }
  .onayami .onayami__bottom-arrows {
    text-align: center;
    position: relative;
    height: 0px; }
    .onayami .onayami__bottom-arrows::before, .onayami .onayami__bottom-arrows::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 140px solid transparent;
      border-right: 140px solid transparent;
      border-top: 55px solid #3d89d7; }
    .onayami .onayami__bottom-arrows::before {
      top: 25px;
      border-top-color: #0956a5; }
    .onayami .onayami__bottom-arrows::after {
      top: 0; }

/* ================================
   MERIT（メリット）
================================ */
.merit {
  padding: 40px 0;
  background: #ecfaff; }
  .merit .merit__title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1565c0;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.5; }
    .merit .merit__title .black-text {
      color: #333333; }
    .merit .merit__title .large-number {
      color: #fc3333;
      font-size: 2.4rem; }
    .merit .merit__title .red-text {
      color: #fc3333;
      font-size: 2rem; }
  .merit .merit__cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 25px; }
  .merit .merit__card {
    background: #ffffff;
    border: 2px solid #1565c0;
    border-radius: 15px;
    width: 300px;
    min-height: 200px;
    position: relative;
    padding: 95px 20px 30px; }
  .merit .merit__header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #1565c0;
    color: #ffffff;
    padding: 10px 20px 20px;
    width: 100px;
    text-align: center;
    z-index: 2; }
    .merit .merit__header::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 50px solid transparent;
      border-right: 50px solid transparent;
      border-bottom: 10px solid #fff; }
  .merit .merit__label {
    font-size: 0.9rem;
    font-weight: 700;
    display: block;
    margin-bottom: 3px;
    line-height: 1; }
  .merit .merit__number {
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    line-height: 1; }
  .merit .merit__content {
    text-align: center; }
  .merit .merit__text {
    font-size: 1.2rem;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 15px;
    font-weight: bold; }
  .merit .merit__highlight {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fc3333;
    line-height: 1.5;
    margin: 0; }
  .merit .merit__footer {
    text-align: center; }
  .merit .merit__footer-main {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1565c0;
    margin-bottom: 5px;
    line-height: 1.2; }
  .merit .merit__footer-sub {
    font-size: 1.6rem;
    color: #333333;
    margin: 0;
    font-weight: 500; }

/* ================================
   FLOW（ご相談から解決までの流れ）
================================ */
.flow {
  padding: 40px 0;
  background: #fff; }
  .flow .flow__title {
    font-size: 2rem;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin-bottom: 30px; }
  .flow .flow__steps {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto; }
  .flow .flow__step {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 0;
    width: 220px;
    text-align: center;
    position: relative; }
  .flow .flow__step-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 0; }
  .flow .flow__step-label {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1565c0; }
  .flow .flow__step-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1565c0; }
  .flow .flow__step-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 10px; }
  .flow .flow__step-image {
    margin-bottom: 20px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .flow .flow__step-image img {
      width: 100%;
      height: auto; }
  .flow .flow__step-text {
    font-size: 0.85rem;
    color: #666666;
    line-height: 1.6;
    padding: 0 10px 10px;
    text-align: left; }

/* ================================
   REASON（選ばれる5つの理由）
================================ */
.reason {
  padding: 40px 0;
  background: #f0f6ff; }
  .reason .reason__title {
    font-size: 2rem;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin-bottom: 35px; }
    .reason .reason__title .blue-text {
      color: #1565c0;
      font-size: 2.4rem; }
  .reason .reason__items {
    max-width: 900px;
    margin: 0 auto; }
  .reason .reason__row {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 60px; }
    .reason .reason__row--bottom {
      gap: 80px; }
      .reason .reason__row--bottom:last-child {
        margin-bottom: 0; }
  .reason .reason__item {
    width: 240px;
    position: relative; }
  .reason .reason__badge {
    background: #1565c0;
    color: #ffffff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    left: 10px;
    z-index: 2; }
  .reason .reason__content {
    background: #ffffff;
    border-radius: 50%;
    width: 280px;
    height: 280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px 30px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative; }
  .reason .reason__badge-label {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1; }
  .reason .reason__badge-number {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1; }
  .reason .reason__item-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 10px; }
  .reason .reason__icon {
    margin-bottom: 10px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .reason .reason__icon img {
      width: 60px;
      height: 60px; }
  .reason .reason__item-text {
    font-size: 1rem;
    color: #333333;
    line-height: 1.6;
    margin: 0;
    font-weight: bold; }

/* ================================
   COST（弁護士費用）
================================ */
.cost {
  padding: 40px 0;
  background: #ffffff; }
  .cost .cost__title {
    font-size: 2rem;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin-bottom: 20px; }
  .cost .cost__free-box {
    text-align: center;
    margin: 0 auto 20px; }
  .cost .cost__free-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; }
  .cost .cost__guarantee {
    max-width: 800px;
    margin: 0 auto;
    text-align: center; }
  .cost .cost__guarantee-title {
    background: #fff59d;
    color: #1565c0;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 20px; }
  .cost .cost__guarantee-content {
    text-align: center; }
  .cost .cost__guarantee-text {
    font-size: 1rem;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 20px; }
    .cost .cost__guarantee-text:last-child {
      margin-bottom: 0; }
    .cost .cost__guarantee-text strong {
      font-weight: 700;
      font-size: 1.2rem; }
  .cost .cost__highlight {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333333; }

/* ================================
   CASE（慰謝料減額の解決事例）
================================ */
.case {
  padding: 40px 0;
  background: #ecfaff; }
  .case .case__title {
    font-size: 2rem;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin-bottom: 20px; }
    .case .case__title .blue-text {
      color: #1565c0;
      font-size: 2.5rem; }
  .case .case__items {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px; }
  .case .case__item {
    background: #ffffff;
    border: 2px solid #1565c0;
    border-radius: 15px;
    position: relative;
    overflow: hidden; }
  .case .case__badge {
    background: #3d89d7;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 40px;
    padding: 10px 10px 20px;
    width: 60px;
    text-align: center;
    z-index: 1;
    line-height: 1.2; }
    .case .case__badge::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 40px solid transparent;
      border-right: 40px solid transparent;
      border-bottom: 15px solid #fff; }
  .case .case__badge-label {
    font-size: 1rem;
    font-weight: 700; }
  .case .case__badge-number {
    font-size: 1.5rem;
    font-weight: 700; }
  .case .case__content {
    padding: 50px 40px 30px; }
  .case .case__profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 20px; }
  .case .case__profile-image img {
    max-height: 80px;
    width: auto;
    display: block; }
  .case .case__result {
    display: flex;
    align-items: baseline;
    gap: 8px; }
    .case .case__result .case__result-label {
      font-size: 1.3rem;
      color: #333333;
      white-space: nowrap;
      font-weight: bold; }
    .case .case__result .case__result-amount {
      font-size: 2.8rem;
      font-weight: 700;
      color: #fc3333;
      line-height: 1; }
      .case .case__result .case__result-amount .case__unit {
        font-size: 2rem; }
  .case .case__divider {
    height: 1px;
    background: #ddd;
    margin: 20px 0; }
  .case .case__description p {
    font-size: 0.95rem;
    color: #333333;
    line-height: 1.8;
    margin: 0; }

/* ================================
   FAQ（よくある質問）
================================ */
.faq {
  padding: 40px 0 50px;
  background: #ffffff; }
  .faq .faq__title {
    font-size: 2rem;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin-bottom: 20px; }
  .faq .faq__items {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column; }
  .faq .faq__item {
    border-bottom: 1px solid #e0e0e0; }
  .faq .faq__question {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #ffffff;
    cursor: pointer;
    transition: background-color 0.2s; }
    .faq .faq__question:hover {
      background: #f8f9fa; }
  .faq .faq__q-icon {
    background: #1565c0;
    color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0; }
  .faq .faq__q-text {
    flex: 1;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333333;
    line-height: 1.5; }
  .faq .faq__toggle {
    font-size: 1.5rem;
    font-weight: 700;
    color: #666666;
    width: 30px;
    text-align: center;
    flex-shrink: 0;
    transition: transform 0.3s ease; }
  .faq .faq__answer {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: #ffffff;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out, opacity 0.3s ease-in-out; }
  .faq .faq__a-icon {
    background: #fc3333;
    color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0; }
  .faq .faq__a-text {
    flex: 1; }
    .faq .faq__a-text p {
      margin-bottom: 12px;
      line-height: 1.7; }
      .faq .faq__a-text p:last-child {
        margin-bottom: 0; }
  .faq .faq__a-highlight {
    font-weight: 700;
    color: #fc3333;
    font-size: 1rem; }
  .faq .faq__item.active .faq__question {
    background: #f0f6ff; }
  .faq .faq__item.active .faq__answer {
    padding: 20px;
    opacity: 1; }
  .faq .faq__item.active .faq__toggle {
    transform: rotate(45deg); }

.form-section {
  background: #005bac;
  padding: 40px 20px;
  color: #fff;
  text-align: center;
  /* === 注釈 === */
  /* === プライバシーポリシー同意 === */
  /* === 送信ボタン === */ }
  .form-section .form__title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 32px; }
  .form-section .form__body {
    background: #fff;
    border-radius: 20px;
    padding: 40px 110px;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    color: #000; }
  .form-section .form__row {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .form-section .form__row .form__label {
      flex: 0 0 220px;
      font-size: 0.95rem; }
      .form-section .form__row .form__label .tag {
        display: inline-block;
        font-size: 0.75rem;
        padding: 2px 6px;
        border-radius: 4px;
        margin-right: 6px;
        color: #fff; }
        .form-section .form__row .form__label .tag.optional {
          background: #999; }
        .form-section .form__row .form__label .tag.required {
          background: #e22; }
    .form-section .form__row .form__field {
      flex: 1;
      justify-content: space-evenly; }
  .form-section .form__input,
  .form-section .form__textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
    padding: 10px;
    background: #f2f2f2; }
  .form-section .form__textarea {
    height: 120px;
    resize: vertical; }
  .form-section .form__radio-group {
    display: flex;
    gap: 10px; }
    .form-section .form__radio-group .radio-btn {
      border: none;
      border-radius: 30px;
      background: #999;
      color: #fff;
      padding: 12px 38px;
      font-size: 0.9rem;
      cursor: pointer;
      transition: background 0.2s; }
      .form-section .form__radio-group .radio-btn.is-active {
        background: #0074d9; }
  .form-section .form__note {
    font-size: 0.75rem;
    color: #555;
    margin: 20px 0;
    padding-left: 40px; }
    .form-section .form__note a {
      color: #000;
      text-decoration: underline; }
  .form-section .form__check {
    margin-bottom: 24px;
    text-align: center; }
    .form-section .form__check input[type="checkbox"] {
      margin-right: 6px; }
  .form-section .form__submit {
    text-align: center; }
    .form-section .form__submit button {
      background: #fc3333;
      color: #fff;
      font-size: 1.2rem;
      font-weight: 700;
      border: none;
      padding: 16px 100px;
      border-radius: 30px;
      cursor: pointer;
      transition: background 0.2s; }
      .form-section .form__submit button:hover {
        background: linear-gradient(180deg, #e33 0%, #fc3333 100%); }

/* ================================
   Footer
================================ */
.site-footer {
  background: #ffffff;
  padding: 40px 0 149px;
  border-top: 1px solid #e0e0e0; }
  .site-footer .container {
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: 100%; }
  .site-footer .footer-nav {
    text-align: center;
    margin-bottom: 20px; }
    .site-footer .footer-nav ul {
      display: flex;
      justify-content: center;
      gap: 40px;
      margin: 0;
      padding: 0;
      list-style: none; }
    .site-footer .footer-nav a {
      color: #333333;
      text-decoration: none;
      font-size: 0.9rem; }
      .site-footer .footer-nav a:hover {
        text-decoration: underline; }
  .site-footer .footer-copy {
    text-align: center;
    font-size: 0.8rem;
    color: #666666;
    margin: 0;
    padding: 20px 0;
    background: #444444;
    color: #ffffff;
    margin-top: 20px; }

/* ================================
   固定フッターバナー
================================ */
.fixed-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #1565c0 0%, #0d47a1 100%);
  padding: 30px 0 10px;
  text-align: center;
  z-index: 1000;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.4s ease, transform 0.4s ease; }
  .fixed-banner.show {
    opacity: 1;
    transform: translateY(0); }

.fixed-banner__wrap {
  position: relative;
  display: inline-block; }

.fixed-banner__label {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #fffaa5;
  color: #1565c0;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 0 25px;
  border-radius: 999px;
  white-space: nowrap; }

.fixed-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #00b900;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 22px 60px 13px;
  border-radius: 20px;
  box-shadow: 0 4px 0 #059e44;
  transition: background 0.2s, box-shadow 0.1s;
  min-width: 450px; }
  .fixed-banner__btn:hover {
    background: #00a000;
    box-shadow: 0 2px 0 #059e44; }

.fixed-banner__icon {
  width: 36px;
  height: 36px; }

.fixed-banner__note {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
  margin: 8px 0 0 0; }

body {
  padding-bottom: 300px; }

/* ================================
   COMPANYページ（事務所概要）
================================ */
.company-page {
  padding: 60px 0 80px;
  background: #ffffff; }

.company__title {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin-bottom: 50px;
  position: relative; }
  .company__title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background: #1565c0; }

.company__info {
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.company__info-header {
  background: #e3f2fd;
  color: #333333;
  font-weight: 700;
  font-size: 1rem;
  padding: 18px 28px;
  margin-bottom: 0; }

.company__info-content {
  background: #ffffff;
  padding: 22px 28px;
  color: #333333;
  font-size: 1rem;
  line-height: 1.6; }

.company__fee-section {
  max-width: 800px;
  margin: 0 auto; }

.company__fee-title {
  background: #e3f2fd;
  color: #333333;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 18px 28px;
  margin-bottom: 35px;
  text-align: left; }

.company__fee-items {
  margin-bottom: 35px; }

.company__fee-item {
  display: flex;
  align-items: center;
  margin-bottom: 22px; }
  .company__fee-item:last-child {
    margin-bottom: 0; }

.company__fee-label {
  color: #1565c0;
  font-size: 1.1rem;
  font-weight: 700;
  min-width: 160px;
  flex-shrink: 0; }

.company__fee-amount {
  font-size: 1.1rem;
  color: #333333;
  font-weight: 600; }

.company__percentage {
  color: #1565c0;
  font-weight: 700;
  font-size: 1.3rem; }

.company__calculation {
  background: #f8f9fa;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 25px;
  width: 70%;
  margin: 0 auto 35px; }

.company__example-case {
  font-size: 1rem;
  color: #333333;
  text-align: center;
  margin-bottom: 18px;
  font-weight: 600; }

.company__formula {
  text-align: center; }

.company__formula-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 600;
  flex-wrap: wrap; }

.company__formula-label {
  color: #666666;
  font-size: 0.9rem;
  font-weight: 500; }
  .company__formula-label--original {
    color: #1565c0; }
  .company__formula-label--settlement {
    color: #fc3333; }

.company__formula-value {
  color: #333333;
  font-weight: 700;
  font-size: 1.1rem; }
  .company__formula-value--original {
    color: #1565c0; }
  .company__formula-value--settlement {
    color: #fc3333; }

.company__formula-operator {
  color: #333333;
  font-weight: 700;
  font-size: 1.1rem; }

.company__formula-result {
  color: #fc3333;
  font-weight: 700;
  font-size: 1.4rem; }

/* ================================
   PRIVACYページ（プライバシーポリシー）
================================ */
.privacy-page {
  padding: 60px 0 80px;
  background: #ffffff; }

.privacy__title {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin-bottom: 50px;
  position: relative; }
  .privacy__title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background: #1565c0; }

.privacy__content {
  max-width: 800px;
  margin: 0 auto 50px; }
  .privacy__content p {
    font-size: 0.9rem;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 16px; }
    .privacy__content p:last-child {
      margin-bottom: 0; }

.privacy__date {
  margin-top: 30px !important;
  font-weight: 600; }

.privacy__inquiry-label {
  margin-top: 25px !important;
  font-weight: 600; }

.privacy__contact {
  max-width: 800px;
  margin: 0 auto; }

.privacy__contact-title {
  background: #e3f2fd;
  color: #333333;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 18px 28px;
  margin-bottom: 0; }

.privacy__contact-content {
  background: #ffffff;
  padding: 22px 28px;
  color: #333333;
  font-size: 0.9rem;
  line-height: 1.6; }
  .privacy__contact-content p {
    margin-bottom: 8px; }
    .privacy__contact-content p:last-child {
      margin-bottom: 0; }

.privacy__firm-name {
  font-weight: 600;
  margin-bottom: 12px !important; }
